Usage:
Game.SetMultiplayerBriefingMapType
name
Argument values:
argument 1: | MULTIPLAYER_MAP_TYPE_ASSAULT_MAP, MULTIPLAYER_MAP_TYPE_HEADON_MAP, MULTIPLAYER_MAP_TYPE_HYBRID_MAP |
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/Peenemunde/Menu/init.con)
Game.SetLocalized 1
rem ** Allied Debriefing **
Game.SetAlliedDebriefingMajorVictory DEBRIEFING_ALLIED_MAJOR_VICTORY_PEENEMUNDE
Game.SetAlliedDebriefingMinorVictory DEBRIEFING_ALLIED_MINOR_VICTORY_PEENEMUNDE
Game.SetAlliedDebriefingMajorDefeat DEBRIEFING_ALLIED_MAJOR_DEFEAT_PEENEMUNDE
Game.SetAlliedDebriefingMinorDefeat DEBRIEFING_ALLIED_MINOR_DEFEAT_PEENEMUNDE
rem ** Axis Debriefing **
Game.SetAxisDebriefingMajorVictory DEBRIEFING_AXIS_MAJOR_VICTORY_PEENEMUNDE
Game.SetAxisDebriefingMinorVictory DEBRIEFING_AXIS_MINOR_VICTORY_PEENEMUNDE
Game.SetAxisDebriefingMajorDefeat DEBRIEFING_AXIS_MAJOR_DEFEAT_PEENEMUNDE
Game.SetAxisDebriefingMinorDefeat DEBRIEFING_AXIS_MINOR_DEFEAT_PEENEMUNDE
rem ** Multiplayer Briefing **
Game.SetMultiplayerBriefingObjectives MULTIPLAYER_BRIEFING_PEENEMUNDE
Game.SetMultiplayerBriefingMapType MULTIPLAYER_MAP_TYPE_HEADON_MAP
Game.SetLoadPicture Load/PlaceHolder_Goblin.tga
Game.SetServerInfoIcon "serverInfo.tga"
Game.SetMapId "XPack2"
Go to the Game properties list page, Game page, All Properties list, or Main scripting page.