Era: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
(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...')
 
No edit summary
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 Civ4 directory/Assets/XML/GameInfo).  The possible values are:
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 directory/Assets/XML/GameInfo).  The possible values are:


ERA_ANCIENT
* ERA_ANCIENT


ERA_CLASSICAL
* ERA_CLASSICAL


ERA_MIDIEVAL
* ERA_MIDIEVAL


ERA_RENAISSANCE
* ERA_RENAISSANCE


ERA_INDUSTRIAL
* ERA_INDUSTRIAL


ERA_MODERN
* ERA_MODERN


ERA_FUTURE
* ERA_FUTURE


----
----
Original text by Dale on [http://apolyton.net/forums/showthread.php?t=141567 Apolyton Civilization Site] and [http://forums.civfanatics.com/showthread.php?t=135669 Civilization Fanatics Center] from his "In depth look at the WBS file" thread.
Original text by Dale on [http://apolyton.net/forums/showthread.php?t=141567 Apolyton Civilization Site] and [http://forums.civfanatics.com/showthread.php?t=135669 Civilization Fanatics Center] from his "In depth look at the WBS file" thread.

Revision as of 12:15, 24 May 2009

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 directory/Assets/XML/GameInfo). The possible values are:

  • ERA_ANCIENT
  • ERA_CLASSICAL
  • ERA_MIDIEVAL
  • ERA_RENAISSANCE
  • ERA_INDUSTRIAL
  • ERA_MODERN
  • ERA_FUTURE

Original text by Dale on Apolyton Civilization Site and Civilization Fanatics Center from his "In depth look at the WBS file" thread.