Skip to content

Commit

Permalink
feat(dayz): switch appid to stable release (#4502)
Browse files Browse the repository at this point in the history
* feat(dayzserver): switch appid to stable release

* feat(dayzserver): add steam login
  • Loading branch information
0x346e3730 authored Feb 21, 2024
1 parent 72e330b commit ab3404c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lgsm/config-default/config-lgsm/dayzserver/_default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

#### 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
ip="0.0.0.0"
port="2302"
Expand Down Expand Up @@ -122,7 +126,7 @@ sleeptime="0.5"

## SteamCMD Settings | https://docs.linuxgsm.com/steamcmd
# Server appid
appid="1042420"
appid="223350"
steamcmdforcewindows="no"
# SteamCMD Branch | https://docs.linuxgsm.com/steamcmd/branch
branch=""
Expand Down

0 comments on commit ab3404c

Please sign in to comment.