File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
lgsm/config-default/config-lgsm/untserver Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 12
12
ip =" 0.0.0.0"
13
13
port =" 27015"
14
14
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 =" "
16
21
17
22
# # 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}"
19
24
20
25
# ### LinuxGSM Settings ####
21
26
You can’t perform that action at this time.
0 commit comments