Browse Source

Merge branch 'hotfix/v24.1.5'

pull/4538/head v24.1.5
Daniel Gibbs 1 year ago
parent
commit
045c55c4da
No known key found for this signature in database GPG Key ID: 2076B128385E8C55
  1. 4
      lgsm/config-default/config-lgsm/pwserver/_default.cfg
  2. 2
      lgsm/modules/core_modules.sh
  3. 2
      linuxgsm.sh

4
lgsm/config-default/config-lgsm/pwserver/_default.cfg

@ -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 ####

2
lgsm/modules/core_modules.sh

@ -8,7 +8,7 @@
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
modulesversion="v24.1.4"
modulesversion="v24.1.5"
# Core

2
linuxgsm.sh

@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
set -x
fi
version="v24.1.4"
version="v24.1.5"
shortname="core"
gameservername="core"
commandname="CORE"

Loading…
Cancel
Save