Arma Reforger | How to add mods to server Print

  • Arma Reforger How to add mods to server, Arma Reforger, How to add mods to server, Arma Reforger How to add mods, Arma Reforger mods, Arma Reforger server mods, Arma Reforger Server, Arma Reforger Server Configuration, Arma Reforger Server mods, Arma Reforger Server Workshop
  • 10

Stage 1 - Finding the Mod IDs, name and version

  1. Startup the game
  2. Click "Workshop"

  3. Download all the mods you want to use on your server.

  4. Navigate to game files on your PC, default location is:
    %USERPROFILE%\Documents\My Games\ArmaReforger\addons

    In my case, it is: C:\Users\JacobBubeer\Documents\My Games\ArmaReforger\addons\

  5. Each folder is named by the mod ID, but to determine which mod corresponds to which mod ID you'll need to open the ServerData.json file inside the folder, it'll look something like this:

    {
        "id": "59673B6FBB95459F",
        "name": "BetterTracers",
        "revision": {
            "version": "1.0.5",
            "dependencies": [],
            "scenarios": [],
            "downloaded": true
        }
    }​

     

    From that you can derive the mod ID "59673B6FBB95459F" , the mod name "BetterTracers" and version "1.0.5"


  6. Make note of all this information as we will need it in stage 2 (I recommend copying all the information into a text file you keep safe somewhere on your PC)

 

Stage 2 - Adding the mods to the server

  1. Stop your server.

  2. Click "Configuration Files"

  3. Click "Text-Editor" next to "config.json"

  4. Find the section:

    "mods": []​

     

  5. Modify it as follows:

    "mods":[
       {
          "modId":"59673B6FBB95459F",
          "name":"BetterTracers",
          "version":"1.0.5"
       },
       {
          "modId": "59673B6FBB95459F",
          "name": "BetterTracers",
          "version": "1.0.5"
       }
        ]

     

  6. Save the file in the top left and startup your server.

  7. Enjoy the mods!

Looking for a game server host known for brilliant 24/7 customer support and quality hardware?    

Try a Pingperfect Arma Reforger server today! https://pingperfect.com/gameservers/arma-reforger-server-hosting


Was this answer helpful?

« Back