Coder Social home page Coder Social logo

steamdownloader's Introduction

Steam Downloader

Quick and dirty downloader capable of downloading data from Steam CDN using decrypted manifests in combination with file decryption keys. The difference compared to other programs like steamctl etc.. is that this program also removes files that are not in the depot thus keeping the folder fully synchonized with steam CDN.

!! In rare cases some chunks fail to download, just re-run the program to fix that !!

File parsing, decryption and decompression is handled by modified version of SteamKit library (the only changes are to expose interal classes so it can be used externally).

To build the program simply compile SteamDownloader project.

To use:

  • Compile the SteamDownloader project
  • next to the compiled exe create file depot_keys.json containing the depot keys
  • create folder manifests and put all manifest files you want to download in it
  • start the exe and wait for the game to download, the game will be downloaded to cs2 folder

To change location where the game is downloaded to, or where the depot keys and manifests are, update the Program.cs in SteamDownloader project and rebuild

TODO

  • Calculate chunk hashes when file hash is different and download only changed chunks instead of whole files
  • Implement CLI interface
  • Split allocation and download stages so they can be ran in parallel
  • Auto-retry on chunk download failure
  • Handle special case while calculating hashes for files with 0 length

Third-party libraries

steamdownloader's People

Contributors

klukule avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.