Eden Editor: Scenario Attributes

From Bohemia Interactive Community
Revision as of 17:42, 10 December 2015 by Str (talk | contribs)
Jump to navigation Jump to search

Attributes

Info Development
Name Category Description Class Type
Name Presentation Scenario name. Appears in the scenarios menu, multiplayer lobby and loading screens. Use @STR_ prefix to link to localization keys. IntelBriefingName String
Author Presentation Scenario author. Appears in the scenarios menu and in loading screens. Author String
Picture Overview Path to overview picture visible in the scenarios menu. When no loading screen picture is defined, this will be used in loading screen instead. OverviewPicture String
Text Overview Short overview text visible in the scenarios menu. When no loading screen text is defined, this will be used in loading screens instead. Use @STR_ prefix to link to localization keys. OverviewText String
Picture Overview (Locked) Path to overview picture visible in the scenarios menu when the scenario is locked (see 'Unlock' category for more details) OverviewPictureLocked String
Text Overview (Locked) Short overview text visible in the scenarios menu when the scenario is locked (see 'Unlock' category for more details). Use @STR_ prefix to link to localization keys. OverviewTextLocked String
Picture Loading Screen Path to picture visible in loading screens before and during the scenario. LoadScreen String
Text Loading Screen Short text visible in loading screens before and during the scenario. Use @STR_ prefix to link to localization keys. OnLoadMission String
Show Briefing States When disabled, the scenario will start automatically after the loading, without showing the briefing. Briefing Bool
Show Debriefing States When disabled, the scenario will Debriefing Bool
Enable Saving States When disabled, 'SAVE' option in the pause menu will be disabled and scripted autosaves won't do anything. Saving Bool
Show Map States When disabled, a black screen is shown instead of the map. Tasks, notes and other information will remain accessible. Can be achieved also by removing map from player's inventory. ShowMap Bool
Show Compass States When disable, compass won't be available neither in the map, nor in the scene after pressing the 'Compass' key. Can be achieved also by removing compass from player's inventory. ShowCompass Bool
Show Watch States When disabled, the watch won't be available in the scene after pressing the 'Watch' key. Can be achieved also by removing watch from player's inventory. ShowWatch Bool
Show GPS States When disabled, the GPS minimap won't be available in the scene after pressing the 'GPS' key. Can be achieved also by removing GPS from player's inventory. ShowGPS Bool
Show HUD States When disabled, on-screen information like weapon information or command menu will be hidden. ShowHUD Bool
Show UAV Feed States When disabled, the UAV feed won't be available in the scene after pressing the 'AV Camera' key. ShowUAVFeed Bool
Advanced Flight Model States When enabled, all player controlled helicopters will use advanced flight model. ForceRotorLibSimulation Bool
Debug Console States Determines debug console availablity.

Available options:

  • Available only in editor
  • Available for the host or logged-in admin
  • Available for everyone
EnableDebugConsole Number
Unlocked Keys Unlock Keys needed to mark the scenario as completed in the scenarios menu. Can be multiple words divided by semicolon. Key can be activated using 'activateKey' scripting command. Doesn't affect multiplayer and campaign scenarios, and scenarios downloaded from Steam. DoneKeys Array
Required Keys Unlock Keys required for mission to be available for playing from the scenarios menu. Can be multiple words divided by semicolon. Doesn't affect multiplayer and campaign scenarios. Keys Array
Required Keys Limit Unlock How many of required keys has to be active for mission to be unlocked. KeysLimit Number
Independents\nAllegiance Misc Sets to whom will Independet side be friendly to. IntelIndepAllegiance Array in format [west:Number,east:Number]


Environment

Info Development
Name Category Description Class Type
Date Date IntelDate Array in format [year, month, day]
Time Date IntelTime Number
Time of Changes Weather Forecast IntelTimeOfChanges Number
Overcast Start Overcast IntelWeatherStart Number
Overcast Forecast Overcast IntelWeatherForecast Number
Fog Start Fog IntelFogStart Number
Fog Forecast Fog IntelFogForecast Number
Manual Override Rain IntelRainIsForced Bool
Rain Start Rain IntelRainStart Number
Rain Forecast Rain IntelRainForecast Number
Manual Override Lightnings IntelLightningIsForced Bool
Lightnings Start Lightnings IntelLightningStart Number
Lightnings Forecast Lightnings IntelLightningForecast Number
Manual Override Waves IntelWavesIsForced Bool
Waves Start Waves IntelWavesStart Number
Waves Forecast Waves IntelWavesForecast Number
Manual Override Wind IntelWindIsForced Bool
Wind Start Wind IntelWindStart Number
Wind Forecast Wind IntelWindForecast Number
Gusts Start Wind IntelWindGustStart Number
Gusts Forecast Wind IntelWindGustForecast Number
Direction Start Wind IntelWindDirectionStart Number
Direction Forecast Wind IntelWindDirectionForecast Number

Multiplayer

Info Development
Name Category Description Class Type
Game Type Type GameType String
Min Players Type MinPlayers Number
Max Players Type MaxPlayers Number
Multiplayer Overview Lobby IntelOverviewText Text
Disable AI Lobby DisabledAI Bool
Auto Assign Slots Lobby JoinUnassigned Bool
Respawn Respawn Respawn Number
Rulesets Respawn RespawnTemplates Array
Respawn Delay Respawn RespawnDelay Number
Vehicle Respawn Delay Respawn RespawnVehicleDelay Number
Show Scoreboard Respawn RespawnDialog Bool
Respawn Button Respawn RespawnButton Bool
Enable Team Switch Respawn EnableTeamSwitch Bool
Apply Respawn on AI Respawn AIKills Bool

Garbage Collection

Info Development
Name Category Description Class Type
Mode Character Corpses CorpseManagerMode Number
Limit Character Corpses CorpseLimit Number
Min Delay Character Corpses CorpseRemovalMinTime Number
Max Delay Character Corpses CorpseRemovalMaxTime Number
Mode Vehicle Wrecks WreckManagerMode Number
Limit Vehicle Wrecks WreckLimit Number
Min Delay Vehicle Wrecks WreckRemovalMinTime Number
Max Delay Vehicle Wrecks WreckRemovalMaxTime Number