TKMM-Team / Tkmm

A mod merger and manager for Tears of the kingdom
https://tkmm.org
MIT License
46 stars 8 forks source link

[Bug] Vanilla Layouts/Layout Animations included in changelog #8

Closed AsteroidPizza39 closed 4 months ago

AsteroidPizza39 commented 4 months ago

Within UI\LayoutArchive\Common.Product.110.Nin_NX_NVN.blarc.zs, the majority of the .bflyt and .bflan are stored. These are the layouts and layout animations. Even if a given one of these files is unmodified, it is read as a modified file. Since there's no library for merging layouts and their animations, they are priority based, so if two mods edit layouts, only the mod with the higher priority will have the modified layout applied, since its vanilla layout files have higher priority than the lower mod's modded layout file. Attached is a zip containing a mod that edits a layout file, specifically Pouch_00.bflyt. ArmorIconToolOptions001.zip

ArchLeaders commented 4 months ago

According to TotkBits every file in that archive is modified. Probably an issue on the tooling side.

ArchLeaders commented 4 months ago

Actually never mind, this appears to be an issue with TotkBits. However, it's likely that both bugs are related to the hash algorithm being messed up somewhere.

okmika commented 4 months ago

Fixed in https://github.com/okmika/TKMM-SARC/pull/7

Please delete archivemappings.bin to regenerate them so these vanilla files are accounted for.