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,854
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 01-10-10, 08:25 AM  
Daemir
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally posted by danltiger
Pop open the lua file for Simple (it's theme.lua)..

And paste this code just under the 5th line...

Code:
local function ScaleDelegate(unit)
	-- Change the 1 to whatever you'd like..
	return 1
end

config.SetScale = ScaleDelegate
Thanks a lot!
Report comment to moderator  
Reply With Quote
Unread 01-10-10, 07:07 AM  
danltiger
A Murloc Raider
 
danltiger's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 1522
Uploads: 13
Pop open the lua file for Simple (it's theme.lua)..

And paste this code just under the 5th line...

Code:
local function ScaleDelegate(unit)
	-- Change the 1 to whatever you'd like..
	return 1
end

config.SetScale = ScaleDelegate


Originally posted by Daemir
How can I change the size of nameplates? They are too big for me, I need smaller, but I can't find a parameter I need.
Last edited by danltiger : 01-10-10 at 07:08 AM.
Report comment to moderator  
Reply With Quote
Unread 01-10-10, 06:25 AM  
Daemir
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
How can I change the size of nameplates? They are too big for me, I need smaller, but I can't find a parameter I need.
Report comment to moderator  
Reply With Quote
Unread 12-25-09, 07:14 AM  
danltiger
A Murloc Raider
 
danltiger's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 1522
Uploads: 13
Does it consistently crash your client? What other addons are running? Skinner? Other nameplate addons?

Originally posted by Industrial
This addon actually crashes my wow :P

This application has encountered a critical error:

Not enough storage is available to process this command.

Program: D:\Games\World of Warcraft\Wow.exe
File: .\src\lmemPool.cpp
Line: 311

Requested 6624 bytes of memory

awzum.
Report comment to moderator  
Reply With Quote
Unread 12-25-09, 07:11 AM  
Industrial
A Fallenroot Satyr
 
Industrial's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 88
Uploads: 13
This addon actually crashes my wow :P

This application has encountered a critical error:

Not enough storage is available to process this command.

Program: D:\Games\World of Warcraft\Wow.exe
File: .\src\lmemPool.cpp
Line: 311

Requested 6624 bytes of memory

awzum.
Report comment to moderator  
Reply With Quote
Unread 12-15-09, 05:40 PM  
Disco Stan
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Originally posted by danltiger
The scaling is a function of the theme file. Theme writers have the freedom to implement each of the functions differently. The default theme that comes with Tidy Plates has some nice features. "Simple" is one of the earliest themes for Tidy Plates, made as an example, but you could easily copy and paste some of the code between the two. I will attempt to update the Simple theme with the default coding, but it might take some time since I'll have to fit it around my holiday shopping.. lol
Ah. Well I'll certainly give it a shot, but whenever you have a chance. =) Thanks
Report comment to moderator  
Reply With Quote
Unread 12-15-09, 01:16 AM  
danltiger
A Murloc Raider
 
danltiger's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 1522
Uploads: 13
The scaling is a function of the theme file. Theme writers have the freedom to implement each of the functions differently. The default theme that comes with Tidy Plates has some nice features. "Simple" is one of the earliest themes for Tidy Plates, made as an example, but you could easily copy and paste some of the code between the two. I will attempt to update the Simple theme with the default coding, but it might take some time since I'll have to fit it around my holiday shopping.. lol

Originally posted by Disco Stan
Hey, as a tank I really like this theme, but the thing I find most useful with Tidyplates is the whole scaled up if not aggroed to you part. is there a way to incorporate it into this plugin?
Report comment to moderator  
Reply With Quote
Unread 12-14-09, 11:33 PM  
Disco Stan
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Hey, as a tank I really like this theme, but the thing I find most useful with Tidyplates is the whole scaled up if not aggroed to you part. is there a way to incorporate it into this plugin?
Report comment to moderator  
Reply With Quote
Unread 08-05-09, 04:47 AM  
danltiger
A Murloc Raider
 
danltiger's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 1522
Uploads: 13
Initially, my thought was; No, because it would require scaling the overlay image, which would squish and distort it. Tidy Plates just swaps out images, and adjusts the sizes of those images.

BUT, It's possible to fake this effect by creating a multi-plate theme, with a couple standard lengths, and have the GetStyle() function swap to the appropriate size, depending on the length of the Name string. Even then, there might be some issues scaling underlying unit frame during combat. It's worth a shot, if someone wants to try it out.

Originally posted by borgi
I really like this skin because of the slimness. As a tank you often have 5+ mobs around you and it is imperative to have the overview. This skin is best for this purpose. Most other skins are either to big or provide not enough information (because I need the names of mobs to find the right one in a group).

This skin has a compact height but it could be even more compact without the wasted pixels in the width (the space without any information between name and the level box).

Any chance you can change that?
Last edited by danltiger : 08-05-09 at 04:50 AM.
Report comment to moderator  
Reply With Quote
Unread 08-05-09, 03:42 AM  
borgi
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
I really like this skin because of the slimness. As a tank you often have 5+ mobs around you and it is imperative to have the overview. This skin is best for this purpose. Most other skins are either to big or provide not enough information (because I need the names of mobs to find the right one in a group).

This skin has a compact height but it could be even more compact without the wasted pixels in the width (the space without any information between name and the level box).

Any chance you can change that?
Last edited by borgi : 08-05-09 at 04:20 AM.
Report comment to moderator  
Reply With Quote
Unread 07-06-09, 11:26 AM  
Purity
A Deviate Faerie Dragon

Forum posts: 16
File comments: 170
Uploads: 0
Now these are nice! I will give these a try.
__________________
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: