forked from CubeCoders/AMPTemplates
-
Notifications
You must be signed in to change notification settings - Fork 14
/
arma-reforgerserver1-5.json
55 lines (55 loc) · 2.32 KB
/
arma-reforgerserver1-5.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"bindAddress": "{{bindAddress}}",
"bindPort": {{bindPort}},
"publicAddress": "{{publicAddress}}",
"publicPort": {{publicPort}},
"a2s": {
"address": "{{a2s.address}}",
"port": {{a2s.port}}
},
"rcon": {
"address": "{{rcon.address}}",
"port": {{rcon.port}},
"password": "{{rcon.password}}",
"maxClients": {{rcon.maxClients}},
"permission": "{{rcon.permission}}"
},
"game": {
"name": "{{game.name}}",
"password": "{{game.password}}",
"passwordAdmin": "{{game.passwordAdmin}}",
"admins": [ {{game.admins}} ],
"scenarioId": "{{game.scenarioId}}",
"maxPlayers": {{game.maxPlayers}},
"visible": {{game.visible}},
"crossPlatform": {{game.crossPlatform}},
"supportedPlatforms": [ {{game.supportedPlatforms}} ],
"gameProperties": {
"serverMaxViewDistance": {{game.gameProperties.serverMaxViewDistance}},
"serverMinGrassDistance": {{game.gameProperties.serverMinGrassDistance}},
"fastValidation": {{game.gameProperties.fastValidation}},
"networkViewDistance": {{game.gameProperties.networkViewDistance}},
"battlEye": {{game.gameProperties.battlEye}},
"disableThirdPerson": {{game.gameProperties.disableThirdPerson}},
"VONDisableUI": {{game.gameProperties.VONDisableUI}},
"VONDisableDirectSpeechUI": {{game.gameProperties.VONDisableDirectSpeechUI}},
"VONCanTransmitCrossFaction": {{game.gameProperties.VONCanTransmitCrossFaction}},
"missionHeader": { {{game.gameProperties.missionHeader}} }
},
"modsRequiredByDefault": {{game.modsRequiredByDefault}},
"mods": [ {{game.mods}} ]
},
"operating": {
"lobbyPlayerSynchronise": {{operating.lobbyPlayerSynchronise}},
"disableCrashReporter": {{operating.disableCrashReporter}},
{{operating.disableNavmeshStreaming}}
"disableServerShutdown": {{operating.disableServerShutdown}},
"disableAI": {{operating.disableAI}},
"playerSaveTime": {{operating.playerSaveTime}},
"aiLimit": {{operating.aiLimit}},
"slotReservationTimeout": {{operating.slotReservationTimeout}},
"joinQueue": {
"maxSize": {{operating.joinQueue.maxSize}}
}
}
}