Usage:
Game.SetAlliedDebriefingMajorDefeat
name
Argument values:
argument 1: | DEBRIEFING_ALLIED_MAJOR_DEFEAT_ABERDEEN, DEBRIEFING_ALLIED_MAJOR_DEFEAT_ANZIO, DEBRIEFING_ALLIED_MAJOR_DEFEAT_BATTLEAXE, DEBRIEFING_ALLIED_MAJOR_DEFEAT_BATTLE_FOR_BULGE, DEBRIEFING_ALLIED_MAJOR_DEFEAT_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/Gothic_Line/Menu/init.con)
Game.SetLocalized 1
rem ** Allied Debriefing **
Game.SetAlliedDebriefingMajorVictory DEBRIEFING_ALLIED_MAJOR_VICTORY_GOTHIC_LINE
Game.SetAlliedDebriefingMinorVictory DEBRIEFING_ALLIED_MINOR_VICTORY_GOTHIC_LINE
Game.SetAlliedDebriefingMajorDefeat DEBRIEFING_ALLIED_MAJOR_DEFEAT_GOTHIC_LINE
Game.SetAlliedDebriefingMinorDefeat DEBRIEFING_ALLIED_MINOR_DEFEAT_GOTHIC_LINE
rem ** Axis Debriefing **
Game.SetAxisDebriefingMajorVictory DEBRIEFING_AXIS_MAJOR_VICTORY_GOTHIC_LINE
Game.SetAxisDebriefingMinorVictory DEBRIEFING_AXIS_MINOR_VICTORY_GOTHIC_LINE
Game.SetAxisDebriefingMajorDefeat DEBRIEFING_AXIS_MAJOR_DEFEAT_GOTHIC_LINE
Game.SetAxisDebriefingMinorDefeat DEBRIEFING_AXIS_MINOR_DEFEAT_GOTHIC_LINE
rem ** Multiplayer Briefing **
Game.SetMultiplayerBriefingObjectives MULTIPLAYER_BRIEFING_GOTHIC_LINE
Game.SetMultiplayerBriefingMapType MULTIPLAYER_MAP_TYPE_HEADON_MAP
Game.SetLoadPicture Load/PlaceHolder_Calliope.tga
Game.SetServerInfoIcon "serverInfo.tga"
Game.SetMapId "XPack2"
Go to the Game properties list page, Game page, All Properties list, or Main scripting page.