Browse Source

feat(dayz): switch appid to stable release (#4502)

* feat(dayzserver): switch appid to stable release

* feat(dayzserver): add steam login
pull/4478/head
Antonin CLAUZIER 1 year ago
committed by GitHub
parent
commit
ab3404c188
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      lgsm/config-default/config-lgsm/dayzserver/_default.cfg

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

@ -8,6 +8,10 @@
#### Game Server Settings #### #### Game Server Settings ####
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login
steamuser="username"
steampass='password'
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters ## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
ip="0.0.0.0" ip="0.0.0.0"
port="2302" port="2302"
@ -122,7 +126,7 @@ sleeptime="0.5"
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd ## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd
# Server appid # Server appid
appid="1042420" appid="223350"
steamcmdforcewindows="no" steamcmdforcewindows="no"
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch # SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch
branch="" branch=""

Loading…
Cancel
Save