Skip to content

Releases: PikminGuts92/Mackiloha

v1.3.1 Optimizations + Wii RB2 texture decoding

14 Apr 02:58
019b92b
Compare
Choose a tag to compare

Changes

  • Ark Helper
    • Optimize writing ark parts
  • SuperFreq
    • Support decoding wii RB2 textures
    • Optimize converting textures

v1.3.0 Wii texture support

02 Mar 04:27
9c49d40
Compare
Choose a tag to compare

Changes

  • Overall
    • Update nuget package dependencies
  • SuperFreq
    • Support encoding/decoding wii textures
    • Fix decoding 16bpp ps2 textures
  • P9 Song Tool
    • Support encoding wii textures

v1.2.0 .NET 8/AOT Migration

12 Jan 00:07
5206699
Compare
Choose a tag to compare

Changes

  • Overall
    • Migrated applications to AOT (ahead-of time) compiled (.NET runtime installation no longer required)
    • Replaced Console.WriteLine instances with proper logging (Configure log level through shared -l command line argument)
    • Removed x86 support
    • General code cleanup (Details: #15)
  • Ark Helper
    • Support writing "broken" v4 arks (#14)
    • Extract all files by default when no extract option specified for ark2dir
  • SuperFreq
    • Fixed writing image with tex2png when no parent directory specified
    • Added short aliases for args (e.g. -m for miloVersion)
    • Added extra logging
      • Log success message when when operation completes (e.g. finished converting texture)
      • Log warning when unsupported game configuration is used
      • Log warning when milo contents were only partially extracted using milo2dir
    • Removed crypt and milo2gltf options

v1.1.1 Fix image decoding

07 Apr 04:28
Compare
Choose a tag to compare

Changes

  • Fixed decoding rectangular textures

v1.1.0 Framework/dependency updates + bug fixes

01 Mar 04:19
Compare
Choose a tag to compare

Changes

  • Fixed Absolute path issue on Linux when auto converting dtb to dta (#10)
  • Fixed RB1 Patch Ark unable to be extracted (#11)
  • Updated all projects to .NET 6 (previous version reaches EOL this year) and updated all dependencies to latest versions
  • Replaced Magick.NET with BCnEncoder.NET
  • Added windows x86 build

v1.0.0 Initial release

08 Nov 22:53
Compare
Choose a tag to compare

Included:

  • Ark Helper
  • P9 Song Tool
  • Super Freq