Masque

Masque

7M Downloads

Common Issues: Read First!

StormFX opened this issue ยท 0 comments

commented

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.

Skins

Older Skin isn't Loading

Add the following to the top of the skin's .lua file.

local GetAddOnMetadata = C_AddOns.GetAddOnMetadata

WeakAuras Known Issues

Some Auras/Groups not Inheriting the Right Skin

This is due to how aura buttons are created and later skinned by Masque. If a button is disabled when the parent group is changed, the disabled button will retain its original skin. To remedy this:

  1. Disable WeakAuras and /reload.
  2. Open Masque's options and go to General Settings / Developer, click the Clean Database button and then /reload again.
  3. Enable WeakAuras and /reload.
  4. Select the skin you want for WeakAuras.