Eden Editor: Scenario Attributes: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(RespawnButton is Number, Bool causes RPT errors in MP pause menu)
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Attributes ==
== Attributes ==
<onlyinclude>
<onlyinclude>
==== Scenario ====
==== General====
{| class="wikitable sortable"
{| class="wikitable sortable"
! colspan="3" | Info
! colspan="3" | <big>Info</big>
! colspan="2" | [[Eden Editor: Setting Attributes|Development]]
! colspan="2" | <big>[[Eden Editor: Setting Attributes|Development]]</big>
|-
|-
! Name
! Name
! Category
! Category
! class="unsortable" | Description
! class="unsortable" | Description
! Class
! Property
! Control
! Type
|-
|-
| '''Name'''
| '''Title'''
| Presentation
| Presentation
|  
| Scenario name. Appears in the scenarios menu, multiplayer lobby and loading screens. Use @STR_ prefix to link to localization keys.
| <tt>IntelBriefingName</tt>
| <small><tt>IntelBriefingName</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
| [[String]]
|-
|-
| '''Author'''
| '''Author'''
| Presentation
| Presentation
|  
| Scenario author. Appears in the scenarios menu and in loading screens.
| <tt>Author</tt>
| <small><tt>Author</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
| [[String]]
|-
|-
| '''Picture'''
| '''Picture'''
| Overview
| 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.
| <tt>OverviewPicture</tt>
| <small><tt>OverviewPicture</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
| [[String]]
|-
|-
| '''Text'''
| '''Text'''
| Overview
| 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.
| <tt>OverviewText</tt>
| <small><tt>OverviewText</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditMulti5|EditMulti5]]</tt>
| [[String]]
|-
|-
| '''Picture'''
| '''Picture'''
| Overview (Locked)
| Overview (Locked)
|  
| Path to the overview picture visible in the scenarios menu. When no loading screen picture is defined, this will be used in the loading screen instead.
| <tt>OverviewPictureLocked</tt>
| <small><tt>OverviewPictureLocked</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
| [[String]]
|-
|-
| '''Text'''
| '''Text'''
| Overview (Locked)
| 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.
| <tt>OverviewTextLocked</tt>
| <small><tt>OverviewTextLocked</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditMulti5|EditMulti5]]</tt>
| [[String]]
|-
|-
| '''Picture'''
| '''Picture'''
| Loading Screen
| Loading Screen
|  
| Path to the picture visible in the loading screens before and during the scenario.
| <tt>LoadScreen</tt>
| <small><tt>LoadScreen</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
| [[String]]
|-
|-
| '''Text'''
| '''Text'''
| Loading Screen
| Loading Screen
|  
| Short text visible in loading screens before and during the scenario. Use @STR_ prefix to link to localization keys.
| <tt>OnLoadMission</tt>
| <small><tt>OnLoadMission</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditMulti5|EditMulti5]]</tt>
| [[String]]
|-
|-
| '''Show Briefing'''
| '''Show Briefing'''
| States
| States
|  
| When disabled, the scenario will start automatically after the loading, without showing the briefing. Valid only for singleplayer scenarios.
| <tt>Briefing</tt>
| <small><tt>Briefing</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
| [[Bool]]
|-
|-
| '''Show Debriefing'''
| '''Show Debriefing'''
| States
| States
|  
| When disabled, the debriefing screen will not be shown when the scenario is completed.
| <tt>Debriefing</tt>
| <small><tt>Debriefing</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
| [[Bool]]
|-
|-
| '''Enable Saving'''
| '''Enable Saving'''
| States
| States
|  
| When disabled, the 'SAVE' option in the pause menu will be disabled and scripted autosaves will not do anything.
| <tt>Saving</tt>
| <small><tt>Saving</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
| [[Bool]]
|-
|-
| '''Show Map'''
| '''Show Map'''
| States
| States
|  
| When disabled, a black screen is shown instead of the map. Tasks, notes and other information will remain accessible. Can also be achieved by removing the map from the player's inventory.
| <tt>ShowMap</tt>
| <small><tt>ShowMap</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
| [[Bool]]
|-
|-
| '''Show Compass'''
| '''Show Compass'''
| States
| States
|  
| When disabled, the compass will not be available either on the map, or in the scene after pressing the 'Compass' key. Can also be achieved by removing the compass from the player's inventory.
| <tt>ShowCompass</tt>
| <small><tt>ShowCompass</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
| [[Bool]]
|-
|-
| '''Show Watch'''
| '''Show Watch'''
| States
| States
|  
| When disabled, the watch will not be available in the scene after pressing the 'Watch' key. Can also be achieved by removing the watch from the player's inventory.
| <tt>ShowWatch</tt>
| <small><tt>ShowWatch</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
| [[Bool]]
|-
|-
| '''Show GPS'''
| '''Show GPS'''
| States
| States
|  
| When disabled, the GPS minimap will not be available in the scene after pressing the 'GPS' key. Can also be achieved by removing the GPS from the player's inventory.
| <tt>ShowGPS</tt>
| <small><tt>ShowGPS</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
| [[Bool]]
|-
|-
| '''Show HUD'''
| '''Show HUD'''
| States
| States
|  
| When disabled, on-screen information such as weapon information or the command menu will be hidden.
| <tt>ShowHUD</tt>
| <small><tt>ShowHUD</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
| [[Bool]]
|-
|-
| '''Show UAV Feed'''
| '''Show UAV Feed'''
| States
| States
|  
| When disabled, the UAV feed will not be available in the scene after pressing the 'AV Camera' key.
| <tt>ShowUAVFeed</tt>
| <small><tt>ShowUAVFeed</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
| [[Bool]]
|-
|-
| '''Advanced Flight Model'''
| '''Advanced Flight Model'''
| States
| States
|  
| When enabled, all player controlled helicopters will use the advanced flight model.
| <tt>ForceRotorLibSimulation</tt>
| <small><tt>ForceRotorLibSimulation</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
| [[Bool]]
|-
|-
| '''Debug Console'''
| '''Debug Console'''
| States
| States
|  
| Determines debug console availability
| <tt>EnableDebugConsole</tt>
Available options:
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EnableDebugConsole|EnableDebugConsole]]</tt>
* '''Available only in editor'''
* '''Available for the host or logged-in admin'''
* '''Available for everyone'''
 
| <small><tt>EnableDebugConsole</tt></small>
| [[Number]]
|-
|-
| '''Unlocked Keys'''
| '''Unlocked Keys'''
| Unlock
| Unlock
|  
| Keys needed to mark the scenario as completed in the scenarios menu. Can be multiple words divided by a semicolon. Key can be activated using 'activateKey' scripting command. Does not affect the multiplayer and campaign scenarios, and the scenarios downloaded from Steam.
| <tt>DoneKeys</tt>
| <small><tt>DoneKeys</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditArray|EditArray]]</tt>
| [[Array]]
|-
|-
| '''Required Keys'''
| '''Required Keys'''
| Unlock
| Unlock
|  
| Keys required for mission to be available for playing from the scenarios menu. Can be multiple words divided by a semicolon. Does not affect the multiplayer and campaign scenarios.
| <tt>Keys</tt>
| <small><tt>Keys</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditArray|EditArray]]</tt>
| [[Array]]
|-
|-
| '''Required Keys Limit'''
| '''Required Keys Limit'''
| Unlock
| Unlock
|  
| The number of required keys to be active for the mission to be unlocked.
| <tt>KeysLimit</tt>
| <small><tt>KeysLimit</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditShort|EditShort]]</tt>
| [[Number]]
|-
| '''Independents Allegiance'''
| Misc
| Sets who the Independent side will be friendly to. The value is shared across all scenario phases.
| <small><tt>IntelIndepAllegiance</tt></small>
| [[Array]] in format [west:[[Number]],east:[[Number]]]
|-
|-
| '''Independents\nAllegiance'''
| '''Binarize the Scenario File'''
| Misc
| Misc
|  
| When true, the *.sqm file will be binarized. The process saves loading time, but makes the file uneditable in a text editor.
| <tt>IntelIndepAllegiance</tt>
| <small><tt>SaveBinarized</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#GuerAllegiance|GuerAllegiance]]</tt>
| [[Bool]]
|}
|}


<!--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
==== Environment ====
==== Environment ====
<!-- Exported from the game by BIS_fnc_3DENExportAttributes. Manual edits may be replaced by future exports. -->
{| class="wikitable sortable"
{| class="wikitable sortable"
! colspan="3" | Info
! colspan="3" | <big>Info</big>
! colspan="2" | [[Eden Editor: Setting Attributes|Development]]
! colspan="2" | <big>[[Eden Editor: Setting Attributes|Development]]</big>
|-
|-
! Name
! Name
! Category
! Category
! class="unsortable" | Description
! class="unsortable" | Description
! Class
! Property
! Control
! Type
|-
|-
| '''Date'''
| '''Date'''
| Date
| Date
|  
| Starting date.
| <tt>IntelDate</tt>
| <small><tt>IntelDate</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Date|Date]]</tt>
| [[Array]] in format [year, month, day]
|-
|-
| '''Time'''
| '''Time'''
| Date
| Date
|  
| Starting time of the day. Please note that the sunrise and sunset times are influenced by the date (e.g., days are shorter in winter) and the longitude and latitude of the terrain.
| <tt>IntelTime</tt>
| <small><tt>IntelTime</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#SliderTimeDay|SliderTimeDay]]</tt>
| [[Number]]
|-
|-
| '''Time of Changes'''
| '''Time of Changes'''
| Weather Forecast
| Weather Forecast
|  
| Delay until all forecasted weather values take effect.
| <tt>IntelTimeOfChanges</tt>
| <small><tt>IntelTimeOfChanges</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#SliderTimeForecast|SliderTimeForecast]]</tt>
| [[Number]]
|-
|-
| '''Overcast Start'''
| '''Overcast Start'''
| Overcast
| Overcast
|  
| Initial cloud cover. Unless set manually, this value also affects rain, lightning, waves, wind and gusts values.
| <tt>IntelWeatherStart</tt>
| <small><tt>IntelWeatherStart</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Overcast Forecast'''
| '''Overcast Forecast'''
| Overcast
| Overcast
|  
| Forecasted cloud cover.
| <tt>IntelWeatherForecast</tt>
| <small><tt>IntelWeatherForecast</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Fog Start'''
| '''Fog Start'''
| Fog
| Fog
|  
| Initial fog. Strength affects not only how far player can see, but also limits the sight of AI entities.
| <tt>IntelFogStart</tt>
| <small><tt>IntelFogStart</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Fog Forecast'''
| '''Fog Forecast'''
| Fog
| Fog
|  
| Forecasted fog.
| <tt>IntelFogForecast</tt>
| <small><tt>IntelFogForecast</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Manual Override'''
| '''Manual Override'''
| Rain
| Rain
|  
| Enables manual settings in this category. When disabled, the engine will calculate the values automatically.
| <tt>IntelRainIsForced</tt>
| <small><tt>IntelRainIsForced</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#CheckboxState|CheckboxState]]</tt>
| [[Bool]]
|-
|-
| '''Rain Start'''
| '''Rain Start'''
| Rain
| Rain
|  
| Initial rain strength. Applied only when the cloud cover is already bad, i.e., a high value is ignored when the weather is sunny.
| <tt>IntelRainStart</tt>
| <small><tt>IntelRainStart</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Rain Forecast'''
| '''Rain Forecast'''
| Rain
| Rain
|  
| Forecasted rain strength.
| <tt>IntelRainForecast</tt>
| <small><tt>IntelRainForecast</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Manual Override'''
| '''Manual Override'''
| Lightnings
| Lightnings
|  
| Enables manual settings in this category. When disabled, the engine will calculate the values automatically.
| <tt>IntelLightningIsForced</tt>
| <small><tt>IntelLightningIsForced</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#CheckboxState|CheckboxState]]</tt>
| [[Bool]]
|-
|-
| '''Lightnings Start'''
| '''Lightnings Start'''
| Lightnings
| Lightnings
|  
| Initial frequency of lightning. Applied only when the cloud cover is already bad, i.e., a high value is ignored when the weather is sunny.
| <tt>IntelLightningStart</tt>
| <small><tt>IntelLightningStart</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Lightnings Forecast'''
| '''Lightnings Forecast'''
| Lightnings
| Lightnings
|  
| Forecasted frequency of lightning.
| <tt>IntelLightningForecast</tt>
| <small><tt>IntelLightningForecast</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Manual Override'''
| '''Manual Override'''
| Waves
| Waves
|  
| Enables manual settings in this category. When disabled, the engine will calculate the values automatically.
| <tt>IntelWavesIsForced</tt>
| <small><tt>IntelWavesIsForced</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#CheckboxState|CheckboxState]]</tt>
| [[Bool]]
|-
|-
| '''Waves Start'''
| '''Waves Start'''
| Waves
| Waves
|  
| Initial waves size. Applied independently of cloud cover settings.
| <tt>IntelWavesStart</tt>
| <small><tt>IntelWavesStart</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Waves Forecast'''
| '''Waves Forecast'''
| Waves
| Waves
|  
| Forecasted waves size.
| <tt>IntelWavesForecast</tt>
| <small><tt>IntelWavesForecast</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Manual Override'''
| '''Manual Override'''
| Wind
| Wind
|  
| Enables manual settings in this category. When disabled, the engine will calculate the values automatically.
| <tt>IntelWindIsForced</tt>
| <small><tt>IntelWindIsForced</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#CheckboxState|CheckboxState]]</tt>
| [[Bool]]
|-
|-
| '''Wind Start'''
| '''Wind Start'''
| Wind
| Wind
|  
| Initial wind strength. Together with wind direction, it influences how clouds, smoke, vegetation or flags are moving.
| <tt>IntelWindStart</tt>
| <small><tt>IntelWindStart</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Wind Forecast'''
| '''Wind Forecast'''
| Wind
| Wind
|  
| Forecasted wind strength.
| <tt>IntelWindForecast</tt>
| <small><tt>IntelWindForecast</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Gusts Start'''
| '''Gusts Start'''
| Wind
| Wind
|  
| Initial gusts strength. Gusts are randomly changing wind direction. The worse the cloud cover, the stronger and more frequent the changes.
| <tt>IntelWindGustStart</tt>
| <small><tt>IntelWindGustStart</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Gusts Forecast'''
| '''Gusts Forecast'''
| Wind
| Wind
|  
| Forecasted gusts value.
| <tt>IntelWindGustForecast</tt>
| <small><tt>IntelWindGustForecast</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Slider|Slider]]</tt>
| [[Number]]
|-
|-
| '''Direction Start'''
| '''Direction Start'''
| Wind
| Wind
|  
| Initial wind direction.
| <tt>IntelWindDirectionStart</tt>
| <small><tt>IntelWindDirectionStart</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditZ|EditZ]]</tt>
| [[Number]]
|-
|-
| '''Direction Forecast'''
| '''Direction Forecast'''
| Wind
| Wind
|  
| Forecasted wind direction.
| <tt>IntelWindDirectionForecast</tt>
| <small><tt>IntelWindDirectionForecast</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditZ|EditZ]]</tt>
| [[Number]]
|}
|}
<!--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->


==== Multiplayer ====
==== Multiplayer ====
<!-- Exported from the game by BIS_fnc_3DENExportAttributes. Manual edits may be replaced by future exports. -->
{| class="wikitable sortable"
{| class="wikitable sortable"
! colspan="3" | Info
! colspan="3" | <big>Info</big>
! colspan="2" | [[Eden Editor: Setting Attributes|Development]]
! colspan="2" | <big>[[Eden Editor: Setting Attributes|Development]]</big>
|-
|-
! Name
! Name
! Category
! Category
! class="unsortable" | Description
! class="unsortable" | Description
! Class
! Property
! Control
! Type
|-
|-
| '''Game Type'''
| '''Game Type'''
| Type
| Type
|  
| Scenario type shown in the server browser and in the loading screen.
| <tt>GameType</tt>
| <small><tt>GameType</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#GameType|GameType]]</tt>
| [[String]]
|-
|-
| '''Min Players'''
| '''Min Players'''
| Type
| Type
|  
| Minimum number of required players.
| <tt>MinPlayers</tt>
| <small><tt>MinPlayers</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditShort|EditShort]]</tt>
| [[Number]]
|-
|-
| '''Max Players'''
| '''Max Players'''
| Type
| Type
|  
| Minimum number of allowed players.
| <tt>MaxPlayers</tt>
| <small><tt>MaxPlayers</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditShort|EditShort]]</tt>
| [[Number]]
|-
|-
| '''Multiplayer Overview'''
| '''Summary'''
| Lobby
| Lobby
|  
| Short summary shown in the scenario lobby.
| <tt>IntelOverviewText</tt>
| <small><tt>IntelOverviewText</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Edit|Edit]]</tt>
| [[Text]]
|-
|-
| '''Disable AI'''
| '''Enable AI'''
| Lobby
| Lobby
|  
| When AI is enabled, all playable characters are created at the scenario start, controlled by AI. Upon joining, a player takes control of an existing character.
| <tt>DisabledAI</tt>
When AI is disabled, a new character is created for each connecting player.
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
Server host can disable AI even when it is allowed by default.
| <small><tt>DisabledAI</tt></small>
| [[Bool]]
|-
|-
| '''Auto Assign Slots'''
| '''Auto Assign Slots'''
| Lobby
| Lobby
|  
| When enabled, arriving players will be first assigned to the side with the lowest number of players. Valid only for scenarios with multiple playable sides involved.
| <tt>JoinUnassigned</tt>
| <small><tt>JoinUnassigned</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
| [[Bool]]
|-
|-
| '''Respawn'''
| '''Respawn'''
| Respawn
| Respawn
|  
| Character respawn type. Defines what happens to players and playable characters after they die in multiplayer scenarios. Has no effect in singleplayer scenarios.
| <tt>Respawn</tt>
Available options:
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Respawn|Respawn]]</tt>
* '''Disabled''' - No respawn.
* '''Respawn on Custom Position''' - Respawn on a position defined by the marker with a specific prefix in the name. When multiple ones are available, a random one is selected.
:* respawn - position available for all sides
:* respawn_west - BLUFOR respawn
:* respawn_east - OPFOR respawn
:* respawn_guerrila - Independent respawn
:* respawn_civilian - Civilian respawn
:Because these are prefixes, anything can follow them, e.g., respawn_1, respawn_west_base, etc.
* '''Respawn on Position of Death''' - Respawn where killed, even if the dead body moved.
* '''Switch to Group Member''' - Take control of the next available group member. When none are left, 'Switch to Spectator' respawn is used instead.
* '''Switch to Side Member''' - Pick a character on the same side to take control of. When none are left, 'Switch to Spectator' respawn is used instead.
* '''Switch to Spectator''' - Spectate the scenario without being directly involved.
 
| <small><tt>Respawn</tt></small>
| [[Number]]
|-
|-
| '''Rulesets'''
| '''Rulesets'''
| Respawn
| Respawn
|  
| Specific respawn rulesets based on currently selected 'Respawn'.
| <tt>RespawnTemplates</tt>
| <small><tt>RespawnTemplates</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#RespawnTemplates|RespawnTemplates]]</tt>
| [[Array]]
|-
|-
| '''Respawn Delay'''
| '''Respawn Delay'''
| Respawn
| Respawn
|  
| Time in seconds after which players respawn.
| <tt>RespawnDelay</tt>
| <small><tt>RespawnDelay</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#SliderTimeRespawn|SliderTimeRespawn]]</tt>
| [[Number]]
|-
|-
| '''Vehicle Respawn Delay'''
| '''Vehicle Respawn Delay'''
| Respawn
| Respawn
|  
| Time in seconds after which vehicles respawn.
| <tt>RespawnVehicleDelay</tt>
| <small><tt>RespawnVehicleDelay</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#SliderTimeRespawn|SliderTimeRespawn]]</tt>
| [[Number]]
|-
|-
| '''Show Scoreboard'''
| '''Show Scoreboard'''
| Respawn
| Respawn
|  
| When enabled, the scoreboard is shown while waiting for respawn. May be subdued by some respawn rulesets.
| <tt>RespawnDialog</tt>
| <small><tt>RespawnDialog</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
| [[Bool]]
|-
|-
| '''Respawn Button'''
| '''Allow Manual Respawn'''
| Respawn
| Respawn
|  
| When enabled, players will have the option to manually respawn in the pause menu.
| <tt>RespawnButton</tt>
| <small><tt>RespawnButton</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#CheckboxNumber|CheckboxNumber]]</tt>
| [[Number]]
|-
|-
| '''Enable Team Switch'''
| '''Enable Team Switch'''
| Respawn
| Respawn
|  
| When enabled, players will be able to manually switch to any other playable character in the scenario not controlled by another player.
| <tt>EnableTeamSwitch</tt>
| <small><tt>EnableTeamSwitch</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#CheckboxNumber|CheckboxNumber]]</tt>
| [[Bool]]
|-
|-
| '''Apply Respawn on AI'''
| '''Allow AI Score'''
| Respawn
| Respawn
|  
| When enabled, the score of playable characters controlled by AI will appear on the scoreboard.
| <tt>AIKills</tt>
| <small><tt>AIKills</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#Checkbox|Checkbox]]</tt>
| [[Bool]]
|}
|}
<!--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->


==== Garbage Collection ====
==== Garbage Collection ====
<!-- Exported from the game by BIS_fnc_3DENExportAttributes. Manual edits may be replaced by future exports. -->
{| class="wikitable sortable"
{| class="wikitable sortable"
! colspan="3" | Info
! colspan="3" | <big>Info</big>
! colspan="2" | [[Eden Editor: Setting Attributes|Development]]
! colspan="2" | <big>[[Eden Editor: Setting Attributes|Development]]</big>
|-
|-
! Name
! Name
! Category
! Category
! class="unsortable" | Description
! class="unsortable" | Description
! Class
! Property
! Control
! Type
|-
|-
| '''Mode'''
| '''Mode'''
| Character Corpses
| Character Corpses
|  
| Garbage collecting mode.
| <tt>CorpseManagerMode</tt>
Available options:
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#GarbageCollectorMode|GarbageCollectorMode]]</tt>
* '''None'''
* '''All scenario objects'''
* '''Only objects that can respawn'''
* '''Only objects that cannot respawn'''
 
| <small><tt>CorpseManagerMode</tt></small>
| [[Number]]
|-
|-
| '''Limit'''
| '''Limit'''
| Character Corpses
| Character Corpses
|  
| Maximum allowed number of dead bodies in the scenario.
| <tt>CorpseLimit</tt>
| <small><tt>CorpseLimit</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditShort|EditShort]]</tt>
| [[Number]]
|-
|-
| '''Min Delay'''
| '''Min Delay'''
| Character Corpses
| Character Corpses
|  
| Time in seconds before a dead body is removed when the number of dead bodies exceeds the 'Limit'.
| <tt>CorpseRemovalMinTime</tt>
| <small><tt>CorpseRemovalMinTime</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#SliderTime|SliderTime]]</tt>
| [[Number]]
|-
|-
| '''Max Delay'''
| '''Max Delay'''
| Character Corpses
| Character Corpses
|  
| Time in seconds before a dead body is removed when the number of dead bodies is below or equals the 'Limit'.
| <tt>CorpseRemovalMaxTime</tt>
| <small><tt>CorpseRemovalMaxTime</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#SliderTime|SliderTime]]</tt>
| [[Number]]
|-
|-
| '''Mode'''
| '''Mode'''
| Vehicle Wrecks
| Vehicle Wrecks
|  
| Garbage collecting mode.
| <tt>WreckManagerMode</tt>
Available options:
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#GarbageCollectorMode|GarbageCollectorMode]]</tt>
* '''None'''
* '''All scenario objects'''
* '''Only objects that can respawn'''
* '''Only objects that cannot respawn'''
 
| <small><tt>WreckManagerMode</tt></small>
| [[Number]]
|-
|-
| '''Limit'''
| '''Limit'''
| Vehicle Wrecks
| Vehicle Wrecks
|  
| Maximum allowed number of dead bodies in the scenario.
| <tt>WreckLimit</tt>
| <small><tt>WreckLimit</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#EditShort|EditShort]]</tt>
| [[Number]]
|-
|-
| '''Min Delay'''
| '''Min Delay'''
| Vehicle Wrecks
| Vehicle Wrecks
|  
| Time in seconds before a dead body is removed when the number of dead bodies exceeds the 'Limit'.
| <tt>WreckRemovalMinTime</tt>
| <small><tt>WreckRemovalMinTime</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#SliderTime|SliderTime]]</tt>
| [[Number]]
|-
|-
| '''Max Delay'''
| '''Max Delay'''
| Vehicle Wrecks
| Vehicle Wrecks
|  
| Time in seconds before a dead body is removed when the number of dead bodies is below or equals the 'Limit'.
| <tt>WreckRemovalMaxTime</tt>
| <small><tt>WreckRemovalMaxTime</tt></small>
| <tt>[[Eden_Editor:_Configuring_Attributes:_Controls#SliderTime|SliderTime]]</tt>
| [[Number]]
|}
|}
</onlyinclude>


[[Category:Eden Editor|Scenario Atttributes]]
[[Category:Eden Editor|Scenario Atttributes]]
[[Category:Eden Editor: Editing|Scenario Atttributes]]
[[Category:Eden Editor: Editing|Scenario Atttributes]]

Revision as of 05:05, 22 June 2016

Attributes

General

Info Development
Name Category Description Property Type
Title 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 the overview picture visible in the scenarios menu. When no loading screen picture is defined, this will be used in the loading screen instead. 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 the picture visible in the 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. Valid only for singleplayer scenarios. Briefing Bool
Show Debriefing States When disabled, the debriefing screen will not be shown when the scenario is completed. Debriefing Bool
Enable Saving States When disabled, the 'SAVE' option in the pause menu will be disabled and scripted autosaves will not 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 also be achieved by removing the map from the player's inventory. ShowMap Bool
Show Compass States When disabled, the compass will not be available either on the map, or in the scene after pressing the 'Compass' key. Can also be achieved by removing the compass from the player's inventory. ShowCompass Bool
Show Watch States When disabled, the watch will not be available in the scene after pressing the 'Watch' key. Can also be achieved by removing the watch from the player's inventory. ShowWatch Bool
Show GPS States When disabled, the GPS minimap will not be available in the scene after pressing the 'GPS' key. Can also be achieved by removing the GPS from the player's inventory. ShowGPS Bool
Show HUD States When disabled, on-screen information such as weapon information or the command menu will be hidden. ShowHUD Bool
Show UAV Feed States When disabled, the UAV feed will not 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 the advanced flight model. ForceRotorLibSimulation Bool
Debug Console States Determines debug console availability

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 a semicolon. Key can be activated using 'activateKey' scripting command. Does not affect the multiplayer and campaign scenarios, and the 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 a semicolon. Does not affect the multiplayer and campaign scenarios. Keys Array
Required Keys Limit Unlock The number of required keys to be active for the mission to be unlocked. KeysLimit Number
Independents Allegiance Misc Sets who the Independent side will be friendly to. The value is shared across all scenario phases. IntelIndepAllegiance Array in format [west:Number,east:Number]
Binarize the Scenario File Misc When true, the *.sqm file will be binarized. The process saves loading time, but makes the file uneditable in a text editor. SaveBinarized Bool

Environment

Info Development
Name Category Description Property Type
Date Date Starting date. IntelDate Array in format [year, month, day]
Time Date Starting time of the day. Please note that the sunrise and sunset times are influenced by the date (e.g., days are shorter in winter) and the longitude and latitude of the terrain. IntelTime Number
Time of Changes Weather Forecast Delay until all forecasted weather values take effect. IntelTimeOfChanges Number
Overcast Start Overcast Initial cloud cover. Unless set manually, this value also affects rain, lightning, waves, wind and gusts values. IntelWeatherStart Number
Overcast Forecast Overcast Forecasted cloud cover. IntelWeatherForecast Number
Fog Start Fog Initial fog. Strength affects not only how far player can see, but also limits the sight of AI entities. IntelFogStart Number
Fog Forecast Fog Forecasted fog. IntelFogForecast Number
Manual Override Rain Enables manual settings in this category. When disabled, the engine will calculate the values automatically. IntelRainIsForced Bool
Rain Start Rain Initial rain strength. Applied only when the cloud cover is already bad, i.e., a high value is ignored when the weather is sunny. IntelRainStart Number
Rain Forecast Rain Forecasted rain strength. IntelRainForecast Number
Manual Override Lightnings Enables manual settings in this category. When disabled, the engine will calculate the values automatically. IntelLightningIsForced Bool
Lightnings Start Lightnings Initial frequency of lightning. Applied only when the cloud cover is already bad, i.e., a high value is ignored when the weather is sunny. IntelLightningStart Number
Lightnings Forecast Lightnings Forecasted frequency of lightning. IntelLightningForecast Number
Manual Override Waves Enables manual settings in this category. When disabled, the engine will calculate the values automatically. IntelWavesIsForced Bool
Waves Start Waves Initial waves size. Applied independently of cloud cover settings. IntelWavesStart Number
Waves Forecast Waves Forecasted waves size. IntelWavesForecast Number
Manual Override Wind Enables manual settings in this category. When disabled, the engine will calculate the values automatically. IntelWindIsForced Bool
Wind Start Wind Initial wind strength. Together with wind direction, it influences how clouds, smoke, vegetation or flags are moving. IntelWindStart Number
Wind Forecast Wind Forecasted wind strength. IntelWindForecast Number
Gusts Start Wind Initial gusts strength. Gusts are randomly changing wind direction. The worse the cloud cover, the stronger and more frequent the changes. IntelWindGustStart Number
Gusts Forecast Wind Forecasted gusts value. IntelWindGustForecast Number
Direction Start Wind Initial wind direction. IntelWindDirectionStart Number
Direction Forecast Wind Forecasted wind direction. IntelWindDirectionForecast Number


Multiplayer

Info Development
Name Category Description Property Type
Game Type Type Scenario type shown in the server browser and in the loading screen. GameType String
Min Players Type Minimum number of required players. MinPlayers Number
Max Players Type Minimum number of allowed players. MaxPlayers Number
Summary Lobby Short summary shown in the scenario lobby. IntelOverviewText Text
Enable AI Lobby When AI is enabled, all playable characters are created at the scenario start, controlled by AI. Upon joining, a player takes control of an existing character.

When AI is disabled, a new character is created for each connecting player. Server host can disable AI even when it is allowed by default.

DisabledAI Bool
Auto Assign Slots Lobby When enabled, arriving players will be first assigned to the side with the lowest number of players. Valid only for scenarios with multiple playable sides involved. JoinUnassigned Bool
Respawn Respawn Character respawn type. Defines what happens to players and playable characters after they die in multiplayer scenarios. Has no effect in singleplayer scenarios.

Available options:

  • Disabled - No respawn.
  • Respawn on Custom Position - Respawn on a position defined by the marker with a specific prefix in the name. When multiple ones are available, a random one is selected.
  • respawn - position available for all sides
  • respawn_west - BLUFOR respawn
  • respawn_east - OPFOR respawn
  • respawn_guerrila - Independent respawn
  • respawn_civilian - Civilian respawn
Because these are prefixes, anything can follow them, e.g., respawn_1, respawn_west_base, etc.
  • Respawn on Position of Death - Respawn where killed, even if the dead body moved.
  • Switch to Group Member - Take control of the next available group member. When none are left, 'Switch to Spectator' respawn is used instead.
  • Switch to Side Member - Pick a character on the same side to take control of. When none are left, 'Switch to Spectator' respawn is used instead.
  • Switch to Spectator - Spectate the scenario without being directly involved.
Respawn Number
Rulesets Respawn Specific respawn rulesets based on currently selected 'Respawn'. RespawnTemplates Array
Respawn Delay Respawn Time in seconds after which players respawn. RespawnDelay Number
Vehicle Respawn Delay Respawn Time in seconds after which vehicles respawn. RespawnVehicleDelay Number
Show Scoreboard Respawn When enabled, the scoreboard is shown while waiting for respawn. May be subdued by some respawn rulesets. RespawnDialog Bool
Allow Manual Respawn Respawn When enabled, players will have the option to manually respawn in the pause menu. RespawnButton Number
Enable Team Switch Respawn When enabled, players will be able to manually switch to any other playable character in the scenario not controlled by another player. EnableTeamSwitch Bool
Allow AI Score Respawn When enabled, the score of playable characters controlled by AI will appear on the scoreboard. AIKills Bool


Garbage Collection

Info Development
Name Category Description Property Type
Mode Character Corpses Garbage collecting mode.

Available options:

  • None
  • All scenario objects
  • Only objects that can respawn
  • Only objects that cannot respawn
CorpseManagerMode Number
Limit Character Corpses Maximum allowed number of dead bodies in the scenario. CorpseLimit Number
Min Delay Character Corpses Time in seconds before a dead body is removed when the number of dead bodies exceeds the 'Limit'. CorpseRemovalMinTime Number
Max Delay Character Corpses Time in seconds before a dead body is removed when the number of dead bodies is below or equals the 'Limit'. CorpseRemovalMaxTime Number
Mode Vehicle Wrecks Garbage collecting mode.

Available options:

  • None
  • All scenario objects
  • Only objects that can respawn
  • Only objects that cannot respawn
WreckManagerMode Number
Limit Vehicle Wrecks Maximum allowed number of dead bodies in the scenario. WreckLimit Number
Min Delay Vehicle Wrecks Time in seconds before a dead body is removed when the number of dead bodies exceeds the 'Limit'. WreckRemovalMinTime Number
Max Delay Vehicle Wrecks Time in seconds before a dead body is removed when the number of dead bodies is below or equals the 'Limit'. WreckRemovalMaxTime Number