File tree 3 files changed +4
-4
lines changed
config-default/config-lgsm/pwserver
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ port="8211"
16
16
steamport =" 27015"
17
17
18
18
# # Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
19
- # # Game Server Docs | https://tech.palworldgame.com/dedicated-server-guide#linux
20
- startparameters =" EpicApp=PalServer -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -port='${port}' -queryport='${steamport}'"
19
+ # # Game Server Docs | https://tech.palworldgame.com/settings-and-operation/arguments
20
+ startparameters =" -publiclobby -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS -servername='${servername}' -port='${port}' -queryport='${steamport}'"
21
21
22
22
# ### LinuxGSM Settings ####
23
23
Original file line number Diff line number Diff line change 8
8
9
9
moduleselfname=" $( basename " $( readlink -f " ${BASH_SOURCE[0]} " ) " ) "
10
10
11
- modulesversion=" v24.1.4 "
11
+ modulesversion=" v24.1.5 "
12
12
13
13
# Core
14
14
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if [ -f ".dev-debug" ]; then
24
24
set -x
25
25
fi
26
26
27
- version=" v24.1.4 "
27
+ version=" v24.1.5 "
28
28
shortname=" core"
29
29
gameservername=" core"
30
30
commandname=" CORE"
You can’t perform that action at this time.
0 commit comments