-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaunch.json
34 lines (34 loc) · 977 Bytes
/
launch.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
{
"dedicatedServerId": "",
"region": "EU",
"gameHostBindAddress": "",
"gameHostBindPort": 2001,
"gameHostRegisterBindAddress": "",
"gameHostRegisterPort": 2001,
"adminPassword": "roleplayftw",
"game": {
"name": "Roleplay - MyCustomServer",
"password": "",
"scenarioId": "{5C552F6B07B10383}Missions/MyCustomServer.conf",
"playerCountLimit": 32,
"autoJoinable": false,
"visible": true,
"gameProperties": {
"serverMaxViewDistance": 2500,
"serverMinGrassDistance": 50,
"networkViewDistance": 1000,
"disableThirdPerson": true,
"fastValidation": true,
"battlEye": true
},
"mods": [
{
"modId": "597563C79DA08617",
"name": "MyCustomServer",
"version": "0.0.2"
}
]
},
"a2sQueryEnabled": true,
"steamQueryPort": 17777
}