GameTurn: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
CivRocks07 (talk | contribs) (Created page with '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 num...') |
m (Unprotected "GameTurn") |
(10 intermediate revisions by 7 users not shown) | |
(No difference)
|
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.