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:97,933
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 04-14-13, 10:34 AM  
Ither
A Firelord
 
Ither's Avatar
AddOn Author - Click to view AddOns

Forum posts: 497
File comments: 201
Uploads: 3
Latest update is broke; you cant turn off cast bars no matter how many times you select it.
__________________
Report comment to moderator  
Reply With Quote
Unread 04-14-13, 02:00 AM  
Piefayth
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 1
How can I move the y coordinate of the name text up or down slightly? It seems like I can change it for the trivial nameplates easily, but no matter what I do I can't modify the regular ones.
Report comment to moderator  
Reply With Quote
Unread 04-13-13, 09:34 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Me again Just wondering about something. What's the philosophy behind the Font Scaling your using?

I'm currently using Pixel Fonts in my UI, and to keep the fonts on the Nameplates the correct size across all resolutions I set the Font Scale = (768 * Font Size Difference) / Screen Height. Like so:

Lua Code:
  1. local kn = LibStub('AceAddon-3.0'):GetAddon('KuiNameplates')
  2. local screenHeight = string.match(({GetScreenResolutions()})[GetCurrentResolution()], "%d+x(%d+)")
  3. kn.db.profile.fonts.options.fontscale = ceil(((768 * (8 / kn.defaultSizes.font.name)) / screenHeight) * 100) / 100
  4. for key, _ in pairs(kn.defaultSizes.font) do
  5.     ScaleFontSize(key)
  6. end
  7. for _, frame in pairs(kn.frameList) do
  8.     kn.configChangedFuncs.fontscale(frame.kui, kn.db.profile.fonts.options.fontscale)
  9. end

Perhaps an auto-scaling and default font size option in the future?
Just a suggestion
Last edited by Nibelheim : 04-13-13 at 10:55 PM.
Report comment to moderator  
Reply With Quote
Unread 04-13-13, 02:52 PM  
akgis
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 29
File comments: 80
Uploads: 4
How do I move the Name text a few pixels up

And remove the alpha from the HP text.

I knew how to do it on old versions cant find how in the new version
__________________
Report comment to moderator  
Reply With Quote
Unread 04-12-13, 09:21 PM  
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1600
File comments: 2305
Uploads: 21
Would it be possible to offset the FontStrings by x 0.5 and y 0.5 in future updates? This stops the text from bouncing around

Ohh, or better yet, custom Text Offset settings

Thanks! Love the AddOn
Last edited by Nibelheim : 04-12-13 at 09:34 PM.
Report comment to moderator  
Reply With Quote
Unread 04-11-13, 04:52 PM  
luigee91
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 51
Uploads: 3
Best nameplate addon ever.
Report comment to moderator  
Reply With Quote
Unread 04-11-13, 03:03 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 Massiveunit
...
Thank you!

Originally Posted by Tonyleila
1...
I'll have config for size/position soonish. Forcing myself to do a rewrite of the main layout code first, though.

Originally Posted by Tonyleila
2...
I'll look for a solution, yes.

Originally Posted by Tonyleila
3...
That'll probably be an option, since it's simple to add.
Last edited by Kesava : 04-11-13 at 03:03 PM.
Report comment to moderator  
Reply With Quote
Unread 04-10-13, 08:32 PM  
Massiveunit
A Black Drake
 
Massiveunit's Avatar

Forum posts: 81
File comments: 27
Uploads: 0
Hey,
Wanted to give u a shout out. Great addon, use it with real UI. Looks great and works well with it!
Thxs,
Massive
Report comment to moderator  
Reply With Quote
Unread 04-10-13, 03:57 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
It doesn't have any pixel fonts by default. It's just aligned so that the individual elements of frames aren't blurred - something that's tricky to do with the default UI's nameplates without just disabling AA.
Report comment to moderator  
Reply With Quote
Unread 04-10-13, 01:07 PM  
duhwhat
A Wyrmkin Dreamwalker

Forum posts: 51
File comments: 236
Uploads: 0
any chance of a version without pixel fonts? i find them very unreadable.
Report comment to moderator  
Reply With Quote
Unread 04-10-13, 02:39 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
1.Have not testet latest version but looks like you move the debuffs/stacks on the screen.
I always use stack nameplates it works fine if you make the debuffs a bit smaller and put it more close to the nameplates Only the casting text is in the way but thats OK.

2. Can you please add an option to change the seturation or color of the nameplates you are not targeting/not targeting? Or maybe you have a better solution for this problem: If the fade option is enabled its hard to find a fade alpha where you can still read the "nameplates you don't target" but can still differ them from the one you target. Tidyplates solves this problem by a targeting frame texture but I can't think of a good way to add one here.

3. I had problems with the yellow/red cooldown text on the icons because shadow icons are yellow and its unreadable. But switched to cyan and white as only colors and I haven't had any problems with any class. DK blue buffs are not cyan and mage has no cyan dots so I think thats the best cooldown color since most dots seam to have red or yellow icons.
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 04-10-13 at 04:41 AM.
Report comment to moderator  
Reply With Quote
Unread 04-09-13, 05:25 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Having my own aura module gives me the opportunity to try to make it look decent, you see. I'll definitely look at making it and of course it'll be easy to disable.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 04-09-13, 06:01 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Originally Posted by devilArt
one more thing, about CC spell, is that possible make their icon bigger like platebuffs, it's important in arena
Bah I hate that option of plate buffes I play arena too but i think it looks awfull. Use Gladius. Only good looking way woud be to just show the ccs in front of the other icons. Had to remove every cc spell manually sin platebuffs since the not show option won't work. If you realy implement this than please add an option to disable it compleatly
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 04-09-13, 02:41 AM  
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 51
File comments: 203
Uploads: 2
aura system is awesome, finally i can get rid of platebuffs, thanks man

by the way, maybe aura time and count need a separate option to select font, i must edit lua file to done this


one more thing, about CC spell, is that possible make their icon bigger like platebuffs, it's important in arena
Last edited by devilArt : 04-09-13 at 04:54 AM.
Report comment to moderator  
Reply With Quote
Unread 04-06-13, 08:29 PM  
Kesava
A Murloc Raider
 
Kesava's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 141
Uploads: 1
Hm. Fair enough. I haven't tanked for a while (and never as a paladin) so I didn't think about that. Both good points. I'll have another look once I've solved addon incompatibilities.
Last edited by Kesava : 04-06-13 at 08:37 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: