Browse Source

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
pull/4257/head
Daniel Gibbs 2 years ago
parent
commit
a9a0744070
  1. 2
      lgsm/config-default/config-lgsm/bfvserver/_default.cfg
  2. 2
      lgsm/config-default/config-lgsm/btlserver/_default.cfg
  3. 1
      lgsm/config-default/config-lgsm/kfserver/_default.cfg
  4. 1
      lgsm/config-default/config-lgsm/roserver/_default.cfg
  5. 1
      lgsm/config-default/config-lgsm/vhserver/_default.cfg
  6. 2
      lgsm/data/serverlist.csv

2
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

2
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

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"

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"

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"

2
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

1 ac acserver Assetto Corsa ubuntu-22.04
15 bo boserver Ballistic Overkill ubuntu-22.04
16 bs bsserver Blade Symphony ubuntu-22.04
17 bt btserver Barotrauma ubuntu-22.04
18 btl btlserver BATTALION: Legacy ubuntu-22.04 ubuntu-20.04
19 cc ccserver Codename CURE ubuntu-22.04
20 cd cdserver Crafting Dead ubuntu-22.04
21 ck ckserver Core Keeper ubuntu-22.04
Loading…
Cancel
Save