Usage:
Game.SetAlliedDebriefingMajorVictory
name
Argument values:
argument 1: | DEBRIEFING_ALLIED_MAJOR_VICTORY_ABERDEEN, DEBRIEFING_ALLIED_MAJOR_VICTORY_ANZIO, DEBRIEFING_ALLIED_MAJOR_VICTORY_BATTLEAXE, DEBRIEFING_ALLIED_MAJOR_VICTORY_BATTLE_FOR_BULGE, DEBRIEFING_ALLIED_MAJOR_VICTORY_BAYTOWN, ... |
This property is not a part of any defined type of object.
Used in a total of 34 .con files: Init.con
Parent directory of these .con files: Bf1942/Levels
Example: (from Bf1942/Levels/Anzio/Menu/init.con)
Game.SetLocalized 1
rem ** Allied Debriefing **
Game.SetAlliedDebriefingMajorVictory DEBRIEFING_ALLIED_MAJOR_VICTORY_ANZIO
Game.SetAlliedDebriefingMinorVictory DEBRIEFING_ALLIED_MINOR_VICTORY_ANZIO
Game.SetAlliedDebriefingMajorDefeat DEBRIEFING_ALLIED_MAJOR_DEFEAT_ANZIO
Game.SetAlliedDebriefingMinorDefeat DEBRIEFING_ALLIED_MINOR_DEFEAT_ANZIO
rem ** Axis Debriefing **
Game.SetAxisDebriefingMajorVictory DEBRIEFING_AXIS_MAJOR_VICTORY_ANZIO
Game.SetAxisDebriefingMinorVictory DEBRIEFING_AXIS_MINOR_VICTORY_ANZIO
Game.SetAxisDebriefingMajorDefeat DEBRIEFING_AXIS_MAJOR_DEFEAT_ANZIO
Game.SetAxisDebriefingMinorDefeat DEBRIEFING_AXIS_MINOR_DEFEAT_ANZIO
rem ** Multiplayer Briefing **
Game.SetMultiplayerBriefingObjectives MULTIPLAYER_BRIEFING_ANZIO
Game.SetMultiplayerBriefingMapType MULTIPLAYER_MAP_TYPE_ASSAULT_MAP
Game.SetLoadPicture Load/Sturm-Guy.tga
Game.SetServerInfoIcon "serverInfo.tga"
Game.SetMapId "XPack1"
Go to the Game properties list page, Game page, All Properties list, or Main scripting page.