Releases: PikminGuts92/Mackiloha
Releases · PikminGuts92/Mackiloha
v1.3.2 Ark + P9 enhancements
Changes
- Ark Helper
- Ignore casing when replacing files in ark patch
- Better determine gen folder name casing from input entries for ark patch
- P9 Song Tool
- Disable strict checking when parsing midi file
v1.3.1 Optimizations + Wii RB2 texture decoding
Changes
- Ark Helper
- Optimize writing ark parts
- SuperFreq
- Support decoding wii RB2 textures
- Optimize converting textures
v1.3.0 Wii texture support
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
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
formiloVersion
) - 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
andmilo2gltf
options
- Fixed writing image with
v1.1.1 Fix image decoding
Changes
- Fixed decoding rectangular textures
v1.1.0 Framework/dependency updates + bug fixes
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
Included:
- Ark Helper
- P9 Song Tool
- Super Freq