HOW-TO: Run specified missions in -server
I got the information from someone on the ARMA 3 IRC. Works the same as in ArmA2OPAH: See here.
Add this to the end of your server config for each map you want in the rotation.
Tested and working on two servers.
class Missions
{
class InsertNameHere // name for the mission, can be anything
{
template = "MissionNameAsListedInFolder"; // Insert mission name here as listed on /arma3/MPMissions/, omit the .pbo suffix
difficulty = "regular"; // difficulty: recruit, regular, veteran & mercenary as specified in *.Arma2profile
param1 = 2; // dress
param2 = 26; // age
class Params
{
Name = 2;
WorkPlace = 0;
Friend = 1;
};
};
};