With almost no bandwith at home, I needed a way to download DOOM
that didn't involve blocking the home internet line for two days.
Using steamcmd you can use any computer to download steam games.
- Install it
- Open it and loging with your username and password:
login username password
- Set the operating system and 32/64 bits of the game. For example I downloaded
DOOM
from a mac for a64bit Windows
@sSteamCmdForcePlatformType windows
@sSteamCmdForcePlatformBitness 64
- Choose a folder name:
force_install_dir ./DOOM
- Go to https://steamdb.info/ and find the
APPID
of the game you want to download. - Download:
app_update 379720 validate
This will generate a folder called DOOM
with the game inside and one extra folder: steamapps
where an appmanifest_xxx.vcf
file will be created.
- Close steam.
- Find your steam folder
- copy the game where the other games are. Usually the
steamapps\common
folder. Leave the name of the folder unchanged - From the game you've just copied, move the appmanifest file with the other manifests in the
steamapps
folder. - Open steam and you should see your game as installed in your library.
- You can verify that your game is ok following these instructions.
Thanks for documenting this. One suggestion though, in the 'Downloading' section step #7 could be opening the vcf file to see what the
installdir
value is and making sure the same name is used for the downloaded game. Otherwise Steam will create that directory and end up downloading the game anyway once it detects an empty directory.