Skip to content

v1.0.3

Choose a tag to compare

@oldrepublicwizard oldrepublicwizard released this 13 Jan 08:10
· 530 commits to master since this release

This release serves as a bugfix/QOL update.

What's Changed

KOTORModSync

  • Add a top menu to reduce UI clutter with some additional features.
  • Fix a bug with the Overwrite toggle (it is now a simple checkbox).
  • Fix a bug on Mac where the holopatcher binary couldn't be found. Many thanks to the users who reported this problem.
  • The InstallBefore/InstallAfter dictionaries have been disabled. There are a few bugs in my algorithm that affect the UI and they'll need to be addressed for v1.1.0.
  • The mock case-sensitive pathing is now forcibly enabled on Unix operating systems until such a time in the future that someone has a use case for it to be disabled.
  • Add drag/drop functionality for TOML instruction files in the UI. I have found a few operating systems where the file loader wouldn't work correctly, so if this applies to you you can now just drag and drop that instruction file right in the main window.
  • Potentially fixed a bug with case-insensitive paths.
  • By request, add a 'Are you sure you want to close?' dialog whenever a user attempts to close the app.
  • Rephrase some of the dialogs to be more user-friendly. One of the most popular complaints is the validator output was too difficult to read.

HoloPatcher

  • Fix a bug on Unix where info.rtf would sometimes fail to load.
  • Potentially fix some rare glitches during the patching operation (this is already fixed in v1.43's main release)
  • HACKList patches have been changed from signed 2-byte ints to unsigned as I believe this matches TSLPatcher.

Full Changelog: v1.0.2...v1.0.3