Browse Source

feat(barotrauma): Migrate to use dedicated server appid (#2404)

Co-authored-by: Morbo <[email protected]>
pull/2409/head v19.8.0
Daniel Gibbs 6 years ago
committed by GitHub
parent
commit
66a260586e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      lgsm/config-default/config-lgsm/btserver/_default.cfg

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

@ -8,10 +8,6 @@
#### Server Settings #### #### Server Settings ####
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login
steamuser="username"
steampass='password'
## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters ## Server Start Command | https://docs.linuxgsm.com/configuration/start-parameters#additional-parameters
fn_parms(){ fn_parms(){
parms="" parms=""
@ -95,7 +91,7 @@ sleeptime="0.5"
## SteamCMD Settings ## SteamCMD Settings
# Server appid # Server appid
appid="602960" appid="1026340"
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch # SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch
branch="" branch=""
# Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server # Master Server | https://docs.linuxgsm.com/steamcmd/steam-master-server

Loading…
Cancel
Save