5v5 Nameplate problem? TIDY PLATES!!!!
Took some editing of the .lua, but Tidy plates is AWESOME. My issue with nameplates is that they were wayyy to bulky for the benefit they provide. With pets+totems, trying to use the default frames boxing 5v5 is a death sentence for situational awareness.
I wanted something smaller, cleaner, and more stable. I edited tidy plates config file to shrink down the frame size about 30% more than the author, and also edited the text offsets a bit. I removed "target level" since I dont care and I only play to peeveepee my pants off so its always lvl 80s.
Here is a couple screenshots of the result, also if you want my settings, the Dalaran picture is the final result. I included the edited config file (config.lua), just swap the text with what I provided below. (directory: wow/interface/addons/tidyplates/skin/config.lua) :thumbup:
OLD NAMEPLATES:
http://img5.imageshack.us/img5/9751/...1709143310.jpg
NEW NAMEPLATES:
http://img5.imageshack.us/img5/259/w...1709143200.jpg
http://img29.imageshack.us/img29/943...1709141233.jpg
Cheers!!
Here is the text for my modified version of the config.lua (fyi: all credit goes to the addon auth, thank you!!), copy and paste the following:
-- All offsets are vertical, unless otherwise noted
-- Artwork and Type (Artwork must follow N^2 guidelines)
-- Initial Art Size: 128x64 -- Frame Box, in Artwork: 74x25
-------------
-- Artwork --
-------------
Nameplate_Artwork_Texture = "Interface\\Addons\\TidyPlates\\skin\\TidyPlate_Ar twork"
Nameplate_Glow_Texture = "Interface\\Addons\\TidyPlates\\skin\\TidyPlate_Gl ow"
Nameplate_Artwork_Elite_Texture = "Interface\\Addons\\TidyPlates\\skin\\TidyPlate_El ite"
Nameplate_Threat_Elite = "Interface\\Addons\\TidyPlates\\skin\\TidyPlate_Th reat_Elite"
Nameplate_Threat_NonElite = "Interface\\Addons\\TidyPlates\\skin\\TidyPlate_Th reat_Regular"
Nameplate_Statusbar_Texture = "Interface\\Addons\\TidyPlates\\skin\\TidyPlate_Ba rTex"
Nameplate_Empty_Texture = "Interface\\Addons\\TidyPlates\\skin\\Empty"
Nameplate_Artwork_Width = 100
Nameplate_Artwork_Height = 50
----------
-- Text --
----------
Nameplate_Typeface = "Interface\\Addons\\TidyPlates\\skin\\Calibri. ttf"
Nameplate_Typeface_Size = 10
Nameplate_Typeface_Offset = 3
Nameplate_Typeface_Nametext_Padding = 4
Nameplate_Typeface_Leveltext_Padding = 2
Show_Level_Text_On_Nameplate = false
Show_Name_Text_On_Nameplate = true
-----------------
-- Status Bars --
-----------------
Nameplate_Health_Bar_Height = 8
Nameplate_Health_Bar_Offset = -2
Nameplate_Cast_Bar_Height = 8
Nameplate_Cast_Bar_Offset = 0
Nameplate_Cast_Icon_Offset_X = 0
Nameplate_Cast_Icon_Offset_Y = 0
Nameplate_Frame_Width = 55
Nameplate_Frame_Height = 14
Nameplate_Frame_Offset_X = 0
Nameplate_Frame_Offset_Y = 0
Nameplate_Scale_Factor = 1.2