Usage:
Game.SetLoadPicture
image
Argument values:
argument 1: | ../../bf1942/levels/Invasion_of_the_Philippines/menu/texture/Load/Loading_Screen.tga, ../../bf1942/levels/battle_of_britain/menu/texture/Load/Britain_Load.tga, ../../bf1942/levels/liberation_of_caen/menu/texture/Load/Caen_Load.tga, ... |
Description: This is the image loaded when a battle begins. In the file bf1942/levels/*/Menu/init.con for a battle, the image shown when the level is loaded is defined by the file given by this property.
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.