Thread Tools Display Modes
07-01-10, 08:17 AM   #1
Tsurugi
A Deviate Faerie Dragon
Join Date: Jul 2010
Posts: 15
Red face Removing/Hiding Top Bar & GCD Bar in Hud

Ok I've recently installed this addon, with several changes too make it more my style, changed the fonts in LUA np.

But how do I remove to Top Bar,
( Panel where you can change huds, and latency / fps is seen )
or Hide it and show it with Mouseover function only ?

Kinda blocking my view

And one more tiny thing, the red ball on a stick > global cooldown meter in the hud, how do I remove it ? I really dont like it, or need it, and its going through my runes display


Screenie added Below 1440x900



But overall nice addon

*Edited for better / informative screenshot*

Last edited by Tsurugi : 07-01-10 at 08:32 AM. Reason: Screenshot update
 
07-01-10, 09:12 AM   #2
Chmee
A Molten Giant
Join Date: Dec 2006
Posts: 960
Type /nui and look through the options you get. I think it's /nui console.

Getting rid of the GCD bar would require editing one of the lua files. I'll leave the details to someone else.
 
07-01-10, 09:22 AM   #3
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
I think the red dot on white line is the latency bar but could be like you say the GCD bar.

To disable that you want to do the following :

Go to folder :
Interface\AddOns\nUI\Layouts\Default\HUDLayouts\PlayerTarget

Open the following file in any text editor :
nUI_HUDSkin_PlayerTarget_Castbar.lua

Look for the following block of code after the comment section :
Code:
		["GCD"] =
		{
			anchor =
			{
				anchor_pt   = "BOTTOM",
				relative_to = "$parent_Casting",
				xOfs = 0,
				yOfs = 0,
			},		
			options =
			{
				enabled    = true,
				height     = 20,
				width      = 375,
				inset      = 0,
				strata     = nil,
				level      = 9,
				barColor   = { r = 0.75, g = 0.75, b = 0.75 },
				sparkColor = { r = 1, g = 0.5, b = 0.5 },
			},
		},
Simply change the highlighted section from true to false and that should turn that particular part over.
__________________
 
07-01-10, 10:17 AM   #4
Tsurugi
A Deviate Faerie Dragon
Join Date: Jul 2010
Posts: 15
Thanks for the information, going to try it out now

Hugz, and I'll let you know what happens !
 
07-01-10, 10:28 AM   #5
Tsurugi
A Deviate Faerie Dragon
Join Date: Jul 2010
Posts: 15
Thanks to both of you I've reached my awesomeness

/nui console mouseover did the trick with the TopPanel,

and editing the lua line to false got rid of the GCD dot on a stick !

Victory Screenshot, Kudos to Chmee and Xrystal !

 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » Removing/Hiding Top Bar & GCD Bar in Hud

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off