-
Notifications
You must be signed in to change notification settings - Fork 85
Description
Thank you for always updating HFpatch. I met a problem when I changed from 3.32 to 3.33 this time.
Behavior Change in Accessory Slot State Handling (MoreAccessories)
Up to HF Patch 3.32, when using MoreAccessories, accessory slots 21 and above had the following behavior:
If a scene was saved with a slot set to OFF, the accessory would remain invisible upon loading (i.e., display state = OFF).
However, the slot toggle itself would be reset to ON after loading.
This resulted in a mismatch: the accessory was hidden, but the toggle icon showed it as ON.
With HF Patch 3.33, the introduction of KK_AmazingNewAccessoryLogic changed this behavior:
Upon loading a scene, the plugin now refreshes accessory visibility to match the toggle state.
As a result, even if a scene was saved with an accessory set to OFF, the accessory will now be displayed after loading—because the toggle is ON and visibility is now synced to it.
It is unclear if the intent is conveyed correctly because the text is written by a translation engine. Should I upload the relevant scene?