Closed devfalafel closed 9 months ago
found the issue. I had to find the abs path of my steamcmd and run this
/usr/games/steamcmd +login anonymous +force_install_dir /home/steam/l4d +app_update 222840 validate +quit
had to ignore the warning about how I should force install dir before login but it's just warning so this above should work
FYI: I am very new to this so apologies if I couldn'tt provide the information on the original post.
Your system information
tar -zcvf ~/Desktop/steam-logs.tar.gz ~/.steam/steam/logs
]Please describe your issue in as much detail as possible:
I have a
Left 4 Dead
game server host on my VPS but I would like to re-download all the game files. I tried to download game files usingsteamcmd
and this issue occurred before. However, I fixed it by just trying to repeat the steps below again and again until eventually I finally got the game files (Nov 2023). Today I tried to download the game files again and the same issue occurred. The issue is when runningapp_update 222840 validate
, it installed nothing in my designated directory. Can someone help me verify what I did wrong?Steps for reproducing this issue:
cd ~/home/steam/ && mkdir ./l4d
./steamcmd
force_install_dir ./l4d
login anonymous
app_update 222840 validate
-> showssuccess!
quit
ls ./l4d
-> The dir is emptyNotes that I noticed that there is an error regarding
steamservice.so
but this also happened before in Nov 2023.Please let me know if I need to provide more info. Thank you for your help!