[v7.6] [Resu] Hot Enabler/Disabler Plugin menu

User Tag List

Results 1 to 9 of 9
  1. #1
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [v7.6] [Resu] Hot Enabler/Disabler Plugin


    Hot Enabler/Disabler Plugin allows you to disable a plugin by :

    - Hero is Softcore
    - Hero is Hardcore
    - Hero is Seasonal
    - Hero is NonSeasonal
    - Hero class
    - Hero Name

    Devs can make any plugin compatible within 10s by copying 3 lines!

    More infos, Dev info, Customization & Downloads here :

    >>>>> Hot Enabler/Disabler Plugin <<<<<


    Compatible plugins :

    Resu :
    DangerPlugin
    CustomLifeWarningPlugin
    HuntersVengeancePlugin
    DiadrasFirstGemPlugin
    ChannelingPlugin.cs

    Not Frequently Nor Yet Asked Questions :

    Where do I get the plugin name to copy/paste it properly ?
    The plugin name should be the 1st class after namespace :
    [v7.6] [Resu] Hot Enabler/Disabler Plugin-name-png
    Last edited by User5981; 02-15-2019 at 04:24 AM.
    Supported version for all Resu plugins

    [v7.6] [Resu] Hot Enabler/Disabler Plugin
  2. Thanks xblade2k7, ADV2015, johnbl, cherouvim13, Khel, TheDiscordian (6 members gave Thanks to User5981 for this useful post)
  3. #2
    coreyblack's Avatar Active Member
    Reputation
    35
    Join Date
    Oct 2009
    Posts
    35
    Thanks G/R
    9/33
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If this ONLY for Your plugins why You named this "Hot Enabler/Disabler Plugin"? Maybe "Hot Enabler/Disabler for Resu's Plugins" to avoid misunderstandings?
    Ukrainian PluginPack for TurboHUD ( https://drive.google.com/open?id=0Bz7ZdWYp_QbuOVVJbHpJUFM5QjQ )

  4. #3
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by coreyblack View Post
    If this ONLY for Your plugins why You named this "Hot Enabler/Disabler Plugin"? Maybe "Hot Enabler/Disabler for Resu's Plugins" to avoid misunderstandings?
    Because you are wrong, it is up to other devs to copy/paste the 3 lines that would make their plugin compatible.
    I won't temporarily rename it "Hot Enabler/Disabler Plugin not yet for all because no one asked other devs to make their plugin compatible".
    So yes, it works only with 3 of my plugins yet, but it's on the users to ask the other devs to make theirs compatible, they won't do it if no one asks ...
    Supported version for all Resu plugins

  5. #4
    prrovoss's Avatar Contributor
    Reputation
    152
    Join Date
    Jan 2013
    Posts
    420
    Thanks G/R
    23/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what if my hero name is "Softcore" or "Necromancer"?

  6. #5
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by prrovoss View Post
    what if my hero name is "Softcore" or "Necromancer"?
    Yes, that won't work in that case, but the probability to have that unimaginative type of namings is very low.
    If an user reports this I can still easily find a way around it.
    Supported version for all Resu plugins

  7. #6
    prrovoss's Avatar Contributor
    Reputation
    152
    Join Date
    Jan 2013
    Posts
    420
    Thanks G/R
    23/130
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Id name them like this:
    plugin.DisableThisByGameMode
    plugin.DisableThisByHeroClass
    plugin.DisableThisByHeroName

    and for the game mode add seasonal and non-seasonal

  8. #7
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by prrovoss View Post
    Id name them like this:
    plugin.DisableThisByGameMode
    plugin.DisableThisByHeroClass
    plugin.DisableThisByHeroName

    and for the game mode add seasonal and non-seasonal
    Yep, I'll add this when I have time, thank you!
    Supported version for all Resu plugins

  9. #8
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated !
    - added seasonal / NonSeasonal
    - better logic following prrovoss's advices
    - you can now cumulate different customizations for the same plugin

    BREAKING CHANGES : Read the instructions on github and redo your Customization :

    Hud.GetPlugin<Resu.HotEnablerDisablerPlugin>().DisableThatGameMode.Add("aaaaPlugin","Hardcore");
    Hud.GetPlugin<Resu.HotEnablerDisablerPlugin>().DisableThatGameType.Add("bbbbPlugin","Seasonal");
    Hud.GetPlugin<Resu.HotEnablerDisablerPlugin>().DisableTheseHeroClasses.Add("ccccPlugin","DemonHunter Barbarian");
    Hud.GetPlugin<Resu.HotEnablerDisablerPlugin>().DisableTheseHeroNames.Add("ddddPlugin","Norbert JohnDoe");
    Last edited by User5981; 12-24-2017 at 04:44 AM.
    Supported version for all Resu plugins

  10. #9
    coreyblack's Avatar Active Member
    Reputation
    35
    Join Date
    Oct 2009
    Posts
    35
    Thanks G/R
    9/33
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx 4 explanation, I'll try to make it compatible with some plugins.

    Already done! Superb! Thx a lot!
    Last edited by coreyblack; 12-24-2017 at 11:42 AM.
    Ukrainian PluginPack for TurboHUD ( https://drive.google.com/open?id=0Bz7ZdWYp_QbuOVVJbHpJUFM5QjQ )

Similar Threads

  1. [How To] Disable Plugins?
    By Vyraalqt in forum TurboHUD Support
    Replies: 5
    Last Post: 04-08-2020, 03:08 PM
  2. [Selling] 5 level 80's all exotics HoT enabled
    By kalfis049 in forum GW2 Buy Sell Trade
    Replies: 5
    Last Post: 05-25-2016, 07:15 PM
  3. [Selling] Demonbuddy Render Disabler plugin
    By Nimesil in forum Diablo 3 Buy Sell Trade
    Replies: 34
    Last Post: 11-22-2013, 07:35 AM
  4. [Selling] Render Disabler Plugin for Demonbuddy
    By zarawut in forum Diablo 3 Buy Sell Trade
    Replies: 0
    Last Post: 10-02-2013, 04:18 AM
  5. WTS Render disabler plugin for demonbuddy
    By Okas in forum Diablo 3 Bots and Programs
    Replies: 0
    Last Post: 07-19-2013, 09:15 AM
All times are GMT -5. The time now is 05:36 PM. 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