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] HeadDef is not compressed correctly #9

Closed ArchLeaders closed 4 months ago

ArchLeaders commented 4 months ago

The HeadDef (System/HeapSize/Product.Nin_NX_NVN.HeapDef.byml.zs) file is currently being re-compressed with dictionary 1 (zs.dic).

However, this file is loaded before dictionaries, so it must not use any dictionaries in the compression.

https://github.com/okmika/TKMM-SARC/issues/6

okmika commented 4 months ago

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