Skip to content

v0.0.8

Compare
Choose a tag to compare
@AriesLR AriesLR released this 22 Dec 04:44
· 62 commits to main since this release

PakMaster v0.0.8

New Features

  • AES Key Settings Flyout:

    • Added a new flyout menu for managing AES keys.
    • Easily configure AES keys for both Repak and ZenTools directly from the UI.
  • Partial IoStore Container File Support (ZenTools):

    • Introduced support for unpacking .ucas and .utoc files using ZenTools.
  • File Format Toggle:

    • Added a toggle switch to switch between .pak files (Repak) and .ucas/.utoc files (ZenTools).
    • The UI dynamically updates the displayed files based on the toggle state, it also determines what is used to unpack/repack (ZenTools or repak).

Improvements

  • Dynamic Output Folders:

    • Unpacking now creates uniquely named output folders for IoStore containers.
    • Output folders follow the pattern PakMaster_IoStore_<short_guid> to prevent overwriting.
  • Enhanced Configuration Loading:

    • Improved how configurations are loaded and validated, reducing potential errors.
  • Improved UI Updates:

    • File lists automatically refresh when toggling file formats or updating input/output folders.

Bug Fixes

  • Fixed an issue where IoStore files were not being displayed correctly after toggling file formats.
  • Resolved errors related to loading ZenTools configuration when the file was missing or incomplete.

Notes

  • Full IoStore support is still in progress and currently limited to unpacking.
  • Ensure your AES key configurations are correct before unpacking IoStore files.

Full Changelog: v0.0.6...v0.0.8