Download
(2Kb)
Download
Updated: 05-20-11 11:26 PM
Pictures
File Info
Updated:05-20-11 11:26 PM
Created:05-01-11 11:18 AM
Downloads:6,904
Favorites:23
MD5:

FacePaint  Popular! (More than 5000 hits)

Version: 1.1.1
by: Aprikot [More]

`


FacePaint
An AddOn that colorizes WoW's default UI


  • New in version 1.1.1:

    • Action button border coloring has been removed from FacePaint, and added to a new AddOn called BetterBlizzardButtonBorder which has been designed with FacePaint support.

    • Added support for Reputation bar.

  • User config:

    Code:
    local class = true  	-- applies player class color scheme (ignores topcolor)
    local gradient = true	-- false applies one solid color (class color if class = true, topcolor if not)
    local topcolor = {  	-- top gradient color (rgb)
    	r = 0.9,
    	g = 0.9,
    	b = 0.9,
    }
    local bottomcolor = {	-- bottom gradient color (rgb)
    	r = 0.2,
    	g = 0.2,
    	b = 0.2,
    }
    local topalpha = 1.0	-- top gradient alpha (global if gradient = false)
    local bottomalpha = 1.0	-- bottom gradient alpha (not used if gradient = false))



Thanks to SDPhantom, Xrystal, Seerah, and others for all the help on the Lua/XML forum.

(Don't forget to have fun with the alpha settings):

1.1.1 | 05.20.11
  • Remove action button border coloring.
  • Add Rep bar support.

1.1 | 05.08.11
  • Add optional color scheme based on player class color.
  • Begin adding class bar support (rune & shard bars only so far).

1.0.2 | 05.03.11
  • Minimap zoom buttons: found additional border texture that only appears on max zoom (added to object list).

1.0.1 | 05.02.11
  • Add check for gradient before coloring the gryphons (so they color properly when gradient=false).

1.0 | 05.01.11
  • Hello Azeroth!
Post A Reply Comment Options
Unread 05-03-11, 12:29 AM  
Aprikot
A Frostmaul Preserver
 
Aprikot's Avatar
AddOn Author - Click to view AddOns

Forum posts: 284
File comments: 67
Uploads: 2
Originally posted by Wildbreath
never mind, i too recoloured default textures in my interface same as you, i wasn't seen this method in other addons before

and yes, that's why i should steal some code from you - nice addon
i apologize for my english - not my native language
Ah, cool. This AddOn started for me as an adventure into the Blizzard XML & Lua files. I haven't made anything near as fancy as SuperClassic, and I certainly don't claim credit for the recoloring idea. Thanks for the feedback!
Report comment to moderator  
Reply With Quote
Unread 05-03-11, 12:06 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally posted by Aprikot
Which part of my AddOn was your idea? Or are you claiming credit for the idea of recoloring something?
never mind, i too recoloured default textures in my interface same as you, i wasn't seen this method in other addons before

and yes, that's why i should steal some code from you - nice addon
i apologize for my english - not my native language
Last edited by Wildbreath : 05-03-11 at 12:08 AM.
Report comment to moderator  
Reply With Quote
Unread 05-02-11, 11:54 PM  
Aprikot
A Frostmaul Preserver
 
Aprikot's Avatar
AddOn Author - Click to view AddOns

Forum posts: 284
File comments: 67
Uploads: 2
Originally posted by Wildbreath
that's my first idea, check SuperClassic
Which part of my AddOn was your idea? Or are you claiming credit for the idea of recoloring something?
Report comment to moderator  
Reply With Quote
Unread 05-02-11, 11:30 PM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally posted by UnlitPhoenix
Very original idea. Great work
that's my first idea, check SuperClassic
Report comment to moderator  
Reply With Quote
Unread 05-02-11, 06:08 PM  
gossipgirlxo
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 108
Uploads: 1
Originally posted by UnlitPhoenix
Very original idea. Great work

I agree 100%
Report comment to moderator  
Reply With Quote
Unread 05-01-11, 11:48 PM  
Aprikot
A Frostmaul Preserver
 
Aprikot's Avatar
AddOn Author - Click to view AddOns

Forum posts: 284
File comments: 67
Uploads: 2
Thanks both, I appreciate the feedback.
Report comment to moderator  
Reply With Quote
Unread 05-01-11, 04:22 PM  
UnlitPhoenix
A Defias Bandit
 
UnlitPhoenix's Avatar

Forum posts: 2
File comments: 79
Uploads: 0
Very original idea. Great work
Report comment to moderator  
Reply With Quote
Unread 05-01-11, 02:41 PM  
Vlad
A Molten Giant
 
Vlad's Avatar
AddOn Author - Click to view AddOns

Forum posts: 793
File comments: 337
Uploads: 31
Very well structured for being your first addon.
Last edited by Vlad : 05-01-11 at 02:42 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: