How to Add Workshop Scenarios to Your Arma Reforger Server
You can run a custom Workshop scenario on your Arma Reforger server by setting the ScenarioID in serverconfig.json. The scenario mod must also be added to the Mods list, see adding Workshop mods for that step.
Getting the Mod ID, Name, Version, and ScenarioID
Method 1: Workshop Website
- Open the Arma Reforger Workshop.
- Find the scenario mod you want to use.
- Copy the Name, ID, and Version from the main mod page.
- Open the Scenarios tab and copy the ScenarioID.
Note: The ScenarioID is found on the Scenarios tab of the Workshop mod page, not the main page.
Method 2: ServerData.json
- Install the mod from the in-game workshop on your PC.
- Navigate to
C:\Users\<Username>\Documents\my games\ArmaReforger\addons\. - Open the mod's folder and open
ServerData.json. - Copy
id,name,version, and thegameIdvalue from thescenariosarray:
"id": "591AF5BDA9F7CE8B",
"name": "Capture & Hold",
"revision": {
"version": "1.0.8",
"scenarios": [
{
"name": "Capture & Hold: Camp Blake",
"gameId": "{6EA2E454519E5869}Missions/CAH_Military_Base.conf"
}
]
Adding the Scenario to the Server
- Log in to the Game Control Panel and navigate to your server.
- Stop your server.
- Click the Configuration Files icon.
- Click Config Editor for
serverconfig.json. - Navigate to the Scenarios option.
- Check the Use A Workshop Scenario checkbox.
- Enter the ScenarioID (gameId) into the Workshop ScenarioID field. For example:
{6EA2E454519E5869}Missions/CAH_Military_Base.conf - Navigate to the Mods option and add the mod entry (see adding Workshop mods):
{"modId":"591AF5BDA9F7CE8B","name":"Capture & Hold","version":"1.0.8"} - Click Save.