Skip to content

Commit a9a0744

Browse files
committed
fix: update server configurations and game versions
- Set `consoleverbose` to "yes" in BTL Server configuration - Remove redundant line in KF Server configuration - Remove redundant line in RO Server configuration - Update VH Server executable path and remove redundant line - Update BTL Server game version to Ubuntu 20.04 in serverlist.csv
1 parent fd8c83e commit a9a0744

File tree

6 files changed

+3
-6
lines changed

6 files changed

+3
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ querytype=""
132132

133133
## Console type
134134
consoleverbose="yes"
135-
consoleinteract="no"
135+
consoleinteract="yes"
136136

137137
## Game Server Details
138138
# Do not edit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ querymode="2"
146146
querytype="protocol-valve"
147147

148148
## Console type
149-
consoleverbose="no"
149+
consoleverbose="yes"
150150
consoleinteract="no"
151151

152152
## Game Server Details

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ glibc="2.4"
166166
# Edit with care
167167

168168
## Game Server Directories
169-
serverfiles="${rootdir}/serverfiles"
170169
systemdir="${serverfiles}/System"
171170
executabledir="${systemdir}"
172171
executable="./ucc-bin"

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ glibc="2.4"
162162
# Edit with care
163163

164164
## Game Server Directories
165-
serverfiles="${rootdir}/serverfiles"
166165
systemdir="${serverfiles}/system"
167166
executabledir="${systemdir}"
168167
executable="./ucc-bin"

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ glibc="2.15"
174174
systemdir="${serverfiles}"
175175
executabledir="${serverfiles}"
176176
executable="./valheim_server.x86_64"
177-
serverfiles="${rootdir}/serverfiles"
178177

179178
## Backup Directory
180179
backupdir="${lgsmdir}/backup"

lgsm/data/serverlist.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bmdm,bmdmserver,Black Mesa: Deathmatch,ubuntu-22.04
1515
bo,boserver,Ballistic Overkill,ubuntu-22.04
1616
bs,bsserver,Blade Symphony,ubuntu-22.04
1717
bt,btserver,Barotrauma,ubuntu-22.04
18-
btl,btlserver,BATTALION: Legacy,ubuntu-22.04
18+
btl,btlserver,BATTALION: Legacy,ubuntu-20.04
1919
cc,ccserver,Codename CURE,ubuntu-22.04
2020
cd,cdserver,Crafting Dead,ubuntu-22.04
2121
ck,ckserver,Core Keeper,ubuntu-22.04

0 commit comments

Comments
 (0)