Arma Reforger /// Adding modifications Print

  • arma reforger mods, arma reforger modifikace
  • 0

  1. Log in to the server-management panel.
  2. Stop the server.
  3. Open Configuration Files and click Text Editor for server_config.json.
  4. Locate "mods": [] and add modifications in the following JSON format:
    "mods": [
      {
        "modId": "5E389BB9F58B79A6",
        "name": "SpaceCore",
        "version": "1.1.25"
      },
      {
        "modId": "609318515B7048E6",
        "name": "SQUATERS TANKS",
        "version": "1.1.5"
      }
    ]
  5. Separate modification objects with commas, but do not add a comma after the last object. Validate the complete JSON at https://jsonlint.com/.
  6. Find modifications and their modId, name, and version values at https://reforger.armaplatform.com/workshop.
  7. Select UTF-8 encoding and save the file.
  8. Start the server and check the log for JSON or modification errors.

Was this answer helpful?

« Back