Skip to content

Releases: cwoac/TTS-Manager

Gui is still ugly

18 Jul 10:04

Choose a tag to compare

Gui is still ugly Pre-release
Pre-release

New features:

  • Support setups where you have set your config to save workshop files within the install directory

Fixes:

  • Ignore Rules links
  • More consistent logging

no protocol

15 Jul 08:43

Choose a tag to compare

no protocol Pre-release
Pre-release
  • Handle cases where the mod uses partial urls
  • Raise downloading messages to 'WARN' level so they are visible at default level (possibly a temporary fix)
  • Make (some) log messages more user friendly.

Codec support

12 Jul 11:43

Choose a tag to compare

Codec support Pre-release
Pre-release

Main fix is to attempt loading of files using multiple codecs (#14). Also lowering the default log level to 'WARN' from 'INFO'

Handle empties

10 Jul 22:05

Choose a tag to compare

Handle empties Pre-release
Pre-release

Fix case where there are no files in Save or Workshop directories.

Installable

10 Jul 14:55

Choose a tag to compare

Installable Pre-release
Pre-release

Lots of new features!

  • An installer (and an uninstaller)
  • Import/Export of chest files.
  • Support for downloading missing files automatically, either at export time or for individual files or all files of a type.
  • Allow overriding the cache directory (this will become more useful with later features).
  • Quite a bit of refactored code

As always, this is still somewhat experimental code, and I appreciate being told of any reproducible issues. Having said that, it works fine for me on the mods I've tested it on.

Header data

06 Jul 14:04

Choose a tag to compare

Header data Pre-release
Pre-release

Robustness release.
. Added metadata to pak generation to ensure we are actually importing a pak file.
. Fixed savegame pak generation
. Fixed issue with duplicate model warnings on some mods.
. Refactored filesystem interaction to unify cli + gui code

Note that due to the new pak headers, pak files created with the previous versions of tts manager will no longer import. I will be adding a parameter to the cli to enable force importing them in the next release.

PageURL + Python3 fixes

05 Jul 21:45

Choose a tag to compare

Pre-release
  • Script no longer fails on saves with PageUrls in them.
  • cli no longer tries to run in python2
  • Increased paranoia - anything that looks like an url is treated as one regardless of the key value in the json.

chocolate clusters

05 Jul 20:37

Choose a tag to compare

chocolate clusters Pre-release
Pre-release

Biggest thing is it now has a gui - just grab tts_gui.zip, expand and go!

I've also added support for import/export of savegames as well as workshop files.

This is still a WIP - I strongly suggest you check any archives made with this work before relying on them. Actually, that's good advice for any backup system.

It Lives!

03 Jul 13:39

Choose a tag to compare

It Lives! Pre-release
Pre-release

Basic CLI functionality. Not much more than good-path only at this point.