Option: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
(Created page with '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 ...')
(No difference)

Revision as of 16:24, 30 May 2009

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.