Skip to content

Commit

Permalink
fix(pwserver): fix updated start parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
MicLieg committed Feb 28, 2024
1 parent a2406a5 commit 0dba7d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lgsm/config-default/config-lgsm/pwserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ servername="LinuxGSM"
port="8211"
steamport="27015"

## To enable RCON, enter a port number here. The default port is 25575. The RCON password can be set by setting AdminPassword in PalWorldServer.ini
rconport=""

## 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}' ${rconport:+ -rcon -rconport='${rconport}'}"

#### LinuxGSM Settings ####

Expand Down

0 comments on commit 0dba7d2

Please sign in to comment.