Simple steam workshop downloader using steamcmd.
List of supported games for anonymous download: https://steamdb.info/sub/17906/apps/
Download and run "downloader.exe". Enter one or more workshop URLs, then press "Download".
The files will be moved to the mods/<appID>/<workshop ID>
folder (relative to the executable) by default.
Collections are also supported now.
The first download can take several minutes, since steamcmd needs to download/update itself. After that, initiation of the download(s) should only take a few seconds. When downloading many and/or large items, the window might stop responding while the download is ongoing.
If the game you are downloading items for is on the supported list and you get ERROR! Download item ... failed (Failure).
, delete the steamcmd folder, restart the downloader and try the mod download again.
Open the downloader.ini file with any text editor and change or add the relevant values:
[general]
sectionsteampath
: Location of the steamcmd.exe the program should use (either relative or absolute path)theme
: Color scheme to use. Currently supported are 'default', 'sdark', 'solar, black' and 'white'.batchsize
: Amount of items to download per batch. Low values cause a higher overhead when downloading many items (perhaps 5s per batch), while high values may cause issues on some systems. On Windows, the highest usable value seems to be about 700. Default is 50. Should be safe to increase to 500 in most cases.login
: Steam usernamepassw
: Steam passworddefaultpath
: moves all downloads with no other configured path to <defaultpath>/<appid>
If both login
and passw
are provided, it will try a non-anonymous login before downloading. When using 2FA, manual configuration of steamcmd might be neccassary.
[appid]
sectionspath
: Where downloaded mods for a certain game should be moved. Old versions of the mods in this location will be overwritten.downloader.ini
[general]
steampath = steamcmd
theme = solar
batchsize = 500
login = user123
passw = 123456
defaultpath = mods
[281990]
# Stellaris
path = D:\games\stellaris\mods
To download items that require a steam account, you have to set the login
and passw
options in the [general]
section.
In addition, if you are using SteamGuard, you will also need to authenticate the steamcmd installation to be able to download items with your account:
downloader.exe
to a new location), start the program and click Download
. It will install steamcmd. Once it says DONE
, you can close the window.downloader.exe
, open the subfolder steamcmd
and launch steamcmd.exe
.Steam>
when it's done), then enter login <login>
with quit
to close steamcmd.You need to either install the missing dll (or some alternative) to run the executable, or install the NulAsh python fork and run the downloader.pyw
file.