SFX-WoW / Masque

A button-skinning engine for World of Warcraft.
Other
45 stars 11 forks source link

Common Issues: Read First! #272

Open StormFX opened 1 year ago

StormFX commented 1 year ago

This is just a quick list of common issues to help out those looking for a quick answer to simple questions. Feel free to join the Discord to get help from the community!

Masque General

Does Masque Support the Default Interface?

No. Masque is a library-based skinning engine and requires interaction from third-party add-ons to function.

Issues with Older Versions of Masque

Stop using them. Only the latest version of Masque is supported.

Masque Doesn't Support a Specific Add-On

Masque doesn't provide support for add-ons, add-ons provide support for Masque. Ask the author of the add-on.

StormFX commented 4 weeks ago

For issues with older skins in 11.0.2:

Open the skin's .lua file. Find every occurrence of GetAddOnMetadata and replace it with C_AddOns.GetAddOnMetadata.

Alternatively, you can simply add the following to the top of the skin's lua file:

local GetAddOnMetadata = C_AddOns.GetAddOnMetadata