Skip to content

Commit ab3404c

Browse files
authored
feat(dayz): switch appid to stable release (#4502)
* feat(dayzserver): switch appid to stable release * feat(dayzserver): add steam login
1 parent 72e330b commit ab3404c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
#### Game Server Settings ####
1010

11+
## SteamCMD Login | https://docs.linuxgsm.com/steamcmd#steamcmd-login
12+
steamuser="username"
13+
steampass='password'
14+
1115
## Predefined Parameters | https://docs.linuxgsm.com/configuration/start-parameters
1216
ip="0.0.0.0"
1317
port="2302"
@@ -122,7 +126,7 @@ sleeptime="0.5"
122126

123127
## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd
124128
# Server appid
125-
appid="1042420"
129+
appid="223350"
126130
steamcmdforcewindows="no"
127131
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch
128132
branch=""

0 commit comments

Comments
 (0)