TheGamingChief

config.json

May 18th, 2022 (edited)
5,714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.82 KB | None | 0 0
  1. {
  2.     "publicPort": 2001,
  3.     "a2s": {
  4.         "address": "0.0.0.0",
  5.         "port": 17777
  6.     },
  7.     "rcon": {
  8.         "address": "0.0.0.0",
  9.         "port": 19999,
  10.         "password": "changethispassword123",
  11.         "permission": "monitor",
  12.         "blacklist": [],
  13.         "whitelist": []
  14.     },
  15.     "game": {
  16.         "name": "ArmA Reforged Dedicated Server",
  17.         "password": "",
  18.         "passwordAdmin": "changethispassword123",
  19.         "admins" : [],
  20.         "scenarioId": "{C41618FD18E9D714}Missions/23_Campaign_Arland.conf",
  21.         "maxPlayers": 32,
  22.         "visible": true,
  23.         "gameProperties": {
  24.             "serverMaxViewDistance": 2000,
  25.             "serverMinGrassDistance": 50,
  26.             "networkViewDistance": 1000,
  27.             "disableThirdPerson": false,
  28.             "fastValidation": true,
  29.             "battlEye": true,
  30.             "VONDisableUI": false,
  31.             "VONDisableDirectSpeechUI": false,
  32.             "VONCanTransmitCrossFaction": false
  33.         },
  34.         "mods": []
  35.     }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment