Set Up a Custom Mission on Your Arma 3 Server
You can run any custom mission on your Arma 3 server by uploading the mission PBO file and updating your server.cfg. For a list of built-in missions you can use without uploading anything, see default missions.
Upload and Configure the Mission
- Log into your game control panel.
- View your game service.
- Click the File Manager icon.
- Navigate to the
mpmissionsfolder and open it. - Click the Upload icon and upload your mission
.pbofile. - Once uploaded, open the Configuration Files menu in the control panel.
- Open
server.cfg. - Find the mission template setting. By default it reads
ChangeMe.Altis. - Replace it with the exact filename of your uploaded
.pbofile, without the.pboextension. For example, if you uploadedMyMission.Altis.pbo, set it toMyMission.Altis. - Save
server.cfg.
Enable Auto Initialize (Optional)
To have the server load the mission automatically on startup:
- Open the Commandline Manager and go to the Custom Commandlines tab. Create a new command line if you have not already done so.
- Enable the Auto Initialize option.
- Save your command line.
- Click Select to activate it.
Note: PBO files need to be packed before uploading. See PBO files for instructions on compiling and decompiling PBO files.