cwoac / TTS-Manager

Import/Export Mods from Tabletop Simulator
MIT License
23 stars 10 forks source link

Req: Support *.ttsmod archive format #28

Open bobpaul opened 3 years ago

bobpaul commented 3 years ago

The tool 'TTS Mod Downloader' fills the same needs as TTS-Manager, but is closed source, only works on Windows, and has a slightly different archive format. Where TTS-Manager uses PKZip archives with some some meta data in the comment field, 'TTS Mod Downloader' seems to be simple PKZip files with a different extension.

It would be nice if TTS-Manager could import these files. This might require adding options to the import command.

bobpaul commented 3 years ago

This might effectively be a duplicate of #10

bobpaul commented 3 years ago

you know, we can just parse the json file and I think that tells us everything (and more) than the meta data, anyway.