A simple tool to manage depot access automatically. Works as a standalone executable or via Node.js.
- Go to the Releases page and download the
.exe. - Run it once to generate the
config.json. - Fill in the
config.jsonwith your username/password and/or an existing access token. - Run it again, specifying the
<id>(you can automate this by passing it as an argument).
If you prefer to run it via Node.js:
- Install Node.js.
- Download or clone the repository:
git clone https://github.com/clemichou1/DepotCacher
- Install dependencies:
npm install
- Run one of the following:
- Compile the
.exeusing:
pkg .- Run in a terminal using:
node . - Compile the
| 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 -tFor any questions, feel free to DM clem.la on Discord.