• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

FuBar2Broker

 
Project Updated:
Files Updated: Wed, Dec 9 2009
Supports Game Version: 3.3.0
Category: Plugins, and Data Broker
Tags:

, , , , , and [Edit Tags]

Project Manager: HunterZ
Additional Authors: funkydude , Nevcairiel , andreasg , dhedbor
Current Version: r88-release
License: All Rights Reserved
Development Site: WowAce.com
Avg Daily DL (last 30 days): 25
Downloads Total: 50,150
Favorites: 263
Comments: 6
  • About FuBar2Broker
  •  

Description

Transparently creates LDB ("LibDataBroker") feeds from all of your FuBar plugins so that they can be shown on LDB displays of your choice instead of on FuBar.

See this forum thread for general info on LDB.

Usage

FuBar2Broker is meant to be completely transparent. If FuBar2Broker is running, you should see LDB feeds for all of your loaded FuBar plugins listed in your LDB display(s).

NOTE: Many FuBar plugins require an actual addon named "FuBar" to load as a dependency, and will refuse to load if it is not present. Use this miniature FuBar stub to make them work with FuBar2Broker! If you use an automatic addon updater, make sure to also set it to ignore the miniature FuBar stub (or else it might "update" it to the real FuBar and mess things up for you as a result!).

Also note that even with the fake FuBar stub installed, some plugins still won't load because they are flagged as Load-on-Demand. F2B does not currently handle loading LoD plugins (because such functionality is currently over my head) so you will have to edit their .TOC file to remove the load on demand requirement.

Known Issues

Some FuBar plugins (such as NRT) expect you to double-click them to perform certain actions, but double-clicking does not seem to be handled in a compatible way by LDB. As a workaround, FuBar2Broker currently allows you to simulate double-clicks by clicking the middle mouse button instead.

Also, please note that FuBarPlugin-3.0 based plugins such as FuBar_PerformanceFu and FuBar_DurabilityFu will not be converted to LDB plugins by FuBar2Broker because F2B works by acting as a FuBarPlugin-2.0 dummy library. Most FuBarPlugin-3.0 plugins that I know of have decent LDB-based alternatives though.

Bug Reports

If you have any issues, please report them in the FuBar2Broker forum thread and/or create a ticket in FuBar2Broker's WowAce ticket tracker.

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  FuBar2Broker r88-release Release 3.3.0 5,401 12/9/2009
  FuBar2Broker r86-release Release 3.2.0 11,271 8/7/2009
  FuBar2Broker r83-release Release 3.1.0 10,588 5/4/2009
  FuBar2Broker r78-release Release 3.1.0 4,196 4/26/2009
  FuBar2Broker r76-release Release 3.0.9 5,803 1/31/2009
  • 1 page(s)
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • eclpmb said

    Is there a way to see which addons are using F2L? I'm trying to move to a native LDB install, and it'd be nice to have a way of knowing when i'm done. The fu_ ones are obvious, but a lot of other addons have either a fubar or a ldb configurator, and it's not clear which each is using.

    Reply Report Permalink
  • HunterZ said

    If you don't mind doing some Lua code editing, open up FuBar2Broker.lua and add the following after the "brokerPlugins[addon] = brokerPlugin" line in OnEmbedEnable():

    DEFAULT_CHAT_FRAME:AddMessage("FuBar2Broker: Created LDB plugin for " .. (name or "unknown"));

    F2B should then report to the chat log as it creates LDB plugins on login/reloadui (I just tested it and it seems to work).

    Reply Report Permalink
  • Kupotek said

    Fubar2Broker does not pick up these 2 addons:

    FuBar_DurabilityFu
    FuBar_PerformanceFu

    even with the dummy stub, so I am forced to use both Docking Station AND Fubar for now.

    The reason being Fubar's durability, garbage and performance are so vastly superior than any addons for the DS right now.

    Durability: Autorepair
    Garbage: Recycle bin in vendors for autosell
    Performance: Memory useage breakdown on mods total and per in ranking order.

    These 3 addons are just too good to give up for the featureless DS versions.


    So we need one of 2 things to happen:

    Fubar2broker to pick these up
    or
    DS authors to make addons of the same caliber and functionality


    Thank you!

    Reply Report Permalink
  • HunterZ said

    I've heard that you can use DurabilityFu with Fubar2Broker by removing its load on demand string from its .TOC file.

    PerformanceFu will never be supported by Fubar2Broker because it uses FubarPlugin-3.0 and F2B only supports FubarPlugin-2.0 plugins.

    Personally, I have found native LDB replacements for both that suit my needs (specifically Broker_SysMon and ZBrokerDurability I think, but there are a million others that do both, including but not limited to:

    Game status:
    - Broker_SysMon
    - "Broker CPU / Memory / Performance",
    - StatBlock_whatever,
    - VertiBroker

    Durability:
    zBrokerDurability
    StatBlock_Durability
    VertiBroker_Durability
    tekability

    Check these links for a list of Broker addons on WowInterface and Curse:
    http://www.wowinterface.com/downloads/index.php?cid=108
    http://wow.curse.com/downloads/wow-addons/categories/data-broker.aspx

    Reply Report Permalink
  • Mita1 said

    Looking for a 3.1 Update. Is this still in development?

    Reply Report Permalink
  • HunterZ said

    It's mostly in maintenance mode at this point, but I just got ownership and have pushed a TOC update so that WoW will recognize it as 3.1-compatible.

    Reply Report Permalink
  • Mita1 said

    Thankyou very much

    Reply Report Permalink
  • acapela said

    a feature requests:

    what would it take to enable the user to choose/configure which FuBar plugins they wanted FuBar2Broker to convert to LDB plugins, selectively?

    looks like Broker2FuBar allows the user to choose which LDB plugins to convert into FuBar plugins... i would like to be able to do that in the opposite direction with FuBar2Broker.

    Reply Report Permalink
  • HunterZ said

    It should be possible, but I don't know how to code an interface for that.

    Most LDB displays let you choose which plugins to show on them, so you can show/hide them at the display level if nothing else.

    Reply Report Permalink
  • Craker said

    So what's the go with this? I installed to help Fubar run better and add extra items to the Fubar but the all disappeared instead.

    Am I missing something here?

    Reply Report Permalink
  • Neogeomk said

    M8 this is for LDB display. U might wanna check Data Broker addon.

    Reply Report Permalink
  • HunterZ said

    So F2B has an issue with Auditor2/AuditorFu where the 2nd+ level Dewdrop menus don't get populated. I was able to create a workaround (or possibly a fix? I'm not knowledgeable enough). Around line 275 of FuBar2Broker.lua, move the addon:OnMenuRequest() call outside of the "if level == 1" check so that it works for other level values, like so:

    [code]if level == 1 then
    Dewdrop:AddLine(
    'text', addon:GetTitle(),
    'isTitle', true
    )
    end
    if addon.OnMenuRequest then
    addon:OnMenuRequest(level, value, false, valueN_1, valueN_2, valueN_3, valueN_4)
    end[/code]

    Reply Report Permalink
  • HunterZ said

    Fixed in v1.0.2.

    Reply Report Permalink
  • 1 page(s)
  • Addon Packs Containing FuBar2Broker
  • Similar Addons
  •  

Average downloads per day

  1. 825 SilverDragon Map & Minimap, and Data Broker
  2. 303 TitanRecount Combat, Plugins, and Titan...
  3. 278 _NPCScan.Overlay Map & Minimap, Achievements...
  4. 235 DBM-SpellTimers (Deadly Boss Mods) Buffs & Debuffs, Boss Encounters...
  5. 219 Quartz: Procs Module Buffs & Debuffs, Class, Combat...