Download
(218Kb)
Download
Updated: 08-04-09 05:31 PM
Patch for:
Tidy Plates.
Pictures
File Info
Updated:08-04-09 05:31 PM
Created:07-06-09 10:06 AM
Downloads:10,851
Favorites:54
MD5:

Tidy Plates: Simple Theme  Popular! (More than 5000 hits)

Version: 5.0.1
by: danltiger [More]

Here's another theme for Tidy Plates.

Note: Make sure you've got just ONE Tidy Plates theme enabled in your addons menu, and, that you've got the newest version of Tidy Plates; I'm always breaking/fixing something.

Post A Reply Comment Options
Unread 05-06-10, 01:00 AM  
Cldmani
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
First of all, Thank you for making this. I'm really loving this simple, yet elegant skin for tidy plates.

I just got a simple question. Would it possible for you to make an update so it shows the HP % of the target on the right side of the health bar?

Would greatly appreciate it =)
Report comment to moderator  
Reply With Quote
Unread 04-22-10, 08:33 AM  
chillipepper
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Great!

Excellent, thank you thank you!
Report comment to moderator  
Reply With Quote
Unread 04-21-10, 10:58 PM  
danltiger
A Murloc Raider
 
danltiger's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 1522
Uploads: 13
Re: changing plate colors

Hi there Chilli,

There's a template/demo theme available, which has some documentation about themes: http://www.wowinterface.com/download...Designers.html

What you'll need to do is create a function in the theme's LUA file, which will look something like this:

Code:
local function HealthBarColor(unit)
	if (unit.reaction == "FRIENDLY") then return .7, 1, .7 
	elseif (unit.reaction == "NEUTRAL") then return 1, 1, 0
	else return 1, 0, 0 end
end
(The three numbers after each 'return' represent the RGB color channels.)

Add some code to link that function in the theme:

Code:
TidyPlatesThemeList["Simple"].SetHealthbarColor = HealthBarColor
That should do it! PM me if you have issues, or a lengthier explanation.

Originally posted by chillipepper
I'm sorry if this already exists somewhere, I just started trying out this mod and this theme today - and I love it btw, thanks.

Does anyone know if it is it possible to change the default color scheme in combat? I would like to change friendlies to light green and not have enemies color coded by class (have them always red). I'd also like to change neutrals from green to yellow.

I looked through all the lua files, even in the core, but I couldn't find it anywhere. Thanks in advance.
__________________
Author Portal
Tidy Plates, Tidy Threat, and Tidy Bar
Report comment to moderator  
Reply With Quote
Unread 04-21-10, 03:15 PM  
chillipepper
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
changing plate colors

I'm sorry if this already exists somewhere, I just started trying out this mod and this theme today - and I love it btw, thanks.

Does anyone know if it is it possible to change the default color scheme in combat? I would like to change friendlies to light green and not have enemies color coded by class (have them always red). I'd also like to change neutrals from green to yellow.

I looked through all the lua files, even in the core, but I couldn't find it anywhere. Thanks in advance.
Report comment to moderator  
Reply With Quote
Unread 02-19-10, 06:15 AM  
danltiger
A Murloc Raider
 
danltiger's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 1522
Uploads: 13
Try Skinner; It has nameplate abilities, and may be closer to what you're looking for.

Certain features will always come with a 'performance tax'. Both Tidy Plates and Aloft are packed with features that chomp the CPU. There are possibly other nameplate addons with different feature sets that require less CPU overhead, but you'll have to search for 'em.

Originally posted by cerbul
So far this is the closest theme to what I need, and The Gimp program is nice but will take me years to draw the elite graphics to match the positioning

Anyway, as additional information, about those plates, when I have alot of mobs with anmeplates my fps drop really hard, so what would be best way to "replace" only the blizz standard grpahics and maybe positionings, so that I don't have to hit the performance by installing nameplates addons?
Does tidy plates automatically hits the performance, or there is no nameplates addon that doesn't hit performance? Or do those sample themes do not hit performance at all?

The example you gave me about hiding original text and displaying other one will most likely hit the performance, but if text color wouldn't be hard coded, would be nice.
__________________
Author Portal
Tidy Plates, Tidy Threat, and Tidy Bar
Report comment to moderator  
Reply With Quote
Unread 02-19-10, 01:46 AM  
cerbul
A Kobold Labourer

Forum posts: 0
File comments: 52
Uploads: 0
So far this is the closest theme to what I need, and The Gimp program is nice but will take me years to draw the elite graphics to match the positioning

Anyway, as additional information, about those plates, when I have alot of mobs with anmeplates my fps drop really hard, so what would be best way to "replace" only the blizz standard grpahics and maybe positionings, so that I don't have to hit the performance by installing nameplates addons?
Does tidy plates automatically hits the performance, or there is no nameplates addon that doesn't hit performance? Or do those sample themes do not hit performance at all?

The example you gave me about hiding original text and displaying other one will most likely hit the performance, but if text color wouldn't be hard coded, would be nice.
Report comment to moderator  
Reply With Quote
Unread 02-18-10, 07:53 AM  
danltiger
A Murloc Raider
 
danltiger's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 1522
Uploads: 13
Adding the skull graphics is pretty easy, since the icon is already there, but hidden by default (since I don't like it). You can modify any theme to show it, and I can give you a hand with it, if desired.

Changing the graphics is a bit more complicated and time-consuming. I can also help you do that, too. I do most of my graphical design in Photoshop, but you could get some free software that would do the job. I have sample Photoshop and The Gimp files in the developer's sample.

Cheers!

Originally posted by cerbul
To be honest, I don't care if the color changes or not, but it shold be clearly visible in any case, cause someone who wants to target a particular mob should have an easy job trying that.
The theme that is in the picture when hovering my mouse over the "Tidy Plates (3.3)" addon, do have the visual/color configuration that I like but I would really want the skull/elite graphics included, and the name of the mob to be inside the health bar, so that you can see better the plates in big aoe pulls. The lower the height of the plates, the better for targetting in aoe situations.

As for Aloft, after using it a few times the memory usage raises to 10 mb, and the moment I try to modify anything in the way the surrounding border looks like, it can crash the game. So I think it has something to do with modifying border, and with the selecting if you want that border applyed to target only or not.

Oh, and the ThreatPlates graphics are so bad, that I rather use the default blizzard theme.
__________________
Author Portal
Tidy Plates, Tidy Threat, and Tidy Bar
Report comment to moderator  
Reply With Quote
Unread 02-18-10, 01:10 AM  
cerbul
A Kobold Labourer

Forum posts: 0
File comments: 52
Uploads: 0
To be honest, I don't care if the color changes or not, but it shold be clearly visible in any case, cause someone who wants to target a particular mob should have an easy job trying that.
The theme that is in the picture when hovering my mouse over the "Tidy Plates (3.3)" addon, do have the visual/color configuration that I like but I would really want the skull/elite graphics included, and the name of the mob to be inside the health bar, so that you can see better the plates in big aoe pulls. The lower the height of the plates, the better for targetting in aoe situations.

As for Aloft, after using it a few times the memory usage raises to 10 mb, and the moment I try to modify anything in the way the surrounding border looks like, it can crash the game. So I think it has something to do with modifying border, and with the selecting if you want that border applyed to target only or not.

Oh, and the ThreatPlates graphics are so bad, that I rather use the default blizzard theme.
Last edited by cerbul : 02-18-10 at 01:15 AM.
Report comment to moderator  
Reply With Quote
Unread 02-17-10, 04:28 PM  
galvin
A Frostmaul Preserver
AddOn Author - Click to view AddOns

Forum posts: 265
File comments: 166
Uploads: 1
Threatplates may be what some of you are looking for. It goes way beyond just being plates for threat. Has a lot of options that aloft has. And the author plans to make name text a color that doesn't change when you're in combat.

Tried aloft but it was crashing my game.
Last edited by galvin : 02-17-10 at 04:28 PM.
Report comment to moderator  
Reply With Quote
Unread 02-17-10, 08:02 AM  
cerbul
A Kobold Labourer

Forum posts: 0
File comments: 52
Uploads: 0
Well I like alot what can be done with Aloft from the design point of view, but is not working properly, so wondered if anyone wants/can do anything like that.
Report comment to moderator  
Reply With Quote
Unread 02-17-10, 07:09 AM  
danltiger
A Murloc Raider
 
danltiger's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 1522
Uploads: 13
1. I need the Blizz standard Skull picture included, and positioned in the place where mob level is at the moment.
The two comments before yours are about adding the skull to your copy of the theme.

2. I need the Blizz standard Elite skin included and positioned on it's own default place.
This theme uses a star icon rather than the dragon to indicate 'elite' status. It's part of the theme's cartoony character. You could edit the artwork to add the dragon, but I personally didn't want the dragon, hence the star.

3. I need the name of the mobs in white, so that I can clearly see them.
You could do that with a little coding, by investigating some of the other themes. (Neon does this by hiding the original name text, and using the specialText field for the name;The Blizz UI changes the name text to red when a mob is in combat. )

5. I want the health bars to be as low height as possible and the name text as big as possible, but with balanced dimensions so that the name allows me to see the health that they have.
You'd have to do some graphics editing. Yes, I read that you said that you don't draw, but doing a little copy/paste/stretch might not be so bad for ya. The Gimp is a pretty good option.
__________________
Author Portal
Tidy Plates, Tidy Threat, and Tidy Bar
Last edited by danltiger : 02-17-10 at 07:18 AM.
Report comment to moderator  
Reply With Quote
Unread 02-17-10, 02:54 AM  
cerbul
A Kobold Labourer

Forum posts: 0
File comments: 52
Uploads: 0
This is the theme that is closest to my desires. Here is a lsit of what I need from a tidy plates theme.

1. I need the Blizz standard Skull picture included, and positioned in the place where mob level is at the moment.
2. I need the Blizz standard Elite skin included and positioned on it's own default place.
3. I need the name of the mobs in white, so that I can clearly see them.
4. I need also the theat glowing effect/castbar that this addon already has.
5. I want the health bars to be as low height as possible and the name text as big as possible, but with balanced dimensions so that the name allows me to see the health that they have.

Anny plans to include those features? (is just too hard for me to draw anything to make my own theme :| )
Report comment to moderator  
Reply With Quote
Unread 02-09-10, 04:55 PM  
lordkarthas
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 35
File comments: 44
Uploads: 4
Originally posted by danltiger
I'm not sure if the skull will be in exactly the right place, so you may have to tweak the x/y/width/height values to your liking.
If anyone else wants to do this, I find the following values work better:
Code:
config.dangerskull = {
	width = 14,
	height = 14,
	x = -6,
	y = 0,
	anchor = "RIGHT",
}
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 05:48 AM  
danltiger
A Murloc Raider
 
danltiger's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 1522
Uploads: 13
Open up the theme.lua file, and scroll down to the bottom..

Add the green text...
Code:
config.frame = {
	width = 168,
	height = 24,
	x = 0,
	y = 0,
}

config.dangerskull = {
	width = 16,
	height = 16,
	x = 2,
	y = 2,
	anchor = "RIGHT",
}

config.options = {
	showEliteColor = false,
	showLevel = true,
	showName = true,
	showSpecialText = false,
	showDangerSkull = true,
}

if not TidyPlatesThemeList then TidyPlatesThemeList = {} end
TidyPlatesThemeList["Simple"] = config
I'm not sure if the skull will be in exactly the right place, so you may have to tweak the x/y/width/height values to your liking.


Originally posted by lordkarthas
For boss mobs, or hostile mobs more than 10 levels above you, this theme shows an empty level area instead of "??" or a skull icon. How could I get it to show "??"?
__________________
Author Portal
Tidy Plates, Tidy Threat, and Tidy Bar
Report comment to moderator  
Reply With Quote
Unread 02-08-10, 12:07 AM  
lordkarthas
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 35
File comments: 44
Uploads: 4
For boss mobs, or hostile mobs more than 10 levels above you, this theme shows an empty level area instead of "??" or a skull icon. How could I get it to show "??"?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: