./tts_cli.py list -w to list all mods. Note the mods present.
./tts_cli.py download -a to download all assets for all mods
./tts_cli.py download -w 1234567 to download for the specific mode 1234567
Expected
All of the assets for the mod in step 3 should have been downloaded already in step 2.
Observed
Sometimes step 3 works as expected, but often none of the assets have been downloaded.
I'm not sure if I misunderstand the functionality of the -a option or why some mods download and others don't. Some additional notes: I do have some mods that have broken asset links, maybe that prevents later mods from downloading. Some of the mods failed in step 3 are mods I've never opened in the game, but so are some of the mods worked. So I don't think it's related to that.
Steps
./tts_cli.py list -w
to list all mods. Note the mods present../tts_cli.py download -a
to download all assets for all mods./tts_cli.py download -w 1234567
to download for the specific mode 1234567Expected All of the assets for the mod in step 3 should have been downloaded already in step 2.
Observed Sometimes step 3 works as expected, but often none of the assets have been downloaded.
I'm not sure if I misunderstand the functionality of the
-a
option or why some mods download and others don't. Some additional notes: I do have some mods that have broken asset links, maybe that prevents later mods from downloading. Some of the mods failed in step 3 are mods I've never opened in the game, but so are some of the mods worked. So I don't think it's related to that.