CfgMissions: Difference between revisions
Jump to navigation
Jump to search
m (Created page with "CfgMissions contains list of all playable content available for players in ingame menus. It's core of missions exported in Addon Format. == Class...") |
mNo edit summary |
||
Line 35: | Line 35: | ||
}; | }; | ||
};</code> | };</code> | ||
<!-----------------------------------------------------------> | |||
{{Table Config Item|arma}} | |||
==== MPMissions ==== | |||
| Multiplayer missions. | |||
<!-----------------------------------------------------------> | |||
{{Table Config Item|arma}} | |||
==== Tutorial ==== | |||
| Tutorial scenarios. Structure same as [[#Missions|Missions]]. | |||
<!-----------------------------------------------------------> | |||
{{Table Config Item|arma}} | |||
==== Templates ==== | |||
| Singleplayer templates. Accessable through ''<My Missions>'' in SP missions list. | |||
class Templates | |||
{ | |||
class ST_BasicEast | |||
{ | |||
directory = "ca\missions\Templates\Basic.East"; | |||
}; | |||
}; | |||
<!-----------------------------------------------------------> | |||
{{Table Config Item|arma}} | |||
==== MPTemplates ==== | |||
| Multiplayer templates. Accessable through ''<My Missions>'' in MP missions list. | |||
<!-----------------------------------------------------------> | |||
{{Table Config Item|arma}} | |||
==== Procedural ==== | |||
| Procedural missions. Exclusive for [[Armory]]. | |||
|} | |} | ||
Revision as of 17:48, 3 November 2011
CfgMissions contains list of all playable content available for players in ingame menus. It's core of missions exported in Addon Format.
Classes
Params
Intro- duced in | Param name | Description
Campaigns |
Campaign definitions
Missions |
Singleplayer missions. Menu name can vary in different projects:
MPMissions |
Multiplayer missions.
Tutorial |
Tutorial scenarios. Structure same as 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
class CfgMissions