Adding and running a mission on your Arma 3 server

NOTE: Do not put .pbo at the end of the map template as .altis is what allows your server to know which map to use.

  1. Log into your control panel.
  2. Enter the file manager and upload the mission PBO file to the MPMissions folder using the upload button.
  3. Enter your configuration files and open ‘server.cfg’ - look for ‘class Missions {};’ and edit it as follows:

class Missions {

                 class Mission1 {

        template = “Mission1.Altis”;

                     difficulty = “Regular”;

};

 

  1. Restart your server.

 

NOTE: Leaving the mission area blank will allow players to vote for a map of their choosing on server startup - not the one you want.

  • 19 Users Found This Useful
Was this answer helpful?

Related Articles

Installing workshop mods to your ARMA 3 server

Installing workshop mods to your ARMA 3 server Log into your control panel and stop your...

ARMA3 Server mods not showing on game launcher

If you find some of your ARMA3 Game Servers mods are not showing on the in-game launcher, you...

How to add creator DLCs to an Arma3 server

To introduce the Arma 3 DLC SOGPF (Prairie Fire) onto your server, a few steps await your...