Option: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
No edit summary
mNo edit summary
Line 4: Line 4:




{{Civ4_World_Builder}}
{{Civ4_World_Builder}}.

Revision as of 15:48, 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

.