Skip to content

Commit

Permalink
fix(pw): fix updated start parameters (#4516)
Browse files Browse the repository at this point in the history
* fix(pw): fix updated  start parameters

* fix(pw): remove unneeded RCON parameters
  • Loading branch information
MicLieg authored and dgibbs64 committed Mar 2, 2024
1 parent b5614f5 commit cf5c6f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lgsm/config-default/config-lgsm/pwserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ port="8211"
steamport="27015"

## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
## Game Server Docs | https://tech.palworldgame.com/dedicated-server-guide#linux
startparameters="EpicApp=PalServer -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -port='${port}' -queryport='${steamport}'"
## Game Server Docs | https://tech.palworldgame.com/settings-and-operation/arguments
startparameters="-publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -port='${port}' -queryport='${steamport}'"

#### LinuxGSM Settings ####

Expand Down

0 comments on commit cf5c6f9

Please sign in to comment.