Mission Rotation – ArmA: Armed Assault
Jump to navigation
Jump to search
The following example shows one for the missions included with the ArmA 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;
};
};
See Also
- server config
- Operation Flashpoint: Dedicated Server
- Server Configuration
- Armed Assault:Dedicated Server
- ArmA: Server Side Scripting
- Arma 2: Mission Rotation
- Arma 2 OA: Multiple Mission Parameters Configuration
- Arma 3: Headless Client
- Arma 3: Server Security
- Arma 3: Mission Voting
- Arma 3: Server Config File - Mission Rotation