"Stop" at a certain age?

XerbSys

Chieftain
Joined
Oct 5, 2010
Messages
19
Hallo everybody,

is it possible to force the game to "stop" at a certain age, just by blocking the reasearch of newer technologies for expample? Beside deleting this technologies within the CIV5Technologies.xml.

Thanks a lot!
 
Yes there is already a number of mods available for this for different eras, if you want to try it yourself than you can use a command similar to the following:

<GameData>
<Technologies>
<Update>
<Where Era="ERA_MODERN"/>
<Set Disable="1"/>
</Update>
<GameData>
<Technologies>

The above stops you progressing into the modern era as the modern technologies are disabled ;)
 
Back
Top Bottom