Arma Reforger /// Adding modifications

Guide for Adding Modifications

1. Log in to the server management.
2. Turn off the server.
3. Click on "Konfigurační soubory\Configuration Files" and select "Textový editor/Text Editor" next to the file "server_config.json".
4. You will see "mods": [], which is the place where modifications are inserted in the following format:
{
"mods": [
 {
"modId": "5E389BB9F58B79A6",
"name": "SpaceCore",
"version": "1.1.25"
 },
 {
"modId": "609318515B7048E6",
"name": "SQUATERS TANKS",
"version": "1.1.5"
 }
]

5. There is always a comma after each bracket between mods, except for the last mod where there should not be a comma. We recommend copying the entire contents of the configuration file and verifying its correctness in a validator, such as here: https://jsonlint.com/
6. You can find modifications here: https://reforger.armaplatform.com/workshop, where you will also find all the necessary values for each modification: "modID;name;version".

7. Then select UTF-8 encoding at the top and save.
8. Start the server.

  • arma reforger mods, arma reforger modifikace
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Arma Reforger /// Whitelist

The following guide is for our custom-programmed whitelist, which ensures a missing function in...