sharaga44
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
2 deletions
-
lgsm/config-default/config-lgsm/untserver/_default.cfg
|
|
@ -12,10 +12,15 @@ |
|
|
|
ip="0.0.0.0" |
|
|
|
port="27015" |
|
|
|
maxplayers="20" |
|
|
|
defaultmap="pei" |
|
|
|
defaultmap="PEI" |
|
|
|
|
|
|
|
## Game Server Login Token (GSLT): Required |
|
|
|
# GSLT is required for running a public server. |
|
|
|
# More info: https://docs.linuxgsm.com/steamcmd/gslt |
|
|
|
gslt="" |
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
|
startparameters="-port:${port} -players:${maxplayers} --nographics -${defaultmap} -batchmode +InternetServer/${selfname}" |
|
|
|
startparameters="-nographics -batchmode -bind ${ip} -port ${port} -maxplayers ${maxplayers} -map ${defaultmap} -gslt ${gslt} +InternetServer/${selfname}" |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
|