Skip to content

How to Change the Scenario on Your Arma Reforger Server

You can use both official and custom workshop scenarios on your server.

Change scenario

  1. Open dashboard
    Open the dashboard of your server.

  2. Open settings
    Navigate to the Settings.

  3. Enter scenario ID
    Enter the desired scenario ID in the Scenario ID field.

    Example

    {ECC61978EDCC2B5A}Missions/23_Campaign.conf
    {ECC61978EDCC2B5A}Missions/23_Campaign.conf
  4. Restart the server
    Save the setting and restart your server.

Available scenarios

ScenarioScenario ID
Tutorial{90F086877C27B6F6}Missions/99_Tutorial.conf
Conflict{ECC61978EDCC2B5A}Missions/23_Campaign.conf
Game Master - Everon{59AD59368755F41A}Missions/21_GM_Eden.conf
Game Master - Arland{2BBBE828037C6F4B}Missions/22_GM_Arland.conf
Conflict: St. Philippe & Morton{C700DB41F0C546E1}Missions/23_Campaign_NorthCentral.conf
Conflict: Morton & St. Pierre{28802845ADA64D52}Missions/23_Campaign_SWCoast.conf
Combat Ops: Arland{DAA03C6E6099D50F}Missions/24_CombatOps.conf
Conflict: Arland{C41618FD18E9D714}Missions/23_Campaign_Arland.conf
Combat Ops - Everon{DFAC5FABD11F2390}Missions/26_CombatOpsEveron.conf

Add workshop scenario

You can also use custom scenarios from the Arma Reforger Workshop.

Find mod information

  1. Open Workshop
    Open the Arma Reforger Workshop and find the desired scenario.

  2. Note information
    Note the following information from the Workshop page:

    • Mod ID — the ID of the mod
    • Name — the name of the mod
    • Version — the current version number
    • Scenario ID — found in the Scenarios tab

Edit config.json

  1. Stop the server
    Stop your server via the dashboard.

  2. Open config.json
    Open the file config.json in the file browser.

  3. Add mod
    Find the "mods" section and add the mod:

    json
    "mods": [
      {
        "modId": "596338F447D34E39",
        "name": "NightOps - Everon 1985",
        "version": "1.0.26"
      }
    ]
    "mods": [
      {
        "modId": "596338F447D34E39",
        "name": "NightOps - Everon 1985",
        "version": "1.0.26"
      }
    ]

    For multiple mods, separate the entries with a comma:

    json
    "mods": [
      {
        "modId": "596338F447D34E39",
        "name": "NightOps - Everon 1985",
        "version": "1.0.26"
      },
      {
        "modId": "59655E11FDD04B97",
        "name": "Raid on Saint Pierre",
        "version": "1.0.49"
      }
    ]
    "mods": [
      {
        "modId": "596338F447D34E39",
        "name": "NightOps - Everon 1985",
        "version": "1.0.26"
      },
      {
        "modId": "59655E11FDD04B97",
        "name": "Raid on Saint Pierre",
        "version": "1.0.49"
      }
    ]
  4. Set scenario ID
    Enter the scenario ID of the workshop scenario in the dashboard under Settings in the Scenario ID field.

    Example

    {1C7C31ACBB314DCF}Missions/MissionHeader_1.conf
    {1C7C31ACBB314DCF}Missions/MissionHeader_1.conf
  5. Start the server
    Save all changes and start your server.

Note

When a workshop scenario is updated, you also need to update the version number in config.json.

Tip

You can also find the mod information locally after subscribing to the mod in-game. Open the ServerData.json file in the folder Documents/My Games/ArmaReforger/addons/.