Release Notes
This release is fairly significant and includes multiple breaking changes to
the UKMM mod format. This means there is a high likehood that you will need to
reinstall and/or repackage existing UKMM mods to avoid errors. Ideally, this
should be the last breaking release before stabilizaiton.
Added
- Added support for new Cemu config paths
- Experimental support for arm64 macOS
- Added support for complex emulator command lines
Changed
- Switched to symlink deployment by default for Cemu
- Minor performance improvements
Fixed
- Fixed settings refresh after BCML migration
- Fixed broken symlink on switching profiles
- Fixed issues with language differences in text merging
- Fixed issues with StatusEffectList and LevelSensor mergers. This is a
breaking change which requires reinstalling mods which modify StatusEffectList
or LevelSensor. - Reverted msyt version to fix BNP compatibility. This is a reversion of an
unintentional breaking change in the last release. It will require
reinstalling mods which modify game texts.
Removed
- Removed merging for actor recipes (
.brecipe
). Diffs will be stored whole and
merging will simply overwrite with the highest priority. This is a breaking
change which requires reinstalling all mods which modify recipe files.
Install ukmm 0.15.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NiceneNerd/ukmm/releases/download/v0.15.0/ukmm-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -c "irm https://github.com/NiceneNerd/ukmm/releases/download/v0.15.0/ukmm-installer.ps1 | iex"
Download ukmm 0.15.0
File | Platform | Checksum |
---|---|---|
ukmm-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
ukmm-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
ukmm-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
ukmm-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
ukmm-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |