Skip to content

clemdotla/DepotCacher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DepotCacher

A simple tool to manage depot access automatically. Works as a standalone executable or via Node.js.


Regular Usage

  1. Go to the Releases page and download the .exe.
  2. Run it once to generate the config.json.
  3. Fill in the config.json with your username/password and/or an existing access token.
  4. Run it again, specifying the <id> (you can automate this by passing it as an argument).

Manual Usage

If you prefer to run it via Node.js:

  1. Install Node.js.
  2. Download or clone the repository:
    git clone https://github.com/clemichou1/DepotCacher
  3. Install dependencies:
    npm install
  4. Run one of the following:
    • Compile the .exe using:
    pkg .
    • Run in a terminal using:
    node .

Arguments

Argument Description
<id> Skip manual input at runtime
-s Suppress all logs in the window
-se Only suppress errors
-k Only keep depot keys in log
-t Skip the pause on error (useful for automated runs)

Example:

DepotCacher.exe 730 -se -t

Support / Questions

For any questions, feel free to DM clem.la on Discord.

About

Gets depot keys for a specified OWNED game using a steam account.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors