Era: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
CivRocks07 (talk | contribs) Created page with 'The Era value is which era the game/scenario will start in. This value can be any of the Civilization IV eras that are defined in the file "CIV4EraInfos.xml" (found in your Civ4...' |
m MIDIEVAL -> MEDIEVAL |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
The Era value is which era the game/scenario will start in. This value can be any of the Civilization IV eras that are defined in the file "CIV4EraInfos.xml" (found in your | The Era value is which era the game/scenario will start in. This value can be any of the Civilization IV eras that are defined in the file "CIV4EraInfos.xml" (found in your Civilization 4 directory\Assets\XML\GameInfo). The possible values are: | ||
ERA_ANCIENT | * ERA_ANCIENT | ||
ERA_CLASSICAL | * ERA_CLASSICAL | ||
* ERA_MEDIEVAL | |||
ERA_RENAISSANCE | * ERA_RENAISSANCE | ||
ERA_INDUSTRIAL | * ERA_INDUSTRIAL | ||
ERA_MODERN | * ERA_MODERN | ||
ERA_FUTURE | * ERA_FUTURE | ||
The default value is none. | |||
{{Civ4_World_Builder}} | |||
Latest revision as of 07:35, 5 August 2013
The Era value is which era the game/scenario will start in. This value can be any of the Civilization IV eras that are defined in the file "CIV4EraInfos.xml" (found in your Civilization 4 directory\Assets\XML\GameInfo). The possible values are:
- ERA_ANCIENT
- ERA_CLASSICAL
- ERA_MEDIEVAL
- ERA_RENAISSANCE
- ERA_INDUSTRIAL
- ERA_MODERN
- ERA_FUTURE
The default value is none.