eigengrau / tts-backup

Backup Tabletop Simulator saves and assets into comprehensive Zip files.
GNU General Public License v3.0
111 stars 21 forks source link

Prefetch seems to be downloading all assets, despite of refetch flag not being set #10

Open bk-m opened 4 years ago

bk-m commented 4 years ago

I used tts-prefetch with the following params:

tts-prefetch --gamedata X:\XXX\SteamLibrary\steamapps\common\Tabletop Simulator\Tabletop Simulator_Data --user-agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0 X:\XXX\SteamLibrary\steamapps\common\Tabletop Simulator\Tabletop Simulator_Data\Mods\Workshop\1516223037.json

and it appears like it's downloading all assets again, despite the fact that the --refetch flag isn't set and I know for a fact, that most assets are already in \Mods\Images in the gamedata path specified in the command.

Am I doing something wrong or might this be a bug with custom gamedata paths?