Important:
There is no mission rotation like ARMA3, you must therefore switch between missions manually by editing the configuration file.
Stage 1 - Finding the Mod IDs, name, version and scenario (game) ID
- Navigate to the following website: https://reforger.armaplatform.com/workshop
- Search for your mod. For the example, we use this mod
- Copy the mod name, ID and version from the right-hand side.
- Change to the scenarios tab and copy the scenario ID.
Stage 2 - Adding the mission/scenario mods to the server
- Stop your server.
- Click "Configuration Files"
- Click "Config Editor" next to "Server.json"
- Scroll down to the mods section
- Modify it as follows adding your scenario's details:
{
"modId": "5E50FD79913C2E0F",
"name": "United Sicarii Evolution 1.1",
"version": "1.0.6"
},
{
"modId": "59655E11FDD04B97",
"name": "Raid on Saint Pierre",
"version": "1.0.49"
}
At the top select the workshop scenario option and put in the workshop scenario ID
{5E50FD79913C2E0F}Missions/SicariiArlandTraining.conf
- Save the file in the top left and start your server.
- Enjoy the modded scenario!