Option
From Civilization Modding Wiki
Revision as of 11:35, 31 May 2009 by CivRocks07 (talk | contribs)
The Option value is the selected game options (not player options) in the scenario. These options are defined in the file "CIV4GameOptionInfos.xml" (found in your Civilization 4 directory/Assets/XML/GameInfo) and you can have any number of these options set in the scenario.
EG: You can have Option=GAMEOPTION_NO_CITY_RAZING and on the next line Option=GAMEOPTION_NO_CITY_FLIPPING. The default is that no options are specified.