Skip to content

Commit 18bf74a

Browse files
committed
Merge branch 'hotfix/v23.3.5'
2 parents 3002093 + 257c006 commit 18bf74a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+94
-114
lines changed

lgsm/config-default/config-lgsm/btserver/_default.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ stopmode="7"
137137
# 3: gamedig
138138
# 4: gsquery
139139
# 5: tcp
140-
querymode="2"
141-
querytype="protocol-valve"
140+
querymode="1"
141+
querytype=""
142142

143143
## Console type
144144
consoleverbose="yes"

lgsm/config-default/config-lgsm/solserver/_default.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ stopmode="2"
141141
# 3: gamedig
142142
# 4: gsquery
143143
# 5: tcp
144-
querymode="4"
145-
querytype="soldat"
144+
querymode="5"
145+
querytype=""
146146

147147
## Console type
148148
consoleverbose="yes"

lgsm/config-default/config-lgsm/stserver/_default.cfg

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@
99
#### Game Server Settings ####
1010

1111
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
12-
ip="0.0.0.0"
13-
maxplayers="10"
14-
port="27500"
15-
queryport="27015"
16-
saveinterval="300"
17-
servername="LinuxGSM"
1812
worldname="moon_save"
1913
worldtype="Moon"
2014

2115
## Server Parameters | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
2216
# Edit with care
23-
startparameters="-LOADLATEST ${worldname} ${worldtype} -settings ServerName ${servername} StartLocalHost true ServerVisible true ServerMaxPlayers ${maxplayers} GamePort ${port} UpdatePort ${queryport} UPNPEnabled true AutoSave true SaveInterval ${saveinterval}"
17+
startparameters="-LOADLATEST ${worldname} ${worldtype}"
2418

2519
#### LinuxGSM Settings ####
2620

@@ -148,18 +142,18 @@ stopmode="3"
148142
# 3: gamedig
149143
# 4: gsquery
150144
# 5: tcp
151-
querymode="2"
152-
querytype="protocol-valve"
145+
querymode="1"
146+
querytype=""
153147

154148
## Console type
155149
consoleverbose="yes"
156-
consoleinteract="vo"
150+
consoleinteract="yes"
157151

158152
## Game Server Details
159153
# Do not edit
160154
gamename="Stationeers"
161155
engine="unity3d"
162-
glibc="2.15"
156+
glibc="2.34"
163157

164158
#### Directories ####
165159
# Edit with care

lgsm/config-default/config-lgsm/ut3server/_default.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ stopmode="2"
144144
# 3: gamedig
145145
# 4: gsquery
146146
# 5: tcp
147-
querymode="2"
148-
querytype="ut3"
147+
querymode="1"
148+
querytype=""
149149

150150
## Console type
151151
consoleverbose="yes"

lgsm/data/almalinux-8.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bfv,compat-libstdc++-33.i686,glibc.i686
1616
bmdm,ncurses-libs.i686
1717
bo
1818
bs
19-
bt,libicu,dos2unix
19+
bt,libicu,dos2unix,libxml2
2020
btl
2121
cc
2222
cd
@@ -107,7 +107,7 @@ sfc,ncurses-libs.i686
107107
sof2
108108
sol
109109
squad
110-
st
110+
st,libxml2
111111
stn
112112
sven
113113
terraria

lgsm/data/almalinux-9.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bfv,compat-libstdc++-33.i686,glibc.i686
1616
bmdm,ncurses-libs.i686
1717
bo
1818
bs
19-
bt,libicu,dos2unix
19+
bt,libicu,dos2unix,libxml2
2020
btl
2121
cc
2222
cd
@@ -107,7 +107,7 @@ sfc,ncurses-libs.i686
107107
sof2
108108
sol
109109
squad
110-
st
110+
st,libxml2
111111
stn
112112
sven
113113
terraria

lgsm/data/centos-7.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bfv,compat-libstdc++-33.i686,glibc.i686
1616
bmdm,ncurses-libs.i686
1717
bo
1818
bs
19-
bt,libicu,dos2unix
19+
bt,libicu,dos2unix,libxml2
2020
btl
2121
cc
2222
cd
@@ -107,7 +107,7 @@ sfc,ncurses-libs.i686
107107
sof2
108108
sol
109109
squad
110-
st
110+
st,libxml2
111111
stn
112112
sven
113113
terraria

lgsm/data/centos-8.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bfv,compat-libstdc++-33.i686,glibc.i686
1616
bmdm,ncurses-libs.i686
1717
bo
1818
bs
19-
bt,libicu,dos2unix
19+
bt,libicu,dos2unix,libxml2
2020
btl
2121
cc
2222
cd
@@ -107,7 +107,7 @@ sfc,ncurses-libs.i686
107107
sof2
108108
sol
109109
squad
110-
st
110+
st,libxml2
111111
stn
112112
sven
113113
terraria

lgsm/data/centos-9.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bfv,compat-libstdc++-33.i686,glibc.i686
1616
bmdm,ncurses-libs.i686
1717
bo
1818
bs
19-
bt,libicu,dos2unix
19+
bt,libicu,dos2unix,libxml2
2020
btl
2121
cc
2222
cd
@@ -107,7 +107,7 @@ sfc,ncurses-libs.i686
107107
sof2
108108
sol
109109
squad
110-
st
110+
st,libxml2
111111
stn
112112
sven
113113
terraria

lgsm/data/debian-10.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bfv,libncurses5:i386,libstdc++5:i386
1616
bmdm,libncurses5:i386
1717
bo
1818
bs
19-
bt,libicu-dev,dos2unix
19+
bt,libicu-dev,dos2unix,libxml2-utils
2020
btl
2121
cc
2222
cd
@@ -107,7 +107,7 @@ sfc,libtinfo5:i386
107107
sof2
108108
sol
109109
squad
110-
st
110+
st,libxml2-utils
111111
stn
112112
sven,libssl1.1:i386,zlib1g:i386
113113
terraria

0 commit comments

Comments
 (0)