xivdev / Penumbra

FINAL FANTASY XIV modding, but actually good this time
675 stars 123 forks source link

Enable/Disable all Function not working #240

Closed Theo-Asterio closed 2 years ago

Theo-Asterio commented 2 years ago

The new Enable All for multiselects doesn't seem to work for multiselects above 28 options. Disable All works perfectly well but simple enabling does not seem to work. Mod in Question where Part 1 of each section of 32 can have Disable All, but Enable All fails entirely, unsure if it's badly packaged or has to do with how Penumbra splits options. No Textools were used, game is fully repaired and produces no errors, problem seems to persist.

Ottermandias commented 2 years ago

It's specifically 32 options, not "above 28", yeah, duh. (1 << 32) - 1 is bad for a 32 bit value.