SetMapId Property

Usage:
   Game.SetMapId name

Argument values:

argument 1:    "BF1942", "XPack1", "XPack2"; most commonly "BF1942"

This property is not a part of any defined type of object.

Used in a total of 35 .con files: Init.con

Parent directory of these .con files: Bf1942/Levels

Example: (from Bf1942/Levels/Kbely_Airfield/Menu/init.con)
   Game.SetLocalized 1
   rem ** Allied Debriefing **
   Game.SetAlliedDebriefingMajorVictory DEBRIEFING_ALLIED_MAJOR_VICTORY_KBELY
   Game.SetAlliedDebriefingMinorVictory DEBRIEFING_ALLIED_MINOR_VICTORY_KBELY
   Game.SetAlliedDebriefingMajorDefeat DEBRIEFING_ALLIED_MAJOR_DEFEAT_KBELY
   Game.SetAlliedDebriefingMinorDefeat DEBRIEFING_ALLIED_MINOR_DEFEAT_KBELY
   rem ** Axis Debriefing **
   Game.SetAxisDebriefingMajorVictory DEBRIEFING_AXIS_MAJOR_VICTORY_KBELY
   Game.SetAxisDebriefingMinorVictory DEBRIEFING_AXIS_MINOR_VICTORY_KBELY
   Game.SetAxisDebriefingMajorDefeat DEBRIEFING_AXIS_MAJOR_DEFEAT_KBELY
   Game.SetAxisDebriefingMinorDefeat DEBRIEFING_AXIS_MINOR_DEFEAT_KBELY
   rem ** Multiplayer Briefing **
   Game.SetMultiplayerBriefingObjectives MULTIPLAYER_BRIEFING_KBELY
   Game.SetMultiplayerBriefingMapType MULTIPLAYER_MAP_TYPE_ASSAULT_MAP
   Game.SetObjectiveBriefing OBJECTIVE_MODE_BRIEFING_KBELY
   Game.SetObjectiveAlliedVictory OBJECTIVE_MODE_ALLIED_VICTORY_KBELY
   Game.SetObjectiveAlliedDefeat OBJECTIVE_MODE_ALLIED_DEFEAT_KBELY
   Game.SetObjectiveAxisVictory OBJECTIVE_MODE_AXIS_VICTORY_KBELY
   Game.SetObjectiveAxisDefeat OBJECTIVE_MODE_AXIS_DEFEAT_KBELY
   Game.SetLoadPicture Load/PlaceHolder_Sturm.tga
   Game.SetServerInfoIcon "serverInfo.tga"
   Game.SetMapId "XPack2"


Go to the Game properties list page, Game page, All Properties list, or Main scripting page.