Jump to content
Sign in to follow this  
Morriv

Tooltip Art

Recommended Posts

Are there any addons (1.12), that are focused on tooltip frame appearance? Maybe something aesthetically pleasing, fancy?

Share this post


Link to post
Share on other sites
/script GameTooltip:SetBackdrop({tile = true, tileSize = 16, edgeSize = 16, insets = { left = 3, right = 3, top = 3, bottom = 3 }, bgFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Background", edgeFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Border"})

small Backdrop: tileSize = 16, edgeSize = 16, insets = { left = 3, right = 3, top = 3, bottom = 3 }

normal Backdrop: tileSize = 32, edgeSize = 32, insets = { left = 8, right = 8, top = 8, bottom = 8 }

GoldBackdrop:                 bgFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Background", edgeFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Border"

TooltipBackdrop:              bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border"

Share this post


Link to post
Share on other sites

Thanks, guys.

11 hours ago, shuraken007 said:

/script GameTooltip:SetBackdrop({tile = true, tileSize = 16, edgeSize = 16, insets = { left = 3, right = 3, top = 3, bottom = 3 }, bgFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Background", edgeFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Border"})

small Backdrop: tileSize = 16, edgeSize = 16, insets = { left = 3, right = 3, top = 3, bottom = 3 }

normal Backdrop: tileSize = 32, edgeSize = 32, insets = { left = 8, right = 8, top = 8, bottom = 8 }

GoldBackdrop:                 bgFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Background", edgeFile = "Interface\\DialogFrame\\UI-DialogBox-Gold-Border"

TooltipBackdrop:              bgFile = "Interface\\Tooltips\\UI-Tooltip-Background", edgeFile = "Interface\\Tooltips\\UI-Tooltip-Border"

That's neat; dropped the "gold" in the name and it worked and it got prettier. Is there anything more to that? Can I set up a custom border/bg color, custom sprite image?

Share this post


Link to post
Share on other sites

TOOLTIP_DEFAULT_COLOR = { r = 1, g = 1, b = 1 };
TOOLTIP_DEFAULT_BACKGROUND_COLOR = { r = 0.09, g = 0.09, b = 0.19 };

this is default values, as example you may make red border

TOOLTIP_DEFAULT_COLOR = { r = 1, g = 0, b = 0 };

Share this post


Link to post
Share on other sites

Thx, the scripts worked. Except the background one, it stays the default black-ish-alpha.

The addon didn't, tho. Couldn't figure out why. Installed Ace, didn't help.

t4I2Fjk.jpg

Edit: Ok, I just removed the enUS code and it worked. Thanks again, Shuraken, good work on the addon!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×