AMPTemplates/arma-reforgerserver.json

41 lines
1.6 KiB
JSON
Raw Normal View History

2023-03-08 20:24:06 +01:00
{
2023-07-17 09:36:30 +02:00
"bindAddress":"{{bindAddress}}",
"bindPort":{{bindPort}},
"publicAddress":"{{publicAddress}}",
"publicPort":{{publicPort}},
"a2s":{
"address":"{{a2s.address}}",
"port":{{a2s.port}}
},
2023-03-08 20:24:06 +01:00
"game":{
2023-07-17 09:36:30 +02:00
"name":"{{game.name}}",
"password":"{{game.password}}",
"passwordAdmin":"{{game.passwordAdmin}}",
"scenarioId":"{{game.scenarioId}}",
"maxPlayers":{{game.maxPlayers}},
"visible":{{game.visible}},
"crossPlatform":{{game.crossPlatform}},
"supportedPlatforms":[
2023-03-08 20:24:06 +01:00
"PLATFORM_PC",
"PLATFORM_XBL"
],
"gameProperties":{
2023-07-17 09:36:30 +02:00
"serverMaxViewDistance":{{game.gameProperties.serverMaxViewDistance}},
"serverMinGrassDistance":{{game.gameProperties.serverMinGrassDistance}},
"networkViewDistance":{{game.gameProperties.networkViewDistance}},
"disableThirdPerson":{{game.gameProperties.disableThirdPerson}},
"fastValidation":{{game.gameProperties.fastValidation}},
"battlEye":{{game.gameProperties.battlEye}},
"VONDisableUI":{{game.gameProperties.VONDisableUI}},
"VONDisableDirectSpeechUI":{{game.gameProperties.VONDisableDirectSpeechUI}},
"missionHeader":{ {{game.gameProperties.missionHeader}} }
2023-03-08 20:24:06 +01:00
},
2023-07-17 09:36:30 +02:00
"mods":[ {{game.mods}} ]
},
"operating":{
"lobbyPlayerSynchronise":{{operating.lobbyPlayerSynchronise}},
"playerSaveTime":{{operating.playerSaveTime}},
2023-07-27 06:17:51 +02:00
"aiLimit":{{operating.aiLimit}},
"slotReservationTimeout":{{operating.slotReservationTimeout}}
2023-07-17 09:36:30 +02:00
}
2023-03-08 20:24:06 +01:00
}