While trying to set up a 7 Days to Die dedicated server to play with friends, I hit a weird error in Steam. I was trying to run a command like this:
/usr/games/steamcmd +force_install_dir /home/steam/games/7dtd +login anonymous +app_update 294420 -validate +quit
That command is basically a one-liner to set a directory to install the game into, log in as the anonymous user and install the 7 Days To Die dedicated server (app ID 294420).
After running for a second trying to find the f
...