41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"bindAddress":"{{bindAddress}}",
|
|
"bindPort":{{bindPort}},
|
|
"publicAddress":"{{publicAddress}}",
|
|
"publicPort":{{publicPort}},
|
|
"a2s":{
|
|
"address":"{{a2s.address}}",
|
|
"port":{{a2s.port}}
|
|
},
|
|
"game":{
|
|
"name":"{{game.name}}",
|
|
"password":"{{game.password}}",
|
|
"passwordAdmin":"{{game.passwordAdmin}}",
|
|
"scenarioId":"{{game.scenarioId}}",
|
|
"maxPlayers":{{game.maxPlayers}},
|
|
"visible":{{game.visible}},
|
|
"crossPlatform":{{game.crossPlatform}},
|
|
"supportedPlatforms":[
|
|
"PLATFORM_PC",
|
|
"PLATFORM_XBL"
|
|
],
|
|
"gameProperties":{
|
|
"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}} }
|
|
},
|
|
"mods":[ {{game.mods}} ]
|
|
},
|
|
"operating":{
|
|
"lobbyPlayerSynchronise":{{operating.lobbyPlayerSynchronise}},
|
|
"playerSaveTime":{{operating.playerSaveTime}},
|
|
"aiLimit":{{operating.aiLimit}},
|
|
"slotReservationTimeout":{{operating.slotReservationTimeout}}
|
|
}
|
|
} |