how do i edit road maintenance and max turns?

DrwHem

Prince
Joined
Oct 11, 2003
Messages
300
im trying to reduce road maintenance from 1 to .75 and railroads from 2 to 1.5.
i also want to add 500 turns to marathon pace games, mostly in the last 2 eras. what xmls do i need to edit and where do i find them?
 
im trying to reduce road maintenance from 1 to .75 and railroads from 2 to 1.5.

It's in Civ5Routes.xml BUT

Code:
<Column name="GoldMaintenance" type="[COLOR="red"][B]integer[/B][/COLOR]" default="0"/>

so you can't use fractions/decimals, only 0, 1, 2, 3, etc
 
i also want to add 500 turns to marathon pace games, mostly in the last 2 eras.

The file is Civ5GameSpeeds.xml.

Where it's located depends on where you have Steam installed (mine is in C:\Program Files (x86)\Steam\SteamApps\common\Sid Meier's Civilization V\) and which expansions you have activated.
For vanilla: \Assets\Gameplay\XML\GameInfo\
For G+K: \Assets\DLC\Expansion\Gameplay\XML\GameInfo\
For BNW: \Assets\DLC\Expansion2\Gameplay\XML\GameInfo\

And here's a thread that explains how to decipher game speeds.

[EDIT: FWIW, Civ5Routes.xml is in \Assets\Gameplay\XML\Misc\ (there is no updated version for the expansions)]
 
Back
Top Bottom