Basic: Difference between revisions
Appearance
m head |
pass1 |
||
| Line 6: | Line 6: | ||
|yr=yes | |yr=yes | ||
}} | }} | ||
This section defines the basic map properties, such as its name | This section defines the 'basic' map properties, such as its name, the [[NewINIFormat|map data format]], player count, etc, and extra data for singleplayer missions. | ||
The full list of tags, the value types for them, and a description are below: | |||
{| class="wikitable" | |||
{ | |- | ||
| <tt>Briefing</tt> || CSF label || The mission description | |||
< | |||
|- | |- | ||
| | | <tt>RequiredAddOn</tt> || boolean || | ||
|- | |- | ||
| | | <tt>SpeechSide</tt> || House || | ||
|- | |- | ||
| | | <tt>NextScenario</tt> || Map || | ||
|- | |- | ||
| | | <tt>AltNextScenario</tt> || Map || | ||
|- | |- | ||
| | | <tt>Name</tt> || string || | ||
|- | |- | ||
| | | <tt>NewINIFormat</tt> || int || | ||
|- | |- | ||
| | | <tt>CarryOverCap</tt> || int || | ||
|- | |- | ||
| | | <tt>EndOfGame</tt> || boolean || | ||
|- | |- | ||
| | | <tt>SkipScore</tt> || boolean || | ||
|- | |- | ||
| | | <tt>OneTimeOnly</tt> || boolean || | ||
|- | |- | ||
| | | <tt>SkipMapSelect</tt> || boolean || | ||
|- | |- | ||
| | | <tt>Official</tt> || boolean || | ||
|- | |- | ||
| | | <tt>IgnoreGlobalAITriggers</tt> || boolean || | ||
|- | |- | ||
| | | <tt>TruckCrate</tt> || boolean || | ||
|- | |- | ||
| | | <tt>TrainCrate</tt> || boolean || | ||
|- | |- | ||
| | | <tt>Percent</tt> || int || | ||
|- | |- | ||
| | | <tt>AllowableUnits</tt> || vector<UnitType> || | ||
|- | |- | ||
| | | <tt>AllowableUnitMaximums</tt> || vector<int> || | ||
|- | |- | ||
| | | <tt>Player</tt> || House || | ||
|- | |- | ||
| | | <tt>Intro</tt> || Movie || | ||
|- | |- | ||
| | | <tt>Brief</tt> || Movie || | ||
|- | |- | ||
| | | <tt>Win</tt> || Movie || | ||
|- | |- | ||
| | | <tt>Lose</tt> || Movie || | ||
|- | |- | ||
| | | <tt>Action</tt> || Movie || | ||
|- | |- | ||
| | | <tt>PostScore</tt> || Movie || | ||
|- | |- | ||
| | | <tt>PreMapSelect</tt> || Movie || | ||
|- | |- | ||
| | | <tt>Theme</tt> || Theme || | ||
|- | |- | ||
| | | <tt>CarryOverMoney</tt> || boolean || | ||
|- | |- | ||
| | | <tt>TimerInherit</tt> || boolean || | ||
|- | |- | ||
| | | <tt>FillSilos</tt> || boolean || | ||
|- | |- | ||
| | | <tt>StartingDropships</tt> || int || | ||
|- | |- | ||
| | | <tt>HomeCell</tt> || int || | ||
|- | |- | ||
| | | <tt>AltHomeCell</tt> || int || | ||
|- | |- | ||
| | | <tt>CivEvac</tt> || boolean || | ||
|- | |- | ||
| | | <tt>MultiplayerOnly</tt> || boolean || | ||
|- | |- | ||
| | | <tt>TiberiumGrowthEnabled</tt> || boolean || | ||
|- | |- | ||
| | | <tt>VeinGrowthEnabled</tt> || boolean || | ||
|- | |- | ||
| | | <tt>IceGrowthEnabled</tt> || boolean || | ||
|- | |- | ||
| | | <tt>TiberiumDeathToVisceroid</tt> || boolean || | ||
|- | |- | ||
| | | <tt>FreeRadar</tt> || boolean || | ||
|- | |- | ||
| | | <tt>InitTime</tt> || int || | ||
|- | |- | ||
|} | |} | ||
</onlyinclude> | </onlyinclude> | ||
Revision as of 20:17, 13 April 2025
|
|
|
|
|
|
| Section: | [Basic] |
| File(s): | Maps |
This section defines the 'basic' map properties, such as its name, the map data format, player count, etc, and extra data for singleplayer missions.
The full list of tags, the value types for them, and a description are below:
| Briefing | CSF label | The mission description |
| RequiredAddOn | boolean | |
| SpeechSide | House | |
| NextScenario | Map | |
| AltNextScenario | Map | |
| Name | string | |
| NewINIFormat | int | |
| CarryOverCap | int | |
| EndOfGame | boolean | |
| SkipScore | boolean | |
| OneTimeOnly | boolean | |
| SkipMapSelect | boolean | |
| Official | boolean | |
| IgnoreGlobalAITriggers | boolean | |
| TruckCrate | boolean | |
| TrainCrate | boolean | |
| Percent | int | |
| AllowableUnits | vector<UnitType> | |
| AllowableUnitMaximums | vector<int> | |
| Player | House | |
| Intro | Movie | |
| Brief | Movie | |
| Win | Movie | |
| Lose | Movie | |
| Action | Movie | |
| PostScore | Movie | |
| PreMapSelect | Movie | |
| Theme | Theme | |
| CarryOverMoney | boolean | |
| TimerInherit | boolean | |
| FillSilos | boolean | |
| StartingDropships | int | |
| HomeCell | int | |
| AltHomeCell | int | |
| CivEvac | boolean | |
| MultiplayerOnly | boolean | |
| TiberiumGrowthEnabled | boolean | |
| VeinGrowthEnabled | boolean | |
| IceGrowthEnabled | boolean | |
| TiberiumDeathToVisceroid | boolean | |
| FreeRadar | boolean | |
| InitTime | int |





