Browse Source
fix(pw): fix updated start parameters (#4516)
* fix(pw): fix updated start parameters
* fix(pw): remove unneeded RCON parameters
pull/4524/head
MicLieg
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
lgsm/config-default/config-lgsm/pwserver/_default.cfg
|
@ -16,8 +16,8 @@ port="8211" |
|
|
steamport="27015" |
|
|
steamport="27015" |
|
|
|
|
|
|
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters |
|
|
## Game Server Docs | https://tech.palworldgame.com/dedicated-server-guide#linux |
|
|
## Game Server Docs | https://tech.palworldgame.com/settings-and-operation/arguments |
|
|
startparameters="EpicApp=PalServer -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -port='${port}' -queryport='${steamport}'" |
|
|
startparameters="-publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -port='${port}' -queryport='${steamport}'" |
|
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
|
|