Thread Tools Display Modes
07-25-09, 06:08 PM   #1
b1ackwo1f
A Kobold Labourer
Join Date: Jul 2009
Posts: 1
How Do i Disable the cast bar.

reading around and could not find a answer. I wanna disable the cast bar and global cooldown bar that shows up in the middle of the screen using the player/target HUD.

TY
 
07-25-09, 06:34 PM   #2
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Edit [ Interface > AddOns > nUI > Layouts > Default > HUDLayouts > {hud mode} > nUI_HUDLayout_{hud mode}.lua ] and find the [nUI_HUDUNIT_{hud mode}_CASTBAR] section and set "enabled = true" to read "enabled = false", save the file and then do a '/nui rl' in-game and the casting bar should be gone.
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
07-26-09, 07:36 AM   #3
Alpha Dog
A Wyrmkin Dreamwalker
 
Alpha Dog's Avatar
Join Date: Apr 2009
Posts: 56
Scott,
I would like to disable the casting bars in both the hud & unit panels. For the hud, I'm not able to follow the path past Edit Interface > AddOns > nUI > Layouts > Default > HUDLayouts >.
At that point my folder only has 4 folders in it. HealthPower, NoBars, NoHud & Player Target.
For the unit panels I get to Interface > AddOns > nUI > Layouts > Default > UnitPanels > then I have Solo, Party, Raid10, 15, 25 & 40. There are no other files in either directory.

I'm using v5.03.13Dev & just redownloaded the file with the same results.

Also what is the Offician nUI Support Forum for
Nerubien's?
 
07-26-09, 08:04 AM   #4
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
{hud mode} means either "HealthPower", "NoBars", "NoHUD" or "PlayerTarget" depending on which HUD it is you use. So, if you use the Player/Target HUD, you would edit [ Interface > AddOns > nUI > Layouts > Default > HUDLayouts > PlayerTarget > nUI_HUDLayout_PlayerTarget.lua ] and look for the section that says [nUI_HUDUNIT_PLAYERTARGET_CASTBAR] then set "enabled = true" to say "enabled = false" in that section.

Editing the unit frame panels is slightly different. In that case you want to edit [ Interface > AddOns > nUI > Layouts > Default > UnitPanels > {panel mode} > nUI_UnitSkin_{panel mode}_{unit ID}.lua ] in this case {panel mode} is the panel you are wanting to change such as "Solo" or "Party" or "Raid10", etc. and {unit ID} is which unit you want to edit such as "Player" or "Target" -- In these files you'll want to look for two sections: ["Casting"] and ["GCD"] and set "enabled = false" in both of them.

Originally Posted by Alpha Dog View Post
Scott,
I would like to disable the casting bars in both the hud & unit panels. For the hud, I'm not able to follow the path past Edit Interface > AddOns > nUI > Layouts > Default > HUDLayouts >.
At that point my folder only has 4 folders in it. HealthPower, NoBars, NoHud & Player Target.
For the unit panels I get to Interface > AddOns > nUI > Layouts > Default > UnitPanels > then I have Solo, Party, Raid10, 15, 25 & 40. There are no other files in either directory.

I'm using v5.03.13Dev & just redownloaded the file with the same results.

Also what is the Offician nUI Support Forum for
Nerubien's?
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
07-27-09, 10:16 AM   #5
Alpha Dog
A Wyrmkin Dreamwalker
 
Alpha Dog's Avatar
Join Date: Apr 2009
Posts: 56
Thanks for the quick reply, those directions got me to the areas I needed to be in & the casting bars are now gone, & nUI is working great. ty

take a look at your signature line..........& you will find the OFFICIAN support forums link.
 
07-27-09, 10:19 AM   #6
spiel2001
nUI's Author
 
spiel2001's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2008
Posts: 7,724
Originally Posted by Alpha Dog View Post
take a look at your signature line..........& you will find the OFFICIAN support forums link.
Thanks for pointing that out.

It's fixed and I pmromise not to make any moar tipoz or spelling miztakes

~grin~
__________________

What people don't get is that I am, ultimately, an artist at heart.
My brush has two colors, 1 and 0, and my canvas is made of silicon.



Official nUI Web Site: http://www.nUIaddon.com
Official nUI Support Forum: http://forums.nUIaddon.com
My day job: http://www.presidio.com/
 
07-27-09, 10:34 AM   #7
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,953
Originally Posted by spiel2001 View Post
Thanks for pointing that out.

It's fixed and I pmromise not to make any moar tipoz or spelling miztakes

~grin~

rofl Scott
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
 
07-27-09, 10:44 AM   #8
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
Originally Posted by Alpha Dog View Post
take a look at your signature line..........& you will find the OFFICIAN support forums link.
Dang, you have a really good eye! I can't tell you how many times I've stared at that and not caught it lol.
__________________
♪~ ( ) I My Sonos!
AddOn Authors: If your addon spams the chat box with "Addon v8.3.4.5.3 now loaded!", please add an option to disable it!
 
07-27-09, 12:50 PM   #9
Alpha Dog
A Wyrmkin Dreamwalker
 
Alpha Dog's Avatar
Join Date: Apr 2009
Posts: 56
Originally Posted by Silenia View Post
Dang, you have a really good eye! I can't tell you how many times I've stared at that and not caught it lol.
ya, I got a really good eye, I couldn't follow simple directions but I can spot that - go figgur - lmao

Thanks again Scott
 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Technical Support » How Do i Disable the cast bar.


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