Skip to content

Commit 1a022ca

Browse files
authored
fix(unt): resolve start parameter issues #2681 (#3733)
* Update linuxgsm.sh * Update _default.cfg * Update install_config.sh * Update _default.cfg * Revert "Update linuxgsm.sh" This reverts commit 12639d2. * Revert "Update install_config.sh" This reverts commit 2de6088.
1 parent 079fe07 commit 1a022ca

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

lgsm/config-default/config-lgsm/untserver/_default.cfg

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@
1212
ip="0.0.0.0"
1313
port="27015"
1414
maxplayers="20"
15-
defaultmap="pei"
15+
defaultmap="PEI"
16+
17+
## Game Server Login Token (GSLT): Required
18+
# GSLT is required for running a public server.
19+
# More info: https://docs.linuxgsm.com/steamcmd/gslt
20+
gslt=""
1621

1722
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
18-
startparameters="-port:${port} -players:${maxplayers} --nographics -${defaultmap} -batchmode +secureserver/${selfname}"
23+
startparameters="-nographics -batchmode -bind ${ip} -port ${port} -maxplayers ${maxplayers} -map ${defaultmap} -gslt ${gslt} +InternetServer/${selfname}"
1924

2025
#### LinuxGSM Settings ####
2126

0 commit comments

Comments
 (0)