GameTurn: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
(justchillz.net) |
m (Unprotected "GameTurn") |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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. | |||
{{Civ4_World_Builder}} |
Latest revision as of 01:17, 3 October 2011
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.