Download
(505Kb)
Download
Updated: 10-21-20 07:11 AM
Pictures
File Info
Updated:10-21-20 07:11 AM
Created:02-03-11 11:34 AM
Downloads:98,009
Favorites:279
MD5:
Categories:Unit Mods, Combat Mods

KuiNameplates  Popular! (More than 5000 hits)

Version: 2.26.3e
by: Kesava [More]

Prettier nameplates.
Configurable through interface options (/knp or /kuinameplates).
I have a problem/question!
The classic release, previous versions and change logs can be found on Curse: https://www.curseforge.com/wow/addons/kuinameplates/files

Also see the FAQ in the Curse description: https://www.curseforge.com/wow/addons/kuinameplates

Thanks!

** See releases on GitHub or Curse for detailed change notes. Thanks! **
Post A Reply Comment Options
Unread 12-14-12, 07:15 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
It should be possible for you to get the font to look right on trivial frames. If you rename the custom-rename-me.lua to (predictably) custom.lua, look for this line:
Code:
-- Place code to be performed after a frame is shown here.

And put this code after it:
Code:
    if frame.trivial then
        local name,_,style = frame.name:GetFont()
        frame.name:SetFont(name, KuiNameplates.fontSizes.name, style)
    end
Then completely restart wow (if you had it open), the names on both types of frames -should- be the same size. As per keeping everything pixel-perfect those frames aren't scaled in any way - it's just because the names on trivial frames use a 1 point smaller font size.

But concerning -frame- sizes, as you read in the other reply I can only make them look the same. The click boxes would still be the smaller size because Blizzard doesn't let us control that without it sometimes breaking, so it'd result in really bad UI feedback.


Thanks!
Last edited by Kesava : 12-14-12 at 07:18 PM.
Report comment to moderator  
Reply With Quote
Unread 12-14-12, 09:33 AM  
Velarayne
An Aku'mai Servant
 
Velarayne's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 35
File comments: 57
Uploads: 1
Hiya, I have a quick question if you don't mind. :>

I noticed in 5.1, Blizzard redesigned the nameplates so that low health-type mobs (like little mobs that have way less health than normal mobs of the same level) have really small nameplates compared to everything else. As you can see in my screenshot, I'm using a pixel font on my nameplates, so this new feature distorts the font size and it doesn't look very good.



So I was wondering, is there anything I may have missed in the options (or even the LUA) that would allow me to disable this and have all my nameplates be the same size? If there isn't currently an option, is it something that would be easy to fix?

Also, thanks for making an awesome addon. I was using dNameplates prior to 5.1, but 5.1 broke them and the author wasn't updating. Eventually stumbled across KuiNameplates and now I have no intention of switching to anything else. :>

Edit: Gah sorry, I totally didn't realize someone asked the exact same thing already. ;_;
Last edited by Velarayne : 12-14-12 at 09:35 AM.
Report comment to moderator  
Reply With Quote
Unread 12-05-12, 12:06 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
There's an option for that in the update I just uploaded (3.5.2). Should be up an hour or so from this posting.

Thanks!
Last edited by Kesava : 12-05-12 at 12:07 PM.
Report comment to moderator  
Reply With Quote
Unread 12-03-12, 11:16 PM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
hi kesava
is there a easy way to remove level and health, i try use hide() to "frame.level" and "frame.health.p", but level still display
maybe add a option to hide them would be a nice choice

anyway, thanks for this awesome addon
Report comment to moderator  
Reply With Quote
Unread 12-01-12, 05:05 AM  
redworm
A Defias Bandit

Forum posts: 2
File comments: 68
Uploads: 0
missing the option to remove levels...
Report comment to moderator  
Reply With Quote
Unread 11-30-12, 12:49 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Originally Posted by Anja
i can only "change" variables and code - not code my own addons - i dont know how i can make an addon like kui_theme that change all the variables in your addon O_o
You only need to make a folder, a .toc and a .lua file to "make" an addon. Either way I can describe how it works to you in a PM when that update actually comes out.

Originally Posted by Anja
the healthbar starts at 0% and goes fast to 100%
I'll look into improving that.
Last edited by Kesava : 11-30-12 at 03:36 PM.
Report comment to moderator  
Reply With Quote
Unread 11-29-12, 12:42 PM  
Anja
A Fallenroot Satyr
 
Anja's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 37
Uploads: 3
i can only "change" variables and code - not code my own addons - i dont know how i can make an addon like kui_theme that change all the variables in your addon O_o

Originally Posted by Kesava
Not unless Blizzard implement that in the default options. I could make it -look- the same, but they'd stack over each other, and the click-box would still be smaller, which is the problem you're having.
yes, sad... okay - i must look what i can do, this "minions thing" is dumb shitty xD


other things i found out, when a plate is releasing, the healthbar starts at 0% and goes fast to 100%, that looks not good, can you change that? to always 100% first?
Last edited by Anja : 11-29-12 at 02:25 PM.
Report comment to moderator  
Reply With Quote
Unread 11-29-12, 12:08 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Originally Posted by Anja
wow / interface / addons / kui_nameplates / files
wow / interface / addons / kui_themes / theme_x / files
I won't enforce that, you could put the code wherever you like (as long as it's included by an addon). You could make an addon called Kui_Themes and put it there if you like.


Originally Posted by Anja
Kesava, can i give minions the same plate as the normal targets
Not unless Blizzard implement that in the default options. I could make it -look- the same, but they'd stack over each other, and the click-box would still be smaller, which is the problem you're having. Addons can't change the size of interactive things in combat, so it would sometimes work, and sometimes not, which isn't great.
Report comment to moderator  
Reply With Quote
Unread 11-29-12, 12:02 PM  
Anja
A Fallenroot Satyr
 
Anja's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 37
Uploads: 3
Kesava, can i give minions the same plate as the normal targets? because of this stacking problem, the "carrier" frame is alot smaller and i think, this is the main problem of this...

to outsource the theme data in another file is a dream for me, than i can update your nice addon without lose my theme... but please make it like this structure:

wow / interface / addons / kui_nameplates / files
wow / interface / addons / kui_themes / theme_x / files
Report comment to moderator  
Reply With Quote
Unread 11-29-12, 10:39 AM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Originally Posted by akgis
Just a sugestion: Wouldnt be better to have the layout config in a simple separate file that could be kept unchanged during diferent versions unless something major changed
I'm not going to full on support skinning because, as Anja says, this addon is pretty much already a theme itself - my theme - and there are other nameplate addons created purely with the goal of being themeable, like TidyPlates. It's a lot of work for me to implement something which other addons already provide.

However, I'll need to do this anyway, so I'm going to be adding a Post-function handler. More on that when it comes out. Really it's just to let me clean up the code a bit, make it somewhat modular so all the code isn't in 1 file as it is now, but it should also be possible for people like yourself to hook into it and modify things in the nameplates after critical events (creation, OnShow, etc).
Report comment to moderator  
Reply With Quote
Unread 11-29-12, 09:00 AM  
Anja
A Fallenroot Satyr
 
Anja's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 37
Uploads: 3
yes but kui nameplates theme is from the kui layout so why he need to implement theme support? he doesnt need... sadly

my nameplates looks very diffrent, but i love my own style



but my problem now, the small minion plates are have a smaller carrier frame, so they stacked all too much inside, more and more problems coming to this blizz update, i hate those updates want the minions plate the same look like the normal plates

here the minions stacking problem:


another "problem" is the chatbubble of prat

the positioning with kui nameplate (hope the problem is in the original file also) is not good
Last edited by Anja : 11-29-12 at 09:42 AM.
Report comment to moderator  
Reply With Quote
Unread 11-29-12, 08:23 AM  
akgis
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 80
Uploads: 4
Just a sugestion: Wouldnt be better to have the layout config in a simple separate file that could be kept unchanged during diferent versions unless something major changed, because bverytime there is a new version its alot of work

Iam glad for the addon but would be better for those of us that change the layout alot.
__________________
Report comment to moderator  
Reply With Quote
Unread 11-29-12, 07:27 AM  
akgis
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 80
Uploads: 4
Originally Posted by Kesava
Originally Posted by akgis
Tweaked your layout abit to my tasting changed in red this on line 972.
Since this update was a bit rushed that line's repeated around line 412. You'll have to change it there as well. As you noticed, it's because the positions have to be changed around in order to display for trivial mobs properly.


Thanks!
ok thanks alot
__________________
Report comment to moderator  
Reply With Quote
Unread 11-29-12, 05:08 AM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Originally Posted by akgis
Tweaked your layout abit to my tasting changed in red this on line 972.
Since this update was a bit rushed that line's repeated around line 412. You'll have to change it there as well. As you noticed, it's because the positions have to be changed around in order to display for trivial mobs properly.


Thanks!
Report comment to moderator  
Reply With Quote
Unread 11-29-12, 03:09 AM  
glonglon
A Kobold Labourer

Forum posts: 0
File comments: 42
Uploads: 0
Originally Posted by Pekti
It's funny how you don't realize how much you love an addon until you have to go without it, even for only a few hours. I actually logged off last night and opted to watch TV instead of play online because I'm -that- *eyeroll* when it comes to the default Blizzard nameplates :P

Thank you for all of your hard work, Kesava
So true^^
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: