GameTurn
From Civilization Modding Wiki
Jump to navigationJump to search
GameTurn is the game turn that the scenario begins on. Every scenario starts turn 0 (the first turn is defined as zero [0]) but you can start the scenario on a different turn number by defining this variable.
EG: WW2 started September 1939. You define the calendar as CALENDAR_MONTHS. The first turn is always the first calendar segment (in this case January). To specify September, you would set GameTurn=8.