mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
Both existed to work around the wrong diagnosis. The Persona 3 FES mods were not failing in the texture cache at all -- a PNACH mod was switched off by the enable-list purge, and because PNACH mods patch game DATA the texture pack keyed to the patched font stopped matching as a side effect. The palette fallback substituted a different colour variant of a glyph when the exact palette was missing. It raised the hit count but could not be right: the palette IS the colour, so substituted art carries the wrong shade, and it never addressed why the hashes moved. Gone; the replacement path behaves exactly as it always did. The one-time notice goes too, per jpolo1224: the purge no longer takes deliberate lists, so nothing needs announcing going forward. Kept: the diagnostics that actually found this -- files scanned versus indexed versus shadowed, hit and miss counts, and the per-miss detail naming what the pack holds for that texture. Those are what turned "mods do not apply" into a measurement, and they cost nothing when nothing is wrong.