Download
(13Kb)
Download
Updated: 11-19-20 09:47 AM
Addon for:
Masque.
Pictures
File Info
Compatibility:
Shadowlands patch (9.0.2)
Updated:11-19-20 09:47 AM
Created:11-07-10 03:36 PM
Downloads:18,049
Favorites:52
MD5:

Masque: Cainyx  Popular! (More than 5000 hits)

Version: 9.0
by: WoWLoreConfusedMe [More]

Cainyx is a gray skin for Masque (formerly ButtonFacade) that will add button style to the supported action bars. This skin is based on Caith and Onyx Redux.

8.0 note: Now you can also download this addon on CurseForge or in the Twitch Desktop App!

6.0 note: Raven highlights effect does not work now and i dont know why... sorry about that, maybe i'll fix it later. Btw, you can try to use "Raven highlights" sub-skin if you need a light-gray skin frame for buttons
Also i added a special skin for highlights from Raven addon:

  • To activate the Raven highlights for Masque change settings: Raven options > Highlights tab > select top "use ButtonFacade".
  • For example, in Masque settings you can choose Cainyx skin for all panels. And separately for Bartender4 - "Cainyx - Raven Highlights".
Note
  1. You must have Masque (Formerly ButtonFacade) (Curse link) installed to use this add-on. Please, use at least version 4.2.
  2. For action bar button highlights you must have Raven (Curse link).
  3. And of course you need Bartender4 (Curse link), Dominos or Macaroon.
P.S.: And sorry for my English!




New Optional "Modded Bartender4 font" - small semi-manual mod.
You don't really need it. Use it only if you are familiar with text files editing. It's not very difficult though:



A few years ago I decided that the Bartender4 font was too large and made a small mod to fix it. It looks good only if you use large buttons, as shown on my screenshots.

In order for everything to look like on the screenshot, you need to manually edit two values (currently they are at #173 and #178 lines) in the *your install path*\World of Warcraft\_retail_\Interface\AddOns\Bartender4\libs\LibActionButton-1.0\LibActionButton-1.0.lua

-- adjust hotkey style for better readability
button.HotKey:SetFont(button.HotKey:GetFont(), 13, "OUTLINE")
button.HotKey:SetVertexColor(0.75, 0.75, 0.75)

-- adjust count/stack size
button.Count:SetFont(button.Count:GetFont(), 16, "OUTLINE")
to

-- adjust hotkey style for better readability
button.HotKey:SetFont(button.HotKey:GetFont(), 9, "OUTLINE")
button.HotKey:SetVertexColor(0.75, 0.75, 0.75)

-- adjust count/stack size
button.Count:SetFont(button.Count:GetFont(), 13, "OUTLINE")
Now you need to login into World of Warcraft and change default Masque skin from "Cainyx" to "Cainyx - Modded Bartender4 font".

If you decide to update Bartender4 in the future, then editing should be repeated.
If you use Twitch Client to update the mods, then update Bartender4, despite the warning and and then manually re-edit the specified values in the new file.

=== v9.0 (v1.5.4 hehe) ===
* TOC updated to 9.0.2
* Cainyx.lua ---IS NOT--- updated for Masque 9.0.4, but tested for compatibility. There are way too many changes in the new skin format for Masque 9.0 (new texture overlays, language files(???), new style code), so for now this skin is "just works". Maybe i will update it later though!
* Fixed text labels coordinates for optional 'Modded Bartender4 font' sub-skins

=== v8.0 (v1.5.4 hehe) ===
* TOC updated to 8.0.1
* Cainyx.lua updated for Masque 8.0.0
* Added two optional 'Modded Bartender4 font' sub-skins with new coordinates for text labels

=== v7.0 (v1.5.3 hehe) ===
* TOC updated to 7.0.0
* 'ChargeCooldown' and 'Shine' states were added to Cainyx.lua

=== v6.0b (v1.5.2 hehe) ===
* Small fix for highlight texture path, thanks to Phanx!

=== v6.0 (v1.5.1 hehe) ===
* TOC updated to 6.0.3
* fixed green texture bug

=== v4.3 (v1.5 hehe) ===
* TOC updated to 4.3

=== v4.2 (v1.5 hehe) ===
* Renamed to **Masque Cainyx**.
* Updated to Masque's API.
* Added **Cainyx - Raven Highlights**.

=== v1.0 ===
* First release
Post A Reply Comment Options
Unread 01-05-15, 09:55 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
I believe the highlighting feature was removed from Raven some time back, though as I'm not a Raven user I didn't pay that much attention and don't remember why. Still, I use the "Raven highlights" version because I prefer a lighter border than the regular one, so please don't remove it... but maybe rename it "Cainyx Light".

Originally Posted by WoWLoreConfusedMe
But it does not helps with Raven highlights - all i got is white borders instead of color borders.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 01-05-15, 07:21 PM  
WoWLoreConfusedMe
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 4
Uploads: 1
Originally Posted by Phanx
Highlight texture is still broken because the path refers to "Masque_Caith" instead of "Masque_Cainyx":
Code:
Highlight = {
	Width = 42,
	Height = 42,
	BlendMode = "ADD",
	Color = {1, 1, 1, 0.3},
	Texture = [[Interface\AddOns\Masque_Caith\Textures\Highlight]],
},
Fixed, thank you!

But it does not helps with Raven highlights - all i got is white borders instead of color borders. maybe its just a Raven things but i'm too lazy to investigate the cause...
Report comment to moderator  
Reply With Quote
Unread 12-18-14, 04:56 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Highlight texture is still broken because the path refers to "Masque_Caith" instead of "Masque_Cainyx":
Code:
Highlight = {
	Width = 42,
	Height = 42,
	BlendMode = "ADD",
	Color = {1, 1, 1, 0.3},
	Texture = [[Interface\AddOns\Masque_Caith\Textures\Highlight]],
},
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 10-12-11, 12:14 PM  
twopro
A Defias Bandit

Forum posts: 3
File comments: 187
Uploads: 0
update

update when u have time please.
Report comment to moderator  
Reply With Quote
Unread 10-11-11, 05:35 PM  
StormFX
A Flamescale Wyrmkin
 
StormFX's Avatar
AddOn Author - Click to view AddOns

Forum posts: 109
File comments: 113
Uploads: 16
I'll be adding Masque here shortly. For future reference, tell the users what version to download and point them to the project's main page.
Report comment to moderator  
Reply With Quote
Unread 08-27-11, 10:45 PM  
Helln_HiHeels
A Deviate Faerie Dragon

Forum posts: 11
File comments: 29
Uploads: 0
very nice !!


ignore twopro .. your link to Masque(formerly ButtonFacade) is the same one used by several others
Report comment to moderator  
Reply With Quote
Unread 08-27-11, 02:35 AM  
WoWLoreConfusedMe
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 4
Uploads: 1
Re: fail update

Originally posted by twopro
your update is retarded.

you stated you must have masque and you linked:

http://www.wowace.com/addons/masque/files/441-4-0-340/


which is masque but when you open the file its clearly called ButtonFacade-4.0.340.zip

so when you delete old/install new masque_cainyx on your addon list it stats dependency missing.

Not my fault, there is no release of 4.2...
but the latest beta "B: v4.2.370-Beta for 4.2 31 hours ago"

P.S.: I added a description to that link, thanks for the info!
Last edited by WoWLoreConfusedMe : 08-27-11 at 02:41 AM.
Report comment to moderator  
Reply With Quote
Unread 08-26-11, 11:59 PM  
twopro
A Defias Bandit

Forum posts: 3
File comments: 187
Uploads: 0
fail update

your update is retarded.

you stated you must have masque and you linked:

http://www.wowace.com/addons/masque/files/441-4-0-340/


which is masque but when you open the file its clearly called ButtonFacade-4.0.340.zip

so when you delete old/install new masque_cainyx on your addon list it stats dependency missing.
Report comment to moderator  
Reply With Quote
Unread 11-23-10, 02:18 PM  
WoWLoreConfusedMe
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 4
Uploads: 1
Originally posted by Sojik
Mind if I sil_ICON your texture?
Please, do what you can!!
Report comment to moderator  
Reply With Quote
Unread 11-21-10, 01:08 AM  
Sojik
A Wyrmkin Dreamwalker
 
Sojik's Avatar
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 166
Uploads: 10
Mind if I sil_ICON your texture?
Report comment to moderator  
Reply With Quote
Unread 11-07-10, 03:53 PM  
braininblack
A Murloc Raider
 
braininblack's Avatar
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 14
Uploads: 2
Screenshot

Screenshot would be nice
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: