Download
(4Kb)
Download
Updated: 11-13-13 10:00 PM
Pictures
File Info
Updated:11-13-13 10:00 PM
Created:06-23-09 03:32 PM
Downloads:64,711
Favorites:162
MD5:

nUI: Integration Carbonite (continued)  Popular! (More than 5000 hits)

Version: 3.0.1
by: Carz [More]

You do need nUI core or nUI+ for this to work



make sure you have the up to date Carbonite addon also
All credit goes to xtrapwr


This adds a Carbonite Infopanel to the nUI system. It will toggle the Carbonite mini map on and off, allowing you to keep Carbonite snuggly in the lower right. However at this time the add on CANNOT move or resize the Carbonite window. You will have to do this manually, however you only need to do this once.

Also, as switching the Info Panel status does toggle display of Carbonite, please consult the steps for initial setup.

1) Download and unzip the nUI_InfoPanel_Carbonite(continued).zip

2) Move nUI_InfoPanel_Carbonite into your Interface/Addons folder

3) open WoW, and toggle the InfoPanel until Carbonite is visible.

4) open the Carbonite minimap (it will likely have closed itself) and shrink the size by clicking the lower right corner of the mini map and dragging up.

5) move the now small mini map into the empty Info Panel pane

6) align the upper left corner of the Carbonite mini map to the upper left corner of the empty Info Panel pane

7) re-size the Carbonite mini map to fill the rest of the Info Panel Pane

8) Congratulations, you now have Carbonite nice and neat in nUI!


Unfortunately I can only manipulate Carbonite using the publically accessable slash commands, so there is no automated way to resize and move the map into the Infopane space. If this changes, I will update this Integration


KNOWN ISSUES

If you use the Carbonite world map and pull it up when the Carbonite Info Panel is NOT visible, this can de-sync the Info Panel if the map shrinks instead of closes after use, and you will get a Carbonite window overlapping whatever Info Panel was present. Fix this by manually closing the Carbonite mini map.

(+) add (-) delete (B) Bug Fix (C) Change


V3.0.1 11/13/13 22:51 (C) toc update 5.4/ updated read me file.

V3 4/4/2013 3:08pm (C) toc for 5.2
Optional Files (0)


Post A Reply Comment Options
Unread 11-13-13, 10:02 PM  
Carz
nUI User-Supporter
 
Carz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 41
Uploads: 2
V3.0.1 11/13/13 22:51 (C) toc update 5.4/ updated read me file.
Report comment to moderator  
Reply With Quote
Unread 04-04-13, 01:27 PM  
Carz
nUI User-Supporter
 
Carz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 41
Uploads: 2
Exclamation updated

V3 4/4/2013 3:08pm (C) toc for 5.2

and about nUI6 I havent downloaded it yet to test it out but i will once i get a chance.
Report comment to moderator  
Reply With Quote
Unread 12-05-12, 08:42 PM  
twizt3dkitty
A Cliff Giant
 
twizt3dkitty's Avatar

Forum posts: 46
File comments: 10
Uploads: 0
I see that its been some time since carz posted on this thread, and hasnt released an update with a fixed toc, but I was wondering if you (or anyone) were a supporter of nUI6 and could give integrating this with the new infopanels a shot.
Report comment to moderator  
Reply With Quote
Unread 10-11-12, 07:50 PM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
This just needs a toc version update to work.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
Report comment to moderator  
Reply With Quote
Unread 07-21-11, 02:01 PM  
moondoggy
A Fallenroot Satyr
 
moondoggy's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 24
File comments: 92
Uploads: 1
mislabeled

Folder name needs to be changed from nUI_InfoPanel_Carbonite (continued) to nUI_InfoPanel_Carbonite once extracted into addons folder. You no longer have it inside two folders like you use to
Report comment to moderator  
Reply With Quote
Unread 07-19-11, 10:57 PM  
Carz
nUI User-Supporter
 
Carz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 41
Uploads: 2
Re: Request: Remove

I'll see what i can do


No promise those

Originally posted by WeirDave
Since I use this add on I have no need for the "Map" info panel that displays in rotation with this add on. In order to remove it I spoke with Scott Peil and he gave me the code to remove it. I was wondering if you could use the code to perhaps tag along with your add on somehow?

You need to edit [ Interface > AddOns > nUI > Layouts > Default > InfoPanels >
nUI_InfoPanel_BattlefieldMinimap.lua ] and set "enabled = true" to "enabled =
false"

or

nUI_InfoPanels[nUI_INFOPANEL_BMM] =
{
enabled = false,
desc = nUI_L[nUI_INFOPANEL_BMM], -- player friendly
name/description of the panel
label = nUI_L[nUI_INFOPANEL_BMM.."Label"], -- label to use on the
panel selection button face
rotation = nUI_INFOMODE_BMM, -- index or position this
panel appears on/in when clicking the selector button
full_size = false; -- this plugin requires
the entire info panel port without the button bag

options =
{
enabled = false,
},
};
Last edited by Carz : 07-19-11 at 11:02 PM.
Report comment to moderator  
Reply With Quote
Unread 07-19-11, 08:48 AM  
WeirDave
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 7
Uploads: 22
Request: Remove "Map Infopanel"

Since I use this add on I have no need for the "Map" info panel that displays in rotation with this add on. In order to remove it I spoke with Scott Peil and he gave me the code to remove it. I was wondering if you could use the code to perhaps tag along with your add on somehow?

You need to edit [ Interface > AddOns > nUI > Layouts > Default > InfoPanels >
nUI_InfoPanel_BattlefieldMinimap.lua ] and set "enabled = true" to "enabled =
false"

or

nUI_InfoPanels[nUI_INFOPANEL_BMM] =
{
enabled = false,
desc = nUI_L[nUI_INFOPANEL_BMM], -- player friendly
name/description of the panel
label = nUI_L[nUI_INFOPANEL_BMM.."Label"], -- label to use on the
panel selection button face
rotation = nUI_INFOMODE_BMM, -- index or position this
panel appears on/in when clicking the selector button
full_size = false; -- this plugin requires
the entire info panel port without the button bag

options =
{
enabled = false,
},
};
__________________
\\/eir]>ave (WeirDave)
http://www.weirdave.com
Report comment to moderator  
Reply With Quote
Unread 07-14-11, 01:20 AM  
Carz
nUI User-Supporter
 
Carz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 41
Uploads: 2
Update

Ok ppl have Updated th addon all it need was a toc change but if you still have the old ones that do work just check load out of date...and No I'm back back Yet I just use my friends wow account to check it out
Report comment to moderator  
Reply With Quote
Unread 07-01-11, 03:06 PM  
Coombez
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hello,
I am an add on newbie, and i need some help configuring this nUI stuff. I want Carbonite in the nUI info panel. I downloaded the latest version of Carbonite for the 4.2 patch as well as this nUI Integration addon for Carbonite. The thing is, is that the Carbonite minimap replaces the nUI one, but in dungeons and such, I like to have the recount info panel opened, and I'm unable to follow the minimap for quests. Is there any possible to have the nUI minimap with the Carbonite info panel? Also, when i have, for example, the recount info panel open and I open up the World map and then close it, the Carbonite minimap does not return to its info panel, rather it just overlaps all panels until I place it back into the Carbonite one. Any fix for that as well?
Thanks!
Report comment to moderator  
Reply With Quote
Unread 05-02-11, 10:03 AM  
oleson4norway44
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
Re: Update for 4.1

http://www.carboniteaddon.com/download.shtml

Download the Beta! Fixed the problem for me.



Originally posted by reddrumjay
Please update...
Report comment to moderator  
Reply With Quote
Unread 04-26-11, 07:13 PM  
reddrumjay
A Black Drake

Forum posts: 85
File comments: 2
Uploads: 0
Update for 4.1

Please update...
__________________
Murphy's Law of Combat: Always remember your weapon was made by the lowest bidder.

Report comment to moderator  
Reply With Quote
Unread 03-04-11, 02:39 PM  
Carz
nUI User-Supporter
 
Carz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 41
Uploads: 2
Re: bad zip packaging...

Originally posted by Chrome67
seems that the addon is actually one folder deeper than should be in a standard addon zip file. If you extract the top level folder, you need to likewise pull the actual addon folder out to one directory higher to get it to register. Might want to re-think that...
Ya sorry about that but that was the only way i could do it then just never got around to fixing it
Report comment to moderator  
Reply With Quote
Unread 12-19-10, 07:59 PM  
Chrome67
A Murloc Raider
 
Chrome67's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 52
Uploads: 8
bad zip packaging...

seems that the addon is actually one folder deeper than should be in a standard addon zip file. If you extract the top level folder, you need to likewise pull the actual addon folder out to one directory higher to get it to register. Might want to re-think that...
Report comment to moderator  
Reply With Quote
Unread 12-03-10, 03:16 PM  
silvereagle59
A Murloc Raider

Forum posts: 7
File comments: 1
Uploads: 0
carbonite desyncing

Hello all,

I have noticed since the last big patch that even if I have the carbonite window open and go to world map then close world map (carbonite wold map that is) it will desync from the nUI carbonite window it is realy no big deal I just switch windows and carbonite is overlayed there and I close carbonite and it will resync but just wanted to let you know what I have been experiencing.

Thanks for all your hard work in making nUI the best.
Report comment to moderator  
Reply With Quote
Unread 10-23-10, 06:35 PM  
Carz
nUI User-Supporter
 
Carz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 41
Uploads: 2
if its just out of date load this out of date I dont believe that anything has change in the newest of the Nui plug in code so this should still work
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: