Editing number of max turns?

Griffolion

Chieftain
Joined
Nov 18, 2010
Messages
4
Hello everyone,

Is there a way to edit the maximum number of turns to more than 501? I want a little more length in the gameplay (wierd i know lol).

Thanks :)
 
Yes, you can toggle on/off the max turn, or set a threshold (# of turns) before the end of the game, using the SDK - WorldMapBuilder, and set other victory conditions on a custom map. I think you can do the same while in the game menu while configurating the game play settings by selecting the advanced menu, I recall seeing an condition from science, domination or culture, but don't remember a max turn option.
 
If you want this to be integral to a mod, go into
CIV5GameSpeedInfo.xml (something like that, I think it's in the BasicInfos directory). This has, among other things, the number of turns the game will spend at 10-year increments, the number at 2-year increments, and so on. So just add a few more <Row> entries for each speed, or update some of the existing entries to have more turns. In my mod, I've got it as a 1000-turn game on Normal, because all of those additional eras and slowdown changes made 500 too limiting.
 
Back
Top Bottom