aboutsummaryrefslogtreecommitdiff
path: root/examples/config.json
blob: 61b02757cd5725ffd668ef937ab833f629528dde (plain) (blame)
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
{
    "bindAddress": "127.0.0.1",
    "bindPort": 2001,
    "game": {
        "crossPlatform": true,
        "gameProperties": {
            "VONDisableDirectSpeechUI": false,
            "VONDisableUI": false,
            "battlEye": true,
            "disableThirdPerson": false,
            "fastValidation": true,
            "networkViewDistance": 500,
            "serverMaxViewDistance": 500,
            "serverMinGrassDistance": 50
        },
        "maxPlayers": 50,
        "mods": [
        ],
        "name": "Test test test",
        "password": "",
        "passwordAdmin": "",
        "scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf",
        "supportedPlatforms": [
            "PLATFORM_PC",
            "PLATFORM_XBL"
        ],
        "visible": true
    },
    "publicAddress": "127.0.0.1",
    "publicPort": 2001
}