Skip to content

Releases: SteamRE/DepotDownloader

DepotDownloader 2.3.1

27 Jun 05:02
Compare
Choose a tag to compare
  • Upgraded project to SteamKit 2.2.0
  • Added -ugc parameter to download content by UGC id
  • Added -pubfile parameter to download a published file by looking up its app and UGC id.
  • Fixed CDN Server bootstrapping
  • Fixed shutdown of CDNClientPool

DepotDownloader 2.3.0

01 May 04:27
Compare
Choose a tag to compare
  • Upgraded project to SteamKit 2.0 and .NET Core 2.0. The app is now run with the dotnet command.
  • Added a new switch "-os" which allows you to download depots for a target (windows, macos, or linux)
  • Fixed issues with AppTickets no longer being necessary
  • Fixed an issue allowing an empty password to be supplied when logging in

DepotDownloader 2.2.2

28 Jul 04:59
Compare
Choose a tag to compare
  • Fixed an issue where waiting for user input would cause an infinite cycle of reconnections.
  • Added a "-remember-password" command line option to store the login key.

DepotDownloader 2.2.1

23 Feb 12:40
Compare
Choose a tag to compare
  • Added support for newer app branch (beta) passwords.
  • Added automatic license retrieval for unowned FreeOnDemand apps being downloaded.
  • Added extra output around CDN token retrieval.
  • Added output to show current app branch being used.
  • Fixed downloading from shared depots that provide their own manifest IDs.
  • Updated to use SteamKit v1.8.1

DepotDownloader 2.2

10 Jul 14:02
Compare
Choose a tag to compare
  • Added support for CDN content servers.
  • Added support for apps that use shared depots.
  • Added -force-depot parameter to force attempted download of a particular depot in an app.
    (This allows UGC depots to be downloaded, as they are not listed in the PICS configuration.)
  • Added support for Steam mobile authenticator if enabled.
  • Numerous improvements for choosing and handling connections to content servers.
  • Fixed -verify-all not working if old manifest was present.
  • Fixed crash when account doesn't own app.
  • Fixed some apps and packages not being read if account being used owns too many.
  • Updated SteamKit version to 1.8.0.

DepotDownloader 2.1.1

29 May 12:41
Compare
Choose a tag to compare
  • Synced SteamKit dependency to fix a handful of CDNClient issues

DepotDownloader 2.1

19 Nov 19:25
Compare
Choose a tag to compare
  • Reduce unnecessary connections to Steam servers.
  • Cache all manifests to reduce download time.
  • Fixed verify_all always being implied

DepotDownloader 2.0

08 Nov 19:18
Compare
Choose a tag to compare

First versioned release.