Eden Editor: Scenario Attributes: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 156: | Line 156: | ||
<!---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | <!---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | ||
<!-- 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 | ||
Line 170: | Line 169: | ||
| '''Date''' | | '''Date''' | ||
| Date | | Date | ||
| | | Starting date. | ||
| <tt>IntelDate</tt> | | <small><tt>IntelDate</tt></small> | ||
| [[Array]] in format [year, month, day] | | [[Array]] in format [year, month, day] | ||
|- | |- | ||
| '''Time''' | | '''Time''' | ||
| Date | | Date | ||
| | | Starting time of the day. Please note that sunrise and sunset times are influenced by the date (e.g., days are shorter in winter) and longitude and latitude of the terrain. | ||
| <tt>IntelTime</tt> | | <small><tt>IntelTime</tt></small> | ||
| [[Number]] | | [[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> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Overcast Start''' | | '''Overcast Start''' | ||
| Overcast | | Overcast | ||
| | | Initial cloudiness. Unless they are set manually, this value also affects rain, lightnings, waves, wind and gusts values. | ||
| <tt>IntelWeatherStart</tt> | | <small><tt>IntelWeatherStart</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Overcast Forecast''' | | '''Overcast Forecast''' | ||
| Overcast | | Overcast | ||
| | | Forecasted cloudiness. | ||
| <tt>IntelWeatherForecast</tt> | | <small><tt>IntelWeatherForecast</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Fog Start''' | | '''Fog Start''' | ||
| Fog | | Fog | ||
| | | Initial fog. Strength affects not only how far can player see, but also limits sight of AI entities. | ||
| <tt>IntelFogStart</tt> | | <small><tt>IntelFogStart</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Fog Forecast''' | | '''Fog Forecast''' | ||
| Fog | | Fog | ||
| | | Forecasted fog. | ||
| <tt>IntelFogForecast</tt> | | <small><tt>IntelFogForecast</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Manual Override''' | | '''Manual Override''' | ||
| Rain | | Rain | ||
| | | Enable manual settings in this category. When disabled, the engine will calculate the values automatically. | ||
| <tt>IntelRainIsForced</tt> | | <small><tt>IntelRainIsForced</tt></small> | ||
| [[Bool]] | | [[Bool]] | ||
|- | |- | ||
| '''Rain Start''' | | '''Rain Start''' | ||
| Rain | | Rain | ||
| | | Initial rain strength. Applied only when the cloudiness is already bad, i.e., high value is ignored when the weather is sunny. | ||
| <tt>IntelRainStart</tt> | | <small><tt>IntelRainStart</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Rain Forecast''' | | '''Rain Forecast''' | ||
| Rain | | Rain | ||
| | | Forecasted rain strength. | ||
| <tt>IntelRainForecast</tt> | | <small><tt>IntelRainForecast</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Manual Override''' | | '''Manual Override''' | ||
| Lightnings | | Lightnings | ||
| | | Enable manual settings in this category. When disabled, the engine will calculate the values automatically. | ||
| <tt>IntelLightningIsForced</tt> | | <small><tt>IntelLightningIsForced</tt></small> | ||
| [[Bool]] | | [[Bool]] | ||
|- | |- | ||
| '''Lightnings Start''' | | '''Lightnings Start''' | ||
| Lightnings | | Lightnings | ||
| | | Initial frequency of lightnings. Applied only when the cloudiness is already bad, i.e., high value is ignored when the weather is sunny. | ||
| <tt>IntelLightningStart</tt> | | <small><tt>IntelLightningStart</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Lightnings Forecast''' | | '''Lightnings Forecast''' | ||
| Lightnings | | Lightnings | ||
| | | Forecasted frequency of lightnings. | ||
| <tt>IntelLightningForecast</tt> | | <small><tt>IntelLightningForecast</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Manual Override''' | | '''Manual Override''' | ||
| Waves | | Waves | ||
| | | Enable manual settings in this category. When disabled, the engine will calculate the values automatically. | ||
| <tt>IntelWavesIsForced</tt> | | <small><tt>IntelWavesIsForced</tt></small> | ||
| [[Bool]] | | [[Bool]] | ||
|- | |- | ||
| '''Waves Start''' | | '''Waves Start''' | ||
| Waves | | Waves | ||
| | | Initial waves size. Applied independently on cloudiness settings. | ||
| <tt>IntelWavesStart</tt> | | <small><tt>IntelWavesStart</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Waves Forecast''' | | '''Waves Forecast''' | ||
| Waves | | Waves | ||
| | | Forecasted waves size. | ||
| <tt>IntelWavesForecast</tt> | | <small><tt>IntelWavesForecast</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Manual Override''' | | '''Manual Override''' | ||
| Wind | | Wind | ||
| | | Enable manual settings in this category. When disabled, the engine will calculate the values automatically. | ||
| <tt>IntelWindIsForced</tt> | | <small><tt>IntelWindIsForced</tt></small> | ||
| [[Bool]] | | [[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> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Wind Forecast''' | | '''Wind Forecast''' | ||
| Wind | | Wind | ||
| | | Forecasted wind strength. | ||
| <tt>IntelWindForecast</tt> | | <small><tt>IntelWindForecast</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Gusts Start''' | | '''Gusts Start''' | ||
| Wind | | Wind | ||
| | | Initial gusts strength. Gusts are randomly changing wind direction. The worse the cloudiness is, the stronger and more frequent the changes are. | ||
| <tt>IntelWindGustStart</tt> | | <small><tt>IntelWindGustStart</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Gusts Forecast''' | | '''Gusts Forecast''' | ||
| Wind | | Wind | ||
| | | Forecasted gusts value. | ||
| <tt>IntelWindGustForecast</tt> | | <small><tt>IntelWindGustForecast</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Direction Start''' | | '''Direction Start''' | ||
| Wind | | Wind | ||
| | | Initial wind direction. | ||
| <tt>IntelWindDirectionStart</tt> | | <small><tt>IntelWindDirectionStart</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|- | |- | ||
| '''Direction Forecast''' | | '''Direction Forecast''' | ||
| Wind | | Wind | ||
| | | Forecasted wind direction. | ||
| <tt>IntelWindDirectionForecast</tt> | | <small><tt>IntelWindDirectionForecast</tt></small> | ||
| [[Number]] | | [[Number]] | ||
|} | |} | ||
<!---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | <!---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | ||
Revision as of 11:35, 11 December 2015
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:
|
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] |
Info | Development | |||
---|---|---|---|---|
Name | Category | Description | Class | Type |
Date | Date | Starting date. | IntelDate | Array in format [year, month, day] |
Time | Date | Starting time of the day. Please note that sunrise and sunset times are influenced by the date (e.g., days are shorter in winter) and 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 cloudiness. Unless they are set manually, this value also affects rain, lightnings, waves, wind and gusts values. | IntelWeatherStart | Number |
Overcast Forecast | Overcast | Forecasted cloudiness. | IntelWeatherForecast | Number |
Fog Start | Fog | Initial fog. Strength affects not only how far can player see, but also limits sight of AI entities. | IntelFogStart | Number |
Fog Forecast | Fog | Forecasted fog. | IntelFogForecast | Number |
Manual Override | Rain | Enable 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 cloudiness is already bad, i.e., high value is ignored when the weather is sunny. | IntelRainStart | Number |
Rain Forecast | Rain | Forecasted rain strength. | IntelRainForecast | Number |
Manual Override | Lightnings | Enable manual settings in this category. When disabled, the engine will calculate the values automatically. | IntelLightningIsForced | Bool |
Lightnings Start | Lightnings | Initial frequency of lightnings. Applied only when the cloudiness is already bad, i.e., high value is ignored when the weather is sunny. | IntelLightningStart | Number |
Lightnings Forecast | Lightnings | Forecasted frequency of lightnings. | IntelLightningForecast | Number |
Manual Override | Waves | Enable manual settings in this category. When disabled, the engine will calculate the values automatically. | IntelWavesIsForced | Bool |
Waves Start | Waves | Initial waves size. Applied independently on cloudiness settings. | IntelWavesStart | Number |
Waves Forecast | Waves | Forecasted waves size. | IntelWavesForecast | Number |
Manual Override | Wind | Enable 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 cloudiness is, the stronger and more frequent the changes are. | 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 | 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 |