RunStats (+ Menu Plugin System) menu

User Tag List

Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 70
  1. #31
    nameisbrian2's Avatar Member
    Reputation
    1
    Join Date
    Aug 2021
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, thanks so much for this menu feature that allows us to toggle plugins on/off with a simple click. Quick question - It was working fine for me. Now all of a sudden, i am unable to toggle on/off. What did i do to disable this feature? I can still see the menu in the top right.

    Thank you for your time and help!

    RunStats (+ Menu Plugin System)
  2. #32
    Razorfish's Avatar Contributor
    Reputation
    188
    Join Date
    Apr 2019
    Posts
    178
    Thanks G/R
    19/158
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mois View Post
    Where can I change the color of SpiritBarrageHelper.cs (goundeffect)? Also can you choose another color for your last (3rd) SpiritBarrage?

    Edit: Is it "GroundRippleDecorator"?
    Nope. You want to change the brush definitions in SpiritBarrageHelper.cs. The default definitions start on line 184 (it is cleaner to redefine them in a separate customization file rather than edit the plugin itself, but easier to edit the plugin ).

  3. #33
    Razorfish's Avatar Contributor
    Reputation
    188
    Join Date
    Apr 2019
    Posts
    178
    Thanks G/R
    19/158
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Glad to hear that people are finding the plugins useful

    Originally Posted by nameisbrian2 View Post
    Quick question - It was working fine for me. Now all of a sudden, i am unable to toggle on/off. What did i do to disable this feature? I can still see the menu in the top right.
    What do you mean by "all of a sudden"? Did you disable Razor\Click\ClickEventHandler? You can disable your customizations by deleting the config files mentioned in the project page that are generated in plugins\Users\ and see if that fixes your issue.

  4. Thanks Numblenutz (1 members gave Thanks to Razorfish for this useful post)
  5. #34
    nameisbrian2's Avatar Member
    Reputation
    1
    Join Date
    Aug 2021
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Razorfish View Post
    Glad to hear that people are finding the plugins useful


    What do you mean by "all of a sudden"? Did you disable Razor\Click\ClickEventHandler? You can disable your customizations by deleting the config files mentioned in the project page that are generated in plugins\Users\ and see if that fixes your issue.
    To answer your question, by "all of a sudden" i mean that i was turning plugins on and off trying to customize thud to my preference. Turning things on and off to see what they actually do and in doing that, something happened where i can no longer toggle. All i can do is see the actually menu but there is no toggle functionality.

    Also, i may have toggled ClickEventHandler on and off at one point - but from what i can see right now, ClickEventHandler is enabled and I have no memory of every disabling it.

    So i should delete MenuPluginConfig.cs in the folder you mentioned above? I am sorry, i am really not too intelligent when it comes to this. Thanks again for your quick reply and your time though i am super happy with what i have.

  6. #35
    Razorfish's Avatar Contributor
    Reputation
    188
    Join Date
    Apr 2019
    Posts
    178
    Thanks G/R
    19/158
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nameisbrian2 View Post
    To answer your question, by "all of a sudden" i mean that i was turning plugins on and off trying to customize thud to my preference. Turning things on and off to see what they actually do and in doing that, something happened where i can no longer toggle. All i can do is see the actually menu but there is no toggle functionality.

    Also, i may have toggled ClickEventHandler on and off at one point - but from what i can see right now, ClickEventHandler is enabled and I have no memory of every disabling it.

    So i should delete MenuPluginConfig.cs in the folder you mentioned above? I am sorry, i am really not too intelligent when it comes to this. Thanks again for your quick reply and your time though i am super happy with what i have.
    plugins\User\CustomPluginEnablerOrDisabler.cs is the file that stores the on off state of all the custom plugins.

    If ClickEventHandler were toggled off, you would not be able to toggle it back on because it handles all of the click events detected by my plugins. Same with LabelController, which handles all of the click events for label objects, which are what the menus are composed with.

    Most of the supporting files in the Menu Plugins System download should NOT be toggled off, as these different parts govern different aspects of the system, such as click detection, hover detection, state handling, notifications and so forth. The only ones that can be safely toggled off are in the RunStats subfolder and the 4 additional plugins included in the base Razor folder. It's definitely a situation I should code for in future updates because you're not the only one who has asked me about this issue after disabling a critical part of the menu system while using the Toggle feature.

  7. #36
    Numblenutz's Avatar Member
    Reputation
    1
    Join Date
    Aug 2021
    Posts
    1
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    @Razorfish Just want to thank you for all your amazing plugins - not just this great package but also the other gems like your Monster Counter to mention my personal favorite. Its literally made the game fun again. Hope you enjoy the creation process as much as i do the user experience. Much love bro! <3

  8. #37
    cnytkuscu's Avatar Member
    Reputation
    1
    Join Date
    Aug 2020
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone share the cracked version of thud ? I downloaded from ros-bot and it doesn't allow me to use plugins.
    Hello, I'm newbie programmer. Call me Tye

  9. #38
    MeisterBockwurst's Avatar Member
    Reputation
    1
    Join Date
    Aug 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Attention Required! (eventuell muss Downloadenaden VPN eingeschalten werden)

  10. #39
    Razorfish's Avatar Contributor
    Reputation
    188
    Join Date
    Apr 2019
    Posts
    178
    Thanks G/R
    19/158
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    @Numblenutz you're welcome

  11. Thanks Numblenutz (1 members gave Thanks to Razorfish for this useful post)
  12. #40
    cnytkuscu's Avatar Member
    Reputation
    1
    Join Date
    Aug 2020
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MeisterBockwurst View Post
    Attention Required! (eventuell muss Downloadenaden VPN eingeschalten werden)
    I ddownloaded it and tried to run but it stuck at "Accessing the game"

    Anyone help please ?
    Hello, I'm newbie programmer. Call me Tye

  13. #41
    Glex's Avatar Member
    Reputation
    4
    Join Date
    Apr 2017
    Posts
    37
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cnytkuscu View Post
    I ddownloaded it and tried to run but it stuck at "Accessing the game"

    Anyone help please ?
    Antivirus is the most problem and TurboHud is flagged by a lot of antivirus systems.
    Of course its does abnormal things like modify hosts file and change proxy settings...
    And the last thing is its obfuscated so a lot of antivirus system see a risk.
    This is good but bad for the TurboHud because a lot of people trust the Antivirus too much.

    Temporary deactivating and whitelist/exception to the whole TurboHud folder solve the problem.


    virustotal
    Download
    Last edited by Glex; 08-31-2021 at 01:33 AM.

  14. #42
    merchandice's Avatar Member
    Reputation
    1
    Join Date
    Aug 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Glex View Post
    Antivirus is the most problem and TurboHud is flagged by a lot of antivirus systems.
    Of course its does abnormal things like modify hosts file and change proxy settings...
    And the last thing is its obfuscated so a lot of antivirus system see a risk.
    This is good but bad for the TurboHud because a lot of people trust the Antivirus too much.

    Temporary deactivating and whitelist/exception to the whole TurboHud folder solve the problem.


    virustotal
    Download
    Sketchy post with sketchy links, do not trust this. Noobs on this forum: beware of anyone telling you "it's your antivirus."

    Blizzard just patched Diablo 3 to a new version (build # 2.7.1.77744) for some server-side as well as "compliance" updates. This broke THUD and RoS BOT likely in preparation for a mid-season banwave. Since THUD is maintained by RoS BOT now, their forums will have more up-to-date and (surprisingly) less sketchy posters.

  15. #43
    Glex's Avatar Member
    Reputation
    4
    Join Date
    Apr 2017
    Posts
    37
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by merchandice View Post
    Sketchy post with sketchy links, do not trust this. Noobs on this forum: beware of anyone telling you "it's your antivirus."
    merchandice

    The link or the file is from the creator.

    The program itself accesses files from D3.

    And is recognized as a virus by some virus programs.

    The download / file is not dangerous




    There is a working THud for the version 2.7.1.77744

  16. #44
    Voldemorte's Avatar Member
    Reputation
    1
    Join Date
    Feb 2021
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Glex View Post
    merchandice

    The link or the file is from the creator.

    The program itself accesses files from D3.

    And is recognized as a virus by some virus programs.

    The download / file is not dangerous




    There is a working THud for the version 2.7.1.77744
    Do you have a link to it?

  17. #45
    Glex's Avatar Member
    Reputation
    4
    Join Date
    Apr 2017
    Posts
    37
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Voldemorte View Post
    Do you have a link to it?
    TurboEMU website is down
    No idea whether a new one will be opened or whether there is a new version

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Movable plugins system
    By Razorfish in forum TurboHUD Community Plugins
    Replies: 103
    Last Post: 09-23-2021, 06:44 PM
  2. Replies: 1
    Last Post: 06-14-2020, 04:57 AM
  3. New to the honor system? Guide here
    By Amedis in forum World of Warcraft Guides
    Replies: 0
    Last Post: 06-16-2006, 09:21 AM
  4. The Honour System Explained
    By Cush in forum World of Warcraft Guides
    Replies: 2
    Last Post: 05-27-2006, 06:50 PM
  5. Replies: 0
    Last Post: 03-24-2006, 01:43 AM
All times are GMT -5. The time now is 05:43 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