ZOS_ChipHilseberg wrote: »Additionally, the options framework saw some significant refactoring this patch. Whereas the data describing an option used to be stored on the option control itself, the data is now stored in a table called data on that control. This work was done to share options specifications with the gamepad UI which doesn't declare all of its controls in XML like the keyboard UI does (and also to not duplicate the properties for each setting). The data table uses the same properties that the control used. Previously, it would have been control.controlType, while now it is control.data.controlType for example.
Most of the addons don't work because the following change breaks LibAddonMenu-2.0 (library used to create settings menu):ZOS_ChipHilseberg wrote: »Additionally, the options framework saw some significant refactoring this patch. Whereas the data describing an option used to be stored on the option control itself, the data is now stored in a table called data on that control. This work was done to share options specifications with the gamepad UI which doesn't declare all of its controls in XML like the keyboard UI does (and also to not duplicate the properties for each setting). The data table uses the same properties that the control used. Previously, it would have been control.controlType, while now it is control.data.controlType for example.
How to make library work with Update 5 is in comments on ESOUI:
http://www.esoui.com/downloads/fileinfo.php?id=7#comments
Or if you want just download link, take a look into my Dropbox folder (link is in my signature).
In there you can find updated LibAddonMenu-1.0, LibAddonMenu-2.0, Azurah, Srendarr, SoftcapInfo and Compatibility Tool for Update 5.
I didn't try it myself, but it seems that ggFrames works on PTS with Compatibility Tool installed:Hey @Garkin
Thanks a LOT for this, it was so depressing to see Srendarr not working when I logged into PTS. I supose this should also work for ggframes addon? i noticed it isn't working either >_<.