TheGamingChief

config.json

May 18th, 2022 (edited)
3,873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.98 KB | None | 0 0
  1. {
  2.     "dedicatedServerId": "",
  3.     "region": "US",
  4.     "gameHostBindAddress": "",
  5.     "gameHostBindPort": 2001,
  6.     "gameHostRegisterBindAddress": "",
  7.     "gameHostRegisterPort": 2001,
  8.     "adminPassword": "changethispassword123",
  9.     "game": {
  10.         "name": "ArmA Reforged Dedicated Server",
  11.         "password": "",
  12.         "scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf",
  13.         "playerCountLimit": 32,
  14.         "autoJoinable": false,
  15.         "visible": true,
  16.         "gameProperties": {
  17.             "serverMaxViewDistance": 2500,
  18.             "serverMinGrassDistance": 50,
  19.             "networkViewDistance": 1000,
  20.             "disableThirdPerson": false,
  21.             "fastValidation": true,
  22.             "battlEye": true,
  23.             "missionHeader": {
  24.                 "m_iPlayerCount": 40,
  25.                 "m_eEditableGameFlags": 6,
  26.                 "m_eDefaultGameFlags": 6,
  27.                 "other": "values"
  28.             }
  29.         },
  30.         "mods": []
  31.     }
  32. }
Add Comment
Please, Sign In to add comment