How do I use this? #215
Replies: 1 comment
-
RequirementsDepotDownloaderYou need to download and extract the latest release of DepotDownloader. .NET 5.0You need to have .NET 5.0 Runtime installed. Steam accountYou need a Steam account that owns the app (aka game) you want to download. App, depot and manifest idsYou need the app id and optionally a depot id and manifest id.
Making it do stuffThere are several ways you can use DepotDownloader, the easiest one is to open the shell of your choice (e.g. CMD, PowerShell or Bash) and navigate to where you extracted DepotDownloader to:
After that, start DepotDownloader with the parameters you desire. I recommend you omit the password parameter as it complicates things when your password contains special characters. Examples Download Counter-Strike: Global Offensive (app id 730):
Download the Arma 3 Creator DLC: Global Mobilization - Cold War Germany (depot id 1042220) of Arma 3 (app id 107410):
Download the German language pack (depot id 359555) of Tom Clancy's Rainbow Six Siege (app id 359550) from patch 5.2.3 (manifest id 3439024125519410144):
Multiple app, depot and manifest idsIt can become quite tedious if you want to download multiple manifests, depots and/or apps, but you can automate this process, e.g. by using PowerShell. Why PowerShell? Because batch is bad and PowerShell comes pre-installed with Windows 10 and works on Linux, too.
* If you don't have the option, you might have to install PowerShell from here. |
Beta Was this translation helpful? Give feedback.
-
I do not see the .bat file when I unzip this file, only a .sln file, am I missing something? I followed multiple videos on how to use this and none helped.
Beta Was this translation helpful? Give feedback.
All reactions