[v9.2] Range Circles menu

User Tag List

Results 1 to 13 of 13
  1. #1
    Glew's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Sep 2020
    Posts
    7
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [v9.2] Range Circles

    This is a very simple plugin to display circles around the player with customizable colors, distances, and thickness. Original credit goes to klamist. I have simply added a few simple changes to the code but I could not have written this myself and so he deserves 100% credit. He didn't seem to have published the plugin so I'm doing it in his honor. Shoutout to gjuz for teaching me the proper format/etiquette.

    Update: The pastebin was giving people RangeCircles.cs.cs - I have updated and verified that everything works now. Users should only receive a RangeCircles.cs file now with the proper .cs format.

    1.jpg
    2.jpg

    Save to TurboHUD\plugins\glew
    RangeCircles - Pastebin.com
    Default toggle key is 9. Guides to changing the settings and hotkeys are found within RangeCircles.cs

    Also my first submission. If I broke a rule or have poor etiquette I'm sorry, correct me and I'll fix it!
    I also think this plugin is so simple it wouldn't make a bad addition to the default THUD plugins.
    Last edited by Glew; 11-20-2020 at 03:32 AM.

    [v9.2] Range Circles
  2. Thanks 731113 (1 members gave Thanks to Glew for this useful post)
  3. #2
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You'd better attach a screenshot

  4. #3
    Glew's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Sep 2020
    Posts
    7
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SeaDragon View Post
    You'd better attach a screenshot
    As soon as we've got a working THUD for this recent patch I'll definitely upload!

  5. #4
    Romanmas's Avatar Member
    Reputation
    11
    Join Date
    Mar 2017
    Posts
    187
    Thanks G/R
    9/9
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

  6. #5
    Saico's Avatar Active Member
    Reputation
    21
    Join Date
    Apr 2019
    Posts
    379
    Thanks G/R
    35/20
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Got some exceptions

    Code:
    C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(6,31) : error CS0246: The type or namespace name 'BasePlugin' could not be found (are you missing a using directive or an assembly reference?)
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(8,16) : error CS0246: The type or namespace name 'GroundCircleDecorator' could not be found (are you missing a using directive or an assembly reference?)
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(9,16) : error CS0246: The type or namespace name 'GroundCircleDecorator' could not be found (are you missing a using directive or an assembly reference?)
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(18,30) : error CS0115: 'RangeRound.Load(IController)': no suitable method found to override
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(6,43) : error CS0535: 'RangeRound' does not implement interface member 'IPlugin.Hud'
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(6,43) : error CS0535: 'RangeRound' does not implement interface member 'IPlugin.Enabled'
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(6,43) : error CS0535: 'RangeRound' does not implement interface member 'IPlugin.Order'
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(6,43) : error CS0535: 'RangeRound' does not implement interface member 'IPlugin.PerformanceCounters'

  7. #6
    Glew's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Sep 2020
    Posts
    7
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Saico View Post
    Got some exceptions

    Code:
    C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(6,31) : error CS0246: The type or namespace name 'BasePlugin' could not be found (are you missing a using directive or an assembly reference?)
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(8,16) : error CS0246: The type or namespace name 'GroundCircleDecorator' could not be found (are you missing a using directive or an assembly reference?)
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(9,16) : error CS0246: The type or namespace name 'GroundCircleDecorator' could not be found (are you missing a using directive or an assembly reference?)
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(18,30) : error CS0115: 'RangeRound.Load(IController)': no suitable method found to override
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(6,43) : error CS0535: 'RangeRound' does not implement interface member 'IPlugin.Hud'
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(6,43) : error CS0535: 'RangeRound' does not implement interface member 'IPlugin.Enabled'
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(6,43) : error CS0535: 'RangeRound' does not implement interface member 'IPlugin.Order'
    2020.11.19 13:58:25.088	20.11.19.0		C:\Users\Desktop\TURBOHUD\TURBO S22\Plugins\glew\RangeCircles.cs(6,43) : error CS0535: 'RangeRound' does not implement interface member 'IPlugin.PerformanceCounters'
    Should work as expected now.
    Last edited by Glew; 11-19-2020 at 11:03 PM.

  8. Thanks Saico (1 members gave Thanks to Glew for this useful post)
  9. #7
    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)
    1. Just change the name space to any directory path you need so the plugin can go anywhere you want, namely this line at the top:
    Code:
    namespace Turbo.Plugins.Default
    2. Your link is broken atm and needs to be fixed manually.

  10. #8
    jek13's Avatar Member
    Reputation
    1
    Join Date
    Nov 2020
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cant DL is normal ? or only cut and create a new note ?

  11. #9
    Glew's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Sep 2020
    Posts
    7
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Link is updated. Sorry for the hassle!

  12. #10
    Glew's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Sep 2020
    Posts
    7
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stormreaver View Post
    1. Just change the name space to any directory path you need so the plugin can go anywhere you want, namely this line at the top:
    Code:
    namespace Turbo.Plugins.Default
    2. Your link is broken atm and needs to be fixed manually.
    Fixed the link.
    Last edited by Glew; 11-19-2020 at 11:04 PM.

  13. #11
    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,
    it's better for custom plugin to use a custom namespace - such that all of your own plugin can be found in that namespace.

    in your case
    Code:
    namespace Turbo.Plugins.glew
    and add
    Code:
    using Turbo.Plugins.Default;
    at the top.


    thus the plugin should be installed to HUD/plugins/glew


    Originally Posted by Glew View Post
    Original credit goes to klamist. I have simply added a few simple changes to the code but I could not have written this myself and so he deserves 100% credit.
    that's the way all of our plugins can be improved. you'll need an idea and a baseline to code with. so keep adjusting - learning by doing...



    greetz gjuz

  14. #12
    Glew's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Sep 2020
    Posts
    7
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for taking the time to educate me! I'll make the changes within the hour. I'm not sure which, but I definitely use your plugins, I recognize gjuz for sure. So thanks x2!

  15. #13
    Glew's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Sep 2020
    Posts
    7
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The pastebin was giving people RangeCircles.cs.cs - I have updated and verified that everything works now. Users should only receive a RangeCircles.cs file now with the proper .cs format.

Similar Threads

  1. Possible to draw circles around player to show specified range(s)?
    By The_Crazy_Aussie in forum TurboHUD Discussions
    Replies: 3
    Last Post: 01-21-2019, 04:37 AM
  2. [Request] minimap reveal with a goblin spawn range circle??
    By Pe1a0 in forum TurboHUD Support
    Replies: 4
    Last Post: 06-12-2018, 06:52 AM
  3. [Request] Firebats (Cloud of Bats) range-indicator circle.
    By mrjayaur in forum TurboHUD Support
    Replies: 5
    Last Post: 01-27-2018, 12:36 PM
  4. [Request] Ranged attack solid color-circle/dot indicator.
    By mrjayaur in forum TurboHUD Support
    Replies: 1
    Last Post: 08-26-2017, 08:48 PM
  5. [Request] Bul-Kathos Wedding Band Range Circle
    By mrjayaur in forum TurboHUD Support
    Replies: 8
    Last Post: 08-25-2017, 11:17 AM
All times are GMT -5. The time now is 12:05 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