Disabling a bunch of addons menu

User Tag List

Results 1 to 4 of 4
  1. #1
    kLEANFX's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Disabling a bunch of addons

    The screen is clustered with addons and annoying shit, how do I disable and or just remove these addons?


    Screenshot by Lightshot
    Screenshot by Lightshot
    Screenshot by Lightshot

    TLDR: i wanna know how to disable all that shit ^^^^^ I don't like it greys out items in my stash and shows all the mats when I open my character tab

    I don't want to be shown my hp or resources, or the damage above and under my skills sets. Plus the shit on the right, the bounty mats and mats in general in my character tab. The paragon up top in the middle of my screen. I don't want to see all that crap and I don't know why it shows at the bottom right a exception. Any help / tips? New to thud.


    EDIT: figured out how to disable plugins, but why do I have two exceptions at the bottom left of my screen?
    Last edited by kLEANFX; 12-06-2017 at 09:51 PM.

    Disabling a bunch of addons
  2. #2
    manuel1965's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you tell me how to disable the addons, please?

  3. #3
    gjuz's Avatar Contributor
    Reputation
    121
    Join Date
    Mar 2017
    Posts
    228
    Thanks G/R
    49/118
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Hi,
    How to customize plugins: Default theme customization 101

    add to your own customize file:
    screenshot 1:
    PHP Code:
    // disable numbers under skillbar
    Hud.RunOnPlugin<OriginalSkillBarPlugin>(plugin =>
    {
        
    plugin.SkillPainter.EnableSkillDpsBar false;
        
    plugin.SkillPainter.EnableDetailedDpsHint false;
    });
    Hud.TogglePlugin<InventoryFreeSpacePlugin>(false);
    Hud.TogglePlugin<BloodShardPlugin>(false);
    // disable numbers over skillbar
    Hud.TogglePlugin<AttributeLabelListPlugin>(false);
    // disable latency numbers
    Hud.TogglePlugin<NetworkLatencyPlugin>(false);
    // disable health & ressource numbers
    Hud.TogglePlugin<ResourceOverGlobePlugin>(false);
    // disable elemental numbers under hp ball
    Hud.TogglePlugin<DamageBonusPlugin>(false);
    // turn off Experience Statistics on the right
    Hud.TogglePlugin<TopExperienceStatistics>(false); 




    screenshot 2:
    PHP Code:
    // turn off sell darkening
    Hud.RunOnPlugin<InventoryAndStashPlugin>(plugin =>
    {
        
    plugin.NotGoodDisplayEnabled false;
    }); 


    screenshot 3:
    PHP Code:
    // disable material info in inventory
    Hud.TogglePlugin<InventoryMaterialCountPlugin>(false); 

    greetz gjuz

  4. #4
    JarJarD3's Avatar Contributor
    Reputation
    106
    Join Date
    Oct 2017
    Posts
    395
    Thanks G/R
    41/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    I disable also these.
    Code:
    // Disable some default UI plugins.
    Hud.TogglePlugin<ParagonCapturePlugin>(false);      // No config.xml editing.
    Hud.TogglePlugin<GameInfoPlugin>(false);
    
    // Disable Canai's Cubeable Animation!
    Hud.TogglePlugin<HoveredItemInfoPlugin>(false);
    Hud.GetPlugin<InventoryAndStashPlugin>().CanCubedEnabled = false;
    //
    Hud.TogglePlugin<SkillRangeHelperPlugin>(false);        // Just (sub optimization?) for performance.

Similar Threads

  1. [Request] Need a hand disabling/removing a bunch of features
    By slipslop in forum TurboHUD Support
    Replies: 2
    Last Post: 11-17-2017, 06:20 AM
  2. A bunch of e-mails to use for phishing.
    By Y060N in forum WoW Scam Prevention
    Replies: 13
    Last Post: 01-24-2008, 01:15 AM
  3. A bunch of guides from the site
    By MetalFan666 in forum World of Warcraft Guides
    Replies: 3
    Last Post: 07-31-2007, 01:53 AM
  4. name of addon plz help
    By Detzett40 in forum WoW UI, Macros and Talent Specs
    Replies: 1
    Last Post: 06-18-2007, 12:54 AM
  5. A Bunch Of Guides Put Together.
    By BxR in forum World of Warcraft Guides
    Replies: 8
    Last Post: 06-02-2007, 10:40 AM
All times are GMT -5. The time now is 05:32 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search