Browse Source
docs(tf2/hl2dm): Add note about unrestricted_maxplayers param (#4783)
pull/4488/merge
FlaminSarge
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
0 deletions
-
lgsm/config-default/config-lgsm/hl2dmserver/_default.cfg
-
lgsm/config-default/config-lgsm/tf2server/_default.cfg
|
|
@ -9,6 +9,8 @@ |
|
|
|
#### Game Server Settings #### |
|
|
|
|
|
|
|
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters |
|
|
|
# Note that for HL2DM, maxplayers > 33 must be specified like so: |
|
|
|
# maxplayers="101 -unrestricted_maxplayers" |
|
|
|
ip="0.0.0.0" |
|
|
|
port="27015" |
|
|
|
clientport="27005" |
|
|
|
|
|
@ -9,6 +9,8 @@ |
|
|
|
#### Game Server Settings #### |
|
|
|
|
|
|
|
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters |
|
|
|
# Note that for TF2, maxplayers > 33 must be specified like so: |
|
|
|
# maxplayers="101 -unrestricted_maxplayers" |
|
|
|
ip="0.0.0.0" |
|
|
|
port="27015" |
|
|
|
clientport="27005" |
|
|
|