Game Tracker
Tracking things, so you don't have to.
How files are tracked
files.json
is a mapping of depot ids and which files to download from them.depots_mapping.json
specifies which folder each depot should be download to.common.sh
provides common function used for dumping or decompiling files.update.sh
in this repository is only invoked if a folder does not have its ownupdate.sh
file.
Some folders (such as dota
) are ignored in this repository, and instead are tracked in GameTracking-Dota2 repository.
For example, dota/update.sh
is run when the game is updated.