This page was last updated on 28 July 2024, 10:52PM
Changelogs
Version v0.12.0
Added experimental "binary override," as-is storage of technically invalid resources for mods which work despite minor "errors." This should make it easier to use mods with various minor errors. UKMM will warn you and let it pass more than it used to.
Completely reworked logger using egui_logger, hopefully more performant and maintainable
Switched some Arcs to Rcs where possible
Version v0.11.0
Fixed possible errors with missing game languages
Added update mod button for developers
Added GUI error message for startup panics
Switched back from a custom fork of egui to the latest official version. This brings some minor unwanted UI changes, but nothing, I think, that affects anything functionally.
Version v0.10.1
Added open folder buttons to tool menu, Addition
Added button to open emulator per-deployment config, Addition
Use dictionary for ZSTD compression, Improvement
Fixed missing `AocMainField.pack` in some map mods, Bugfix
Minor patches to gamedata handling, Bugfix
Version v0.9.0
Added "Send to Profile" option for mods, Addition
**Breaking change**: Deeper model data merging. This is a *breaking change* which will require reinstalling all mods that edit model lists (`.bmodellist`), Improvement
Specially flag nested lookup error, Improvement
Even more workarounds for malformed recipe/drop table files, Improvement
Fix BFARC and BLARC merging new files, Bugfix
Removed almost all possible panics in content merging, Bugfix
Version v0.8.2
Hacky fix for low Switch RSTB values
Workaround for mods with incorrect drop or recipe `ColumnNum` values
Workaround for mods with incorrect drop/recipe numbered names (e.g. `ItemNum001`)
Queue errors for end of batch install
More error details, especially to identify mods in batch operations
Clearer "no base version" error
Version v0.8.1
Temporarily disabled complex RSTB estimates to fix crashes, Bugfix
Fixed issue with handling empty AocMainField.pack, Bugfix