|
|
@ -11,12 +11,13 @@ |
|
|
|
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters |
|
|
|
servername="LinuxGSM" |
|
|
|
|
|
|
|
# Use game server config file to edit, used for port check script (workaround) |
|
|
|
# For community servers (serverlist) you need to change these settings (publicip & publicport) in the gameserver config file aswell |
|
|
|
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}'" |
|
|
|
startparameters="EpicApp=PalServer -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -port='${port}' -queryport='${steamport}'" |
|
|
|
|
|
|
|
#### LinuxGSM Settings #### |
|
|
|
|
|
|
|