I tried to add a custom amount of turns to my game here. All files were backed up before any changes were made.
C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization V\assets\DLC\Expansion\Gameplay\XML\GameInfo\CIV5GameSpeeds.xml
I wanted the game to go from 4000 bc- 1110 ad with 470 turns. These are the changes I made to the xml.
My changes to the C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization V\assets\DLC\expansion were supposed to be 160 turns of 30 years each, followed by 310 turns of 1 year. However, every time I try to load the game it just follows the original game time. I tried to change the second value to 340 to meet the original games 500 turns, but that did not help. Why can't the game pick this up and follow the changed gamespeed xml for the gnk expansion? Or am I doing this wrong completely? Thanks for some help on this. I looked at some other threads, but got no answers on how to do this.
The other thing I wanted to ask is how I can make the Danes longboat UU, be a UU for Sweden as well? I finally got modbuddy working. So, I am new to modding CiV. Why can't this be CiIV? LOL! Again thanks for any help.
C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization V\assets\DLC\Expansion\Gameplay\XML\GameInfo\CIV5GameSpeeds.xml
I wanted the game to go from 4000 bc- 1110 ad with 470 turns. These are the changes I made to the xml.
Code:
<Row>
<GameSpeedType>GAMESPEED_STANDARD</GameSpeedType>
<MonthIncrement>360</MonthIncrement>
<TurnsPerIncrement>160</TurnsPerIncrement>
</Row>
<Row>
<GameSpeedType>GAMESPEED_STANDARD</GameSpeedType>
<MonthIncrement>12</MonthIncrement>
<TurnsPerIncrement>310</TurnsPerIncrement>
</Row>
My changes to the C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization V\assets\DLC\expansion were supposed to be 160 turns of 30 years each, followed by 310 turns of 1 year. However, every time I try to load the game it just follows the original game time. I tried to change the second value to 340 to meet the original games 500 turns, but that did not help. Why can't the game pick this up and follow the changed gamespeed xml for the gnk expansion? Or am I doing this wrong completely? Thanks for some help on this. I looked at some other threads, but got no answers on how to do this.
The other thing I wanted to ask is how I can make the Danes longboat UU, be a UU for Sweden as well? I finally got modbuddy working. So, I am new to modding CiV. Why can't this be CiIV? LOL! Again thanks for any help.