Răsfoiți Sursa

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
Daniel Gibbs 2 ani în urmă
părinte
comite
a9a0744070

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

@@ -132,7 +132,7 @@ querytype=""
 
 ## Console type
 consoleverbose="yes"
-consoleinteract="no"
+consoleinteract="yes"
 
 ## Game Server Details
 # Do not edit

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

@@ -146,7 +146,7 @@ querymode="2"
 querytype="protocol-valve"
 
 ## Console type
-consoleverbose="no"
+consoleverbose="yes"
 consoleinteract="no"
 
 ## Game Server Details

+ 0 - 1
lgsm/config-default/config-lgsm/kfserver/_default.cfg

@@ -166,7 +166,6 @@ glibc="2.4"
 # Edit with care
 
 ## Game Server Directories
-serverfiles="${rootdir}/serverfiles"
 systemdir="${serverfiles}/System"
 executabledir="${systemdir}"
 executable="./ucc-bin"

+ 0 - 1
lgsm/config-default/config-lgsm/roserver/_default.cfg

@@ -162,7 +162,6 @@ glibc="2.4"
 # Edit with care
 
 ## Game Server Directories
-serverfiles="${rootdir}/serverfiles"
 systemdir="${serverfiles}/system"
 executabledir="${systemdir}"
 executable="./ucc-bin"

+ 0 - 1
lgsm/config-default/config-lgsm/vhserver/_default.cfg

@@ -174,7 +174,6 @@ glibc="2.15"
 systemdir="${serverfiles}"
 executabledir="${serverfiles}"
 executable="./valheim_server.x86_64"
-serverfiles="${rootdir}/serverfiles"
 
 ## Backup Directory
 backupdir="${lgsmdir}/backup"

+ 1 - 1
lgsm/data/serverlist.csv

@@ -15,7 +15,7 @@ bmdm,bmdmserver,Black Mesa: Deathmatch,ubuntu-22.04
 bo,boserver,Ballistic Overkill,ubuntu-22.04
 bs,bsserver,Blade Symphony,ubuntu-22.04
 bt,btserver,Barotrauma,ubuntu-22.04
-btl,btlserver,BATTALION: Legacy,ubuntu-22.04
+btl,btlserver,BATTALION: Legacy,ubuntu-20.04
 cc,ccserver,Codename CURE,ubuntu-22.04
 cd,cdserver,Crafting Dead,ubuntu-22.04
 ck,ckserver,Core Keeper,ubuntu-22.04