CfgMissions: Difference between revisions
m (Text replacement - "mw-mw-collapsible" to "mw-collapsible") |
m (Text replacement - "mw-mw-collapsed" to "mw-collapsed") |
||
Line 144: | Line 144: | ||
{| class="wikitable mw-collapsible | {| class="wikitable mw-collapsible mw-collapsed" width="100%" | ||
! [[Arma 2: Operation Arrowhead]] Missions | ! [[Arma 2: Operation Arrowhead]] Missions | ||
|- | |- | ||
Line 208: | Line 208: | ||
|} | |} | ||
{| class="wikitable mw-collapsible | {| class="wikitable mw-collapsible mw-collapsed" width="100%" | ||
! [[Arma 2: Private Military Company]] Missions | ! [[Arma 2: Private Military Company]] Missions | ||
|- | |- |
Revision as of 10:31, 14 February 2014
CfgMissions contains list of all playable content available for players in ingame menus. It's core of missions exported in Addon Format.
Classes
Intro- duced in | Param name | Description
Campaigns |
Campaign definitions
Missions |
Singleplayer missions. Menu name can vary in different projects:
You can also group your missions into subfolders
Tutorial |
Tutorial scenarios. Structure same as Missions.
TimeTrials |
Time Trial scenarios. Structure same as Missions.
MPMissions |
Multiplayer missions.
Templates |
Singleplayer templates. Accessable through <My Missions> in SP missions list.
class Templates { class ST_BasicEast { directory = "ca\missions\Templates\Basic.East"; }; }; MPTemplates |
Multiplayer templates. Accessable through <My Missions> in MP missions list.
Procedural |
Procedural missions. Exclusive for Armory. |
---|
Params
Following params works for all mission/campaign classes placed in parent classes listed above.
Intro- duced in | Param name | Type | Description | Compatibility
directory |
String |
briefingName |
String | Mission name overriding name set in Intel menu. | Not in Campaigns
overviewText |
String | Custom overview description | Not in MPMissions and MPTemplates
overviewPicture |
String | Path to custom overview picture | Not in MPMissions and MPTemplates
author |
String | Content Authorship signature | Not in MPMissions and MPTemplates |
---|
You can also put any Description.ext param in mission class.
Examples
Arma 2: Operation Arrowhead Missions |
---|
For simplicity, every parent class contains only one mission example |
|
Arma 2: Private Military Company Missions |
---|
|