How to add custom scenarios to your Arma Reforger Gameserver Print

  • 0

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

  1. Navigate to the following website: https://reforger.armaplatform.com/workshop
  2. Search for your mod. For the example, we use this mod
  3. Copy the mod name, ID and version from the right-hand side.
  4. Change to the scenarios tab and copy the scenario ID.

Stage 2 - Adding the mission/scenario mods to the server

  1. Stop your server.
  2. Click "Configuration Files"
  3. Click "Config Editor" next to "Server.json"
  4. Scroll down to the mods section
  5. 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
  1. Save the file in the top left and start your server.
  2. Enjoy the modded scenario!

Was this answer helpful?

« Back