Can I bulk download Steam games?
I have a substantial Steam library, and a new computer with plenty of disk space. I want to queue up all (or most) of my Steam games for downloading.
I know I can click on each one in turn, but I have to click a few times and wait while Steam creates locale game cache files.
Is there a way to do this quickly, preferably in bulk?
Steam has recently introduced an option to queue up games to be installed through a web interface. Make sure the target PC is running the Steam client, then go to your games list on the Steam website (the easiest way to do this is to click Community -> Profiles -> Games in the Steam client), open the All Games tab and click the install button next to the games you want to have installed. If not all of your games are showing up, click on Per page: All at the bottom of the page.
This is massively faster than going through the usual install dialog.
I assume its possible if you use the Steam browser protocol in a Batch (even even python) script.
here is a list of the possible commands, http://developer.valvesoftware.com/wiki/Steam_browser_protocol
so you should need some thing like steam://install/<id>
in a loop replacing the with the id of those games in your library.
im not sure where you can get a list of game ID's you own.
who knows, maybe its even possible to just loop from 0 to 100000000, thus selecting every game you have on the way!
if you use this system id love to see your script!
As far as I'm aware, there is no way to queue the downloads in the way you want. If you still have your old computer, the easiest way to approximate this is to make a backup of your steamapps folder and re-install all your games from there, bypassing the need to re-download them. I suppose you could also transfer them from the old computer to the new one over a LAN, but I'd imagine most USB transfers would be faster.
Relevant forum post:
http://forums.steampowered.com/forums/showthread.php?t=1251492