Get an Epic Experience with Premium

TooManyAddons

Development Tools Login to Add Favorites
  • 6 Likes
  • World of Warcraft
  • 158 Monthly Downloads
  • Supports: 5.0.5
  • 46,573 Total Downloads
  • Updated 09/23/2012
  • Created 10/02/2007
  • 434 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: All Rights Reserved
  • Newest File: r39
or

About TooManyAddons

The only mod manager you will ever need. Click 'load profile', and TMA will load the checked, and only the checked, addons.

Great for if you regularly raid or PvP/Arena.

Directions:

  • There is a new 'addon' button in* the game menu, that opens up the TooManyAddons interface.
  • '/TMA' will also open up the interface.
  • Create a profile by typing in the profile name and hitting enter, or you can use the Default profile.
  • Select which addons you want to load as part of the profile.
  • When it is time to change addons, select the profile(s), then click 'Load Profile'

features that aren't instantly obvious:

  • '/TMA aProfile' will instantly load * that profile. Handy for you macrophiles. Spelling must be exact.
  • The interface can be moved by dragging the 'profile' frame. You have to click on the edge of the frame or a clear spot.
  • A profile called 'Default' is created at the very first use of TooManyAddons, for your convenience. Feel free to delete it.
  • A profile called 'Always Load These Addons' will always exist. Anything checked in this profile will always load, no matter what. The checked items will appear grey or shiny in other profiles. By default, TooManyAddons will be checked in this profile.
  • Tooltips show you the description, author and status of the addon.
  • Clicking an addon will automatically click all of its dependencies.
  • Profiles from other characters can be added to the current profiles using the 'import profiles' dropdown.
  • The addon can be closed with the 'esc' key.
  • Addons may be grouped by name. Collapse/Expand buttons allow you to hide addons that are groups, for example, the AltasMod. Clicking the group header will click all of the addons in the group. Turn this feature on by clicking 'grouping' in the options.
  • Hold down the Ctrl or Shift key when selecting profiles to load addons from multiple profiles. Changes made to addons will affect all selected profiles.
  • The last loaded profile(s) will appear green(ish).
  • Options exist in the interface menu (or click the little 'O' button) to hide the Game Menu button, tooltips, groups, and more.
  • Global profiles are now implemented. Global profiles are profiles that are the same across ALL characters.
  • Profiles can be arranged by dragging them up or down the list

------------------------------------------------------------------------
r39 | daxdax | 2012-09-24 01:41:09 +0000 (Mon, 24 Sep 2012) | 1 line
Changed paths:
   M /trunk/TooManyAddons.lua
   M /trunk/TooManyAddonsInterface.lua

fixed for 5.04, cannot reproduce the raid bug
------------------------------------------------------------------------
r38 | daxdax | 2012-09-23 23:50:00 +0000 (Sun, 23 Sep 2012) | 1 line
Changed paths:
   M /trunk/TooManyAddons.toc

updated for 5.0
------------------------------------------------------------------------
r37 | daxdax | 2012-09-02 00:37:50 +0000 (Sun, 02 Sep 2012) | 1 line
Changed paths:
   M /trunk/TooManyAddons.toc

updated for 5.0
------------------------------------------------------------------------
r36 | daxdax | 2012-09-02 00:36:38 +0000 (Sun, 02 Sep 2012) | 1 line
Changed paths:
   M /trunk/TooManyAddonsInterface.lua

updated for 5.0 fix - not tested
------------------------------------------------------------------------
r35 | daxdax | 2011-10-04 17:17:17 +0000 (Tue, 04 Oct 2011) | 1 line
Changed paths:
   M /trunk/TooManyAddons.lua
   M /trunk/TooManyAddons.toc

toc update
------------------------------------------------------------------------

Comments

First Previous Page 3 of 15 Next Last
  • #186

    Is this addon working for 4.3 too?

  • #187

    It's working for me without any problems.

  • #182
    ok, ok, updated for 4.2 :)

    By popular demand, Profiles can now be arranged as you like. Just drag them up or down, wherever you want.
  • #184
    This addon is still the best addon manager!
    Thanks for the update!
  • #181
    I'm not having any problems with this addon (have to enable loading out dated addons).

    Please keep it working. It's been 10+ months since an update. A TOC change would let us know you are still alive :)
  • #180
    Please please please update this addon. Thanks
  • #179
    Please update this. I'm dead in the water without this addon.

    Nothing else will do what this does and I have too many addons (no pun intended) to be without this.
  • #178
    Please update for 4.2.

    My Monk

  • #177
    hello, i'm the creator of http://wow.curse.com/downloads/wow-addons/details/combustionhelper.aspx
    one of my users told me that my addon wasn't behing properly when used with your addon, the problem being that it would reset position every time. How does your addon handle the layout from layout-local.txt ? And if not can you point me to a fix i could implement ?

    thanks.
  • #183
    frame layouts are not saved in any addon when you disable it. Thats not a TMA issue.

    I do have code to fix it, though:


    if TMAprofileframe and TMAprofileframe:IsVisible() then

    TMAsettings.profilepoints = {}
    TMAsettings.profilepoints.top = floor(TMAprofileframe:GetTop())
    TMAsettings.profilepoints.bottom = floor(TMAprofileframe:GetBottom())
    TMAsettings.profilepoints.left = floor(TMAprofileframe:GetLeft())
    TMAsettings.profilepoints.right = floor(TMAprofileframe:GetRight())

    end



    Then restore the saved points with:

    if(TMAsettings.profilepoints) then

    TMAprofileframe:SetPoint("topleft",UIParent,"bottomleft",TMAsettings.profilepoints.left,TMAsettings.profilepoints.top)
    TMAprofileframe:SetPoint("bottomright",UIParent,"bottomleft",TMAsettings.profilepoints.right,TMAsettings.profilepoints.bottom)



    in your variables_loaded event
  • #174
    Feature request: Please add a way to "subtract" as well as add an addon to the Always Load These Addons list. There are a lot of addons I use that I want included by default. But there are one or two that, in certain situations I do *not* want to load.

    For example, I normally want Carbonite to always load. However, it currently causes errors in some raid dungeons, so I'd like in my Raid profile to be able to indicate that I don't want to load Carbonite. Currently what I have to do is take it out of the Always Load profile and then manually add it back to every character's separate profile except for the Raid profile on my main. (Actually, what I do is to load the Raid profile and then use Addon Control Panel to deselect Carbonite and reload. The problem is that it means reloading twice.)
  • #176
    This is what I do. I created several profiles (e.g., Raid, BG, Leveling, Professions, etc.) along with Class specific profiles. I also made a Carbonite Profile and did the same with some other addons, like questing guides. These are profiles I don't always use. I then made them ALL global (check mark them all and choose "Make Global").
    "Load Profiles".
    When I finish the dungeon and go back to leveling, I CTRL+click my Class, Questing, Professions, Carbonite, AH Mule, and TourGuide (or Zygor, Dugi, Wow-Pro leveling Guide) Profiles and I'm good to go.=
    This way lets me be in control of what Addons are running and helps keep the CPU and FPS rates at levels for my tastes, because I have WAY TooManyAddons (almost 275, lol)
  • #173
    Thank you for this addon. Please keep it updated, I find it the most helpful addon out there for setting and switching addon profiles.
  • #172
    hello, this addon is great and I was lost without it.
    Usually I download from wowinterface, but there is old version there yet
  • #170
    When in the new raid interface, you're able to put up smoke flares. But when I'm in a raid and try to setup a smoke flare, it says TMA has been blocked from an action only available to the blizzard UI...mind checking it out (if you can?)
  • To post a comment, please login or register a new account.
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Infinite Crisis NA

Get Your Preferred Access Code!