Mission Rotation – ArmA: Armed Assault
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[[Cc]ategory:[ _]?ArmA:[ _]([^|]*)[ _]?\|.*\]\]" to "{{GameCategory|arma1|$1}}") |
Lou Montana (talk | contribs) m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ") |
||
Line 23: | Line 23: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==See Also== | == See Also == | ||
*[[server.cfg]] | *[[server.cfg]] | ||
*[[ArmA: Server configuration|Server Configuration]] | *[[ArmA: Server configuration|Server Configuration]] |
Revision as of 18:33, 31 January 2021
Arma
The following example shows one for the missions included with the demo.
class Missions
{
class MPCTF_01 // name for the mission, can be anything
{
template = M02CaptureTheFlag.SaraLite; // omit the .pbo suffix
cadetMode = 1; // difficulty 0=veteran 1=cadet
};
class MPCOOP_01
{
template = M01Cooperative.SaraLite;
cadetMode = 1;
};
class MPCTI_01
{
template = M03ConquerTheIsland.SaraLite;
cadetMode = 1;
};
};