Browse Source
feat(armar) add admin password, steam query vars
pull/124/head
Marcin Jakubowski
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
ArmaReforger/server.json
|
@ -5,11 +5,15 @@ |
|
|
"gameHostBindPort": 2001, |
|
|
"gameHostBindPort": 2001, |
|
|
"gameHostRegisterBindAddress": "", |
|
|
"gameHostRegisterBindAddress": "", |
|
|
"gameHostRegisterPort": 2001, |
|
|
"gameHostRegisterPort": 2001, |
|
|
|
|
|
"a2sQueryEnabled": true, |
|
|
|
|
|
"steamQueryPort": 17777, |
|
|
|
|
|
"adminPassword": "ADMINPASSWORD", |
|
|
"game": { |
|
|
"game": { |
|
|
"name": "SERVERNAME", |
|
|
"name": "SERVERNAME", |
|
|
"password": "", |
|
|
"password": "", |
|
|
"scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf", |
|
|
"scenarioId": "{ECC61978EDCC2B5A}Missions/23_Campaign.conf", |
|
|
"playerCountLimit": 16, |
|
|
"playerCountLimit": 16, |
|
|
|
|
|
"autoJoinable": false, |
|
|
"visible": true, |
|
|
"visible": true, |
|
|
"gameProperties": { |
|
|
"gameProperties": { |
|
|
"serverMaxViewDistance": 1600, |
|
|
"serverMaxViewDistance": 1600, |
|
|