Can't seem to disable ui parts menu

User Tag List

Results 1 to 11 of 11
  1. #1
    Feldeath's Avatar Member
    Reputation
    12
    Join Date
    Feb 2011
    Posts
    75
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Can't seem to disable ui parts

    I'm trying to disable the inventory display base plugins y creating a file in the User folder in plugins :
    Code:
    using Turbo.Plugins.Default;
    
    namespace Turbo.Plugins.User
    {
    
        public class PluginEnablerOrDisablerPlugin : BasePlugin, ICustomizer
        {
    
            public PluginEnablerOrDisablerPlugin()
            {
                Enabled = true;
            }
    
            public override void Load(IController hud)
            {
                base.Load(hud);
            }
    
            public void Customize()
            {
                // turn off sell darkening / Green corner / Red corner
                Hud.GetPlugin<InventoryAndStashPlugin>().NotGoodDisplayEnabled = false;
                Hud.GetPlugin<InventoryAndStashPlugin>().LooksGoodDisplayEnabled = false;
                Hud.GetPlugin<InventoryAndStashPlugin>().DefinitelyBadDisplayEnabled = false;
            }
    
        }
    
    }
    And it's still being applied, What am I doing wrong ?

    Is it reapplied by another plugin by chance ?
    Shouldn't the user file the one that set the override ?
    If not, how should I go about it ?


    Thanks

    Can't seem to disable ui parts
  2. #2
    Styckz's Avatar Member
    Reputation
    14
    Join Date
    Mar 2017
    Posts
    23
    Thanks G/R
    1/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That looks like it should be working. Is the file extension .cs? If it was left as .txt the file won't be loaded by TurboHud. I don't know of any plugin that adds more to this currently so I don't think it is being reapplied by a different file.

  3. #3
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Styckz View Post
    That looks like it should be working. Is the file extension .cs? If it was left as .txt the file won't be loaded by TurboHud. I don't know of any plugin that adds more to this currently so I don't think it is being reapplied by a different file.
    you have to rename it from .txt to .cs

  4. #4
    Feldeath's Avatar Member
    Reputation
    12
    Join Date
    Feb 2011
    Posts
    75
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadmarine View Post
    you have to rename it from .txt to .cs
    I'm bad, but not that bad

  5. #5
    deadmarine's Avatar Contributor
    Reputation
    104
    Join Date
    Oct 2007
    Posts
    119
    Thanks G/R
    3/49
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not the best solution but try usin TCT, ..:: TCT | TurboHUD Customization Tool ::..

  6. #6
    Feldeath's Avatar Member
    Reputation
    12
    Join Date
    Feb 2011
    Posts
    75
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Already disabled in TCT.

  7. #7
    Feldeath's Avatar Member
    Reputation
    12
    Join Date
    Feb 2011
    Posts
    75
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No one has any idea what I can do about that ?

  8. #8
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This sounds dumb, but anyway :

    Type gibberish inside your PluginEnablerOrDisablerPlugin.cs file, if hud start without exception you will know than your file is ignored. (which is probably the case because the code you posted looks ok to me)

    Originally Posted by Feldeath View Post
    Is it reapplied by another plugin by chance ?
    Have you tried without any other plugin ?
    Last edited by JackCeparou; 07-31-2017 at 02:44 PM.
    Hide the Rum! --> Default theme customization 101 <--

  9. #9
    Feldeath's Avatar Member
    Reputation
    12
    Join Date
    Feb 2011
    Posts
    75
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, I ended up reopening every freaking .cs file one by one....
    So 35 years later, I found that it was TCT, I apparently didn't do the export last time I made the changes....

    So I'm dumb, burry me with the post ^^

  10. #10
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    /jk ; )
    Hide the Rum! --> Default theme customization 101 <--

  11. #11
    Stormreaver's Avatar Contributor
    Reputation
    152
    Join Date
    Jul 2012
    Posts
    290
    Thanks G/R
    40/136
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Ahh the classic PEBKAC lol

Similar Threads

  1. [Guide] Can't seem to attack gyms
    By Escc in forum Pokemon GO Hacks|Cheats
    Replies: 6
    Last Post: 07-25-2016, 06:44 AM
  2. [Trinity] Friend can't connect to my server, everything seemingly in order
    By drazy in forum WoW EMU Questions & Requests
    Replies: 5
    Last Post: 01-03-2015, 09:07 PM
  3. Replies: 2
    Last Post: 04-16-2010, 06:39 PM
  4. I can't seem to get this :(
    By omera51 in forum WoW Scams Help
    Replies: 1
    Last Post: 11-27-2008, 11:07 AM
  5. Can't seem to change goggle color
    By kody_ in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 08-17-2008, 03:05 PM
All times are GMT -5. The time now is 05:45 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