Option: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
CivRocks07 (talk | contribs)
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 ...'
 
CivRocks07 (talk | contribs)
No edit summary
Line 2: Line 2:


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.
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.
{{Civ4_World_Builder}}.

Revision as of 11:35, 31 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.



BeginGame:

TutorialEraSpeedCalendarOptionMPOptionForceControlVictoryGameTurnMaxTurnsMaxCityEliminationTargetScoreStartYearDescriptionModPath

BeginTeam:

TechContactWithTeamAtWarPermanentWarPeaceOpenBordersWithTeamDefensivePactWithTeamProjectTypeRevealMap

BeginPlayer:

CivDescCivShortDescLeaderNameCivAdjectiveFlagDecalWhiteFlagLeaderTypeCivTypeTeamHandicapColorArtStylePlayableCivMinorNationStatusStartingGoldStartingXStartingYStateReligionStartingEraCivicOption, CivicAttitudePlayer, AttitudeExtraCityList

BeginMap:

grid widthgrid heighttop latitudebottom latitudewrap Xwrap Yworld sizeclimatesealevelnum plots written

BeginPlot:

x, yLandmarkScriptDataisNOfRiver, isWOfRiverRiverNSDirection, RiverWEDirectionStartingPlotBonusTypeImprovementTypeFeatureType, FeatureVarietyRouteTypeTerrainTypeBeginUnitBeginCityTeamReveal

.