Page MenuHomeFeedback Tracker

serverDZ.cfg does not download in steam, fresh download, or verify integrity of the game files
Need More Info, NormalPublic

Description

title pretty much, this is when trying to download the server files in steam/tools

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
doesn't matter
Category
Config

Event Timeline

Tit4nNL created this task.Nov 28 2018, 8:43 AM
Tit4nNL updated the task description. (Show Details)
Geez changed the task status from New to Need More Info.Nov 28 2018, 5:02 PM
Geez added a subscriber: Geez.

Hello Tit4nNL and thank you for the report.
Can you try to verify the game files again and let us know if you are still experiencing the issue?
Regards,
Geez

Micha added subscribers: Echo, Micha.EditedNov 28 2018, 7:18 PM

@Echo off
set STEAM_CMD_LOCATION="C:\tools\SteamCMD"
set STEAM_USERNAME="xxx"
set STEAM_PASSWORD="xxx"

cd "%STEAM_CMD_LOCATION%"
start "" steamcmd.exe +login "%STEAM_USERNAME%" "+force_install_dir c:\Eldo1" %~dp0 +app_update 223350 validate +app_update 223350 validate +quit
cd c:\temp\Eldo1

I have a batch file to run as part of a backup/install/restore script. And even with 2x validate it doesn't download the serverDZ.cfg. It doesn't do that for weeks already and I cannot remember that I ever downloaded one while install via steamCMD. Last time I run the script was today and since I didn't had to overwrite the serverDZ.cfg it tells me that there was no serverDZ.cfg provided via the installation.

Geez added a comment.Nov 30 2018, 2:23 PM

Hello Micha.
The only time the serverdz.cfg should download is either if you are downloading the server for a first time or if you delete it manually and then update the server. This is to prevent the cfg from overwriting itself.
Regards,
Geez

Micha added a comment.EditedNov 30 2018, 3:46 PM

I manually remove the server files with each patch. I have a backup script that copies all files modified by us, be and bec, then deletes the installation folder. Then a installation and a restore script runs and copies back the modified files that we earlier write to the backup. To steamCMD there is a non existing folder on drive c: hence I would expect the serverDZ.cfg being downloaded. It ofc would be overwritten by our restore script since we copied that during the backup as well.
But no serverDZ.cfg is downloaded this way.
Let me see how I can hide credentials in a video and I make you a video.