[V9.0] [INTERNATIONAL] [RNN] OtherShrinePlugin menu

User Tag List

Page 6 of 10 FirstFirst ... 2345678910 LastLast
Results 76 to 90 of 138
  1. #76
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    In this version, the pylons / shrines / pools / wells "are also markers", this makes other plugins show it on the ground and on the map, they will have to adapt (eg AdvancedMarkerPlugin, AriadnesThreadPlugin, etc)

    [V9.0] [INTERNATIONAL] [RNN] OtherShrinePlugin
  2. #77
    Arya6170's Avatar Member
    Reputation
    1
    Join Date
    Jun 2020
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey RNN, I'm pretty sure I have, to date, been using an incredibly outdated version of your plugin I'd butchered and CPR'd to life over time, rather than just getting an updated version, I also additionally think I had bastardised your plugin by crossing it with others to have it operate and look the way I wanted. I'm looking to edit it again, but it's been a year or so since I touched any plugins, and have no coding experience so a lot of what I do is uh... questionable. I'm looking to have circles on the Shrines and Pylons, which I believe the older version of your plugin had a long time ago, as well as fix an issue where the shrines/pools do not disappear from being drawn even when leaving the bounds of the minimap, and even when they have been consumed.

    If you're able to find an old version (I don't trust any of my old versions because of their bastardisations) that had the circles on the pylons, I'd appreciate it if you could get the code necessary to have it work for me so I can further bastardise this new version :P
    As well as provide a fix for pylons not disappearing, as it's particularly annoying when heading NE as the pylons end up in the center of my screen.

    (Btw yes I tested this with only THUD and your plugin)
    1.JPG
    An example of the issue regarding the minimap.

    It's also possible I fucked something up somehow, if you think that's the case lemme know <3

  3. #78
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Textures are always shown, by the way, although you could change this by moving or conditioning the lines " MapTextureShrines.Paint(null,marker.FloorCoordinate,""); "
    To not show the texts on the used pylons, set HiddenPylonUsed = true;

    To see circles or rectangles locate the lines "DecoratorXXXXXXXX.ToggleDecorators<MapShapeDecorator>(texture == null);"
    and change them to "DecoratorXXXXXXXX.ToggleDecorators<MapShapeDecorator>(true);"
    by default they are not shown if textures are available
    Last edited by RNN; 06-25-2020 at 03:57 PM.

  4. #79
    LittleDez13's Avatar Member
    Reputation
    3
    Join Date
    Mar 2020
    Posts
    69
    Thanks G/R
    48/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi RNN.

    This lines are correct to customise the line types using PluginEnablerOrDisable?

    Code:
    Hud.GetPlugin<RNN.OtherShrinePlugin>().LinePylon.Brush = Hud.Render.CreateBrush(255, 255, 150, 50, LineToPylonWidth,SharpDX.Direct2D1.DashStyle.Dash);
    
    Hud.GetPlugin<RNN.OtherShrinePlugin>().LinePool.Brush = Hud.Render.CreateBrush(255, 255, 255, 0, LineToPylonWidth,SharpDX.Direct2D1.DashStyle.Dash);
    That your plugin is really amazin. I don't know why I hadn't included him before in my top 5!

    For me there are 2 D3: before RNN' plugins / after RNN' plugins.

    Obviusly none of this would be possible without KJ' TH!!!



    Thx guys.

  5. #80
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    They are those lines but you should not modify them from PluginEnablerDisablerPlugin in this case (they are redefined in the Customize of the plugin and that complicates it. In addition, the scope of LinePylon and LinePool is private and should be changed to public).
    You will have to edit the file directly, lines 364 and 371

  6. Thanks LittleDez13 (1 members gave Thanks to RNN for this useful post)
  7. #81
    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)
    RNN do you know if this square box on pylons with the name of the player who has Nemesis is yours plugin or Resu ? Don`t remember clearly :confused:

    It got larger in latest build, I would like to remove or resize it

    Screenshot_4.png

  8. #82
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    In the first post you have an image.
    Both my plugin and the plugin resu show a rectangle on the pylons indicating that someone has nemesis. The difference is that in my plugin you will only see the rectangle if you must leave the pylon to another player and the names of all the players who have nemesis will be shown. Therefore, if you have Nemesis (regardless of whether other players have it), or nobody has it, no rectangle will appear.
    When you see the rectangle interpret it as an alert: don't take me
    Last edited by RNN; 06-26-2020 at 12:49 PM.

  9. #83
    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)
    Originally Posted by RNN View Post
    In the first post you have an image.
    Both my plugin and the plugin resu show a rectangle on the pylons indicating that someone has nemesis. The difference is that in my plugin you will only see the rectangle if you must leave the pylon to another player and the names of all the players who have nemesis will be shown. Therefore, if you have Nemesis (regardless of whether other players have it), or nobody has it, no rectangle will appear.
    When you see the rectangle interpret it as an alert: don't take me
    Oh sure, it is yours, I just tested, I am searching where do I resize this box, it was not so big, any help where do I change to resize rectangle ?
    Thx in advance

  10. #84
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    When there is only one name I add a line, maybe that's why you see it as big. I've commented that line (578), try to do just that:
    Code:
    //if(players.Count() == 1) PylonNemesys = PylonNemesys + "\n";
    If you want to reduce it even more, edit line 580
    Code:
    DecoratorPylonNemesys.Paint(marker.FloorCoordinate.ToScreenCoordinate().X - (int) (l.Metrics.Width * 0.75) , marker.FloorCoordinate.ToScreenCoordinate().Y , l.Metrics.Width * 1.5f, l.Metrics.Height * 1.4f, HorizontalAlign.Center);
    and reduce those colored values (1.5f , 1.4f)

  11. #85
    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)
    Originally Posted by RNN View Post
    In the first post you have an image.
    Both my plugin and the plugin resu show a rectangle on the pylons indicating that someone has nemesis. The difference is that in my plugin you will only see the rectangle if you must leave the pylon to another player and the names of all the players who have nemesis will be shown. Therefore, if you have Nemesis (regardless of whether other players have it), or nobody has it, no rectangle will appear.
    When you see the rectangle interpret it as an alert: don't take me

    Actually I put in an older version of your othershrineplugin.cs and it was ok and centered

    1.jpg

    But in the newer version it was bigger and at bottom

    2.jpg

    I resized but how can I have it centered and not under *POWER* text ?

    Thx again, gonna try your modify above since I get home.
    Last edited by Saico; 06-26-2020 at 03:51 PM.

  12. #86
    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)
    Originally Posted by RNN View Post
    When there is only one name I add a line, maybe that's why you see it as big. I've commented that line (57, try to do just that:
    Code:
    //if(players.Count() == 1) PylonNemesys = PylonNemesys + "\n";
    If you want to reduce it even more, edit line 580
    Code:
    DecoratorPylonNemesys.Paint(marker.FloorCoordinate.ToScreenCoordinate().X - (int) (l.Metrics.Width * 0.75) , marker.FloorCoordinate.ToScreenCoordinate().Y , l.Metrics.Width * 1.5f, l.Metrics.Height * 1.4f, HorizontalAlign.Center);
    and reduce those colored values (1.5f , 1.4f)
    Oh, the size is pretty good right now, but still not centered on pylon, how can I move it ? Did not find any xpor/ypor coords.

    Screenshot_1.jpg << Under PylonNameText

  13. #87
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    You are right, download it again, it will now be shown above

  14. Thanks Saico (1 members gave Thanks to RNN for this useful post)
  15. #88
    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)
    Originally Posted by RNN View Post
    You are right, download it again, it will now be shown above
    Holy Shit, right on the spot !! You are a plugin god RNN. Ty

  16. #89
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Update 1

    Various fixes

    Update 2

    Changed ShowOtherMarker to ShowMarkers to prevent confusions.
    Included features of AdvancedMarkerPlugin (Xenthalon). If you want to disable it and use another plugin for this, set ShowMarkers = false;
    Added LineToMarkerRange

    Update 3

    Added Opacity : opacity for all map textures(of pylons/shrines/pools/wells, other markers) when they're not on screen.
    Last edited by RNN; 06-27-2020 at 06:13 AM. Reason: update

  17. Thanks BeeAntOS, mois (2 members gave Thanks to RNN for this useful post)
  18. #90
    RNN's Avatar Legendary
    Reputation
    810
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/773
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Update

    Possible bug detected with a coordinate issue affecting the detection of used shrines (sanctuaries), fixed. I recommend updating.

  19. Thanks LittleDez13, BeeAntOS, mois (3 members gave Thanks to RNN for this useful post)
Page 6 of 10 FirstFirst ... 2345678910 LastLast

Similar Threads

  1. [V9.0] [INTERNATIONAL] [RNN] Icount
    By RNN in forum TurboHUD Community Plugins
    Replies: 21
    Last Post: 1 Week Ago, 04:48 AM
  2. [V7.7] [INTERNATIONAL] [RNN] BountiesTracking
    By RNN in forum TurboHUD Community Plugins
    Replies: 40
    Last Post: 3 Weeks Ago, 12:22 PM
  3. [V9.0] [INTERNATIONAL] [RNN] LogChat
    By RNN in forum TurboHUD Community Plugins
    Replies: 19
    Last Post: 01-08-2021, 09:14 AM
  4. [V8.0] [INTERNATIONAL] [RNN] DeathInMap
    By RNN in forum TurboHUD Community Plugins
    Replies: 2
    Last Post: 03-24-2020, 09:18 AM
  5. [V8.0] [INTERNATIONAL] [RNN] Ip4Meta
    By RNN in forum TurboHUD Community Plugins
    Replies: 13
    Last Post: 09-14-2019, 10:10 AM
All times are GMT -5. The time now is 08:29 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