Sid Meier's Civilization V

Sid Meier's Civilization V

SMAN's The World at War
S-Man  [developer] 30 May, 2019 @ 11:54am
Slowing Aircraft Animation
This mod cuts aircraft attack animations - speeding them up. If you'd like to remove this feature, it's a pretty simple change.

1. Using Windows Explorer, navigate to this folder:

C:\Users\XXXX\Documents\My Games\Sid Meier's Civilization 5\MODS\SMAN's The World at War (v 3)\DATABASE\Units

Where 'XXXX' is the user account you installed Civ 5 under

2. Using a text editor (like Notepad), open this file: MiscUnitChanges.sql

3. Use the Search command (CTRL-F), look for this string:

Units - Flying - Adjust for faster Move Rates/Turn Rates

4. The next 3 lines are the database commands that change aircraft animation speed:

UPDATE ArtDefine_UnitMemberCombats SET MoveRate = ROUND(1.5*MoveRate);
UPDATE ArtDefine_UnitMemberCombats SET TurnRateMin = ROUND(1.5*TurnRateMin) WHERE MoveRate > 0;
UPDATE ArtDefine_UnitMemberCombats SET TurnRateMax = ROUND(1.5*TurnRateMax) WHERE MoveRate > 0;

5. You can simply delete these lines, or change the '1.5' value to some other amount. If the number is a real number < 1, then those animations will be slower than the normal game speed. If the number is > 1, then those animations will be faster.

6. Warning: Making the 1.5 number much faster has a good chance of crashing the game, if the animation handler can't process those speeds correctly.

7. Save the file, exit Notepad, then re-load the mod in Civ5.


Good luck!
Last edited by S-Man; 30 May, 2019 @ 11:55am
< >
Showing 1-1 of 1 comments
Silver5word 30 May, 2019 @ 4:25pm 
Many thanks!
< >
Showing 1-1 of 1 comments
Per page: 1530 50