WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   nUI: Technical Support (https://www.wowinterface.com/forums/forumdisplay.php?f=92)
-   -   Removing/Hiding Top Bar & GCD Bar in Hud (https://www.wowinterface.com/forums/showthread.php?t=33640)

Tsurugi 07-01-10 08:17 AM

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 :p

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 :p

*Edited for better / informative screenshot*

Chmee 07-01-10 09:12 AM

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.

Xrystal 07-01-10 09:22 AM

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.

Tsurugi 07-01-10 10:17 AM

Thanks for the information, going to try it out now :D

Hugz, and I'll let you know what happens !

Tsurugi 07-01-10 10:28 AM

Thanks to both of you I've reached my awesomeness :p

/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 !



All times are GMT -6. The time now is 09:21 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI