[v7.6] [INTERNATIONAL] [Resu] OtherPlayersHeadsPlugin menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  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] [INTERNATIONAL] [Resu] OtherPlayersHeadsPlugin


    Other players' heroes' face on minimap (helps identifying hero class at a glance).
    + optional display of companion's face on minimap (on by default)
    - Support for Z class (ZDPS, Sup).


    Download:
    >>>>> OtherPlayersHeadsPlugin.cs <<<<<

    Install:
    save as plugins/Resu/OtherPlayersHeadsPlugin.cs
    Last edited by User5981; 02-15-2019 at 04:20 AM.
    Supported version for all Resu plugins

    [v7.6] [INTERNATIONAL] [Resu] OtherPlayersHeadsPlugin
  2. Thanks MrOne, johnbl, ADV2015, kirkiant, Rbroz, serlev, bklee228, Tiken972 (8 members gave Thanks to User5981 for this useful post)
  3. #2
    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 : Companions' heads on minimap (toggleable)
    Supported version for all Resu plugins

  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)
    Updated : Transparent heads for players & companions when an elite is very near them (better to know where to aim)
    Supported version for all Resu plugins

  5. #4
    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 :
    - Support for Z class (ZDPS, Sup).
    Supported version for all Resu plugins

  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)
    Updated :
    Z class detector improved (1 point left for Bane of the Stricken and 1 left for Convention of Elements),
    This should solve DPS Crusaders detected as Z
    Supported version for all Resu plugins

  7. #6
    intellilogic's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    25
    Thanks G/R
    3/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I once had something like this, or a version of it, where it shortened the names to 3 characters and made them bigger. How might I go about trimming them to 3 chars?

  8. #7
    takayo72's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2018
    Posts
    203
    Thanks G/R
    43/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I put these code in pluginenablerordisableplugins.cs

    // Settings for Other Player's Heads Plugin
    Hud.RunOnPlugin<Resu.OtherPlayersHeadsPlugin>(plugin =>
    {
    plugin.ShowCompanions = true; // set to false to not display companions
    });
    // End of Settings for Other Player's Heads Plugin

    But players' class head still displayed on the mini-map during gr

  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)
    Originally Posted by takayo72 View Post
    I put these code in pluginenablerordisableplugins.cs

    // Settings for Other Player's Heads Plugin
    Hud.RunOnPlugin<Resu.OtherPlayersHeadsPlugin>(plugin =>
    {
    plugin.ShowCompanions = true; // set to false to not display companions
    });
    // End of Settings for Other Player's Heads Plugin

    But players' class head still displayed on the mini-map during gr
    This code is to display companion's head on minimap not to hide other player's head on minimap.
    What do you want to do ?
    Supported version for all Resu plugins

  10. #9
    takayo72's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2018
    Posts
    203
    Thanks G/R
    43/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    i dont want to display player's head on minimap

    is there such an option in the plugin ?
    Last edited by takayo72; 01-18-2019 at 02:11 AM.

  11. #10
    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 takayo72 View Post
    i dont want to display player's head on minimap
    Then why do you use this plugin?
    Supported version for all Resu plugins

  12. Thanks polyssman (1 members gave Thanks to User5981 for this useful post)
  13. #11
    takayo72's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2018
    Posts
    203
    Thanks G/R
    43/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    because this plugin also display other player's name on the ground during rift where i need it.

  14. #12
    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 takayo72 View Post
    because this plugin also display other player's name on the ground during rift where i need it.
    I'm pretty sure TurboHUD does that by default. ;-)
    Supported version for all Resu plugins

  15. #13
    takayo72's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2018
    Posts
    203
    Thanks G/R
    43/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    yep....i found that default plugin which display player's name on the ground


    Baidu-Shurufa-2019-1-18-20-30-38.png
    do u know the player's name on the minimap isnt a default plugin ?
    I want to disable it too.



  16. #14
    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 takayo72 View Post
    yep....i found that default plugin which display player's name on the ground


    Baidu-Shurufa-2019-1-18-20-30-38.png
    do u know the player's name on the minimap isnt a default plugin ?
    I want to disable it too.


    It should be the same otherplayersplugin but you have to disable the minimap part with customize, ask someone in the support forum...
    Supported version for all Resu plugins

  17. #15
    franehr's Avatar Member
    Reputation
    6
    Join Date
    Oct 2017
    Posts
    82
    Thanks G/R
    34/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello , when i install this plugin , i can no longer see players markers plugin (pulsating rings on other players) , i don't get any exceptions so i don't know where is conflict ..

Page 1 of 2 12 LastLast

Similar Threads

  1. [v7.3] [INTERNATIONAL] [Resu] ParagonPercentagePlugin
    By User5981 in forum TurboHUD Community Plugins
    Replies: 89
    Last Post: 03-29-2021, 10:18 PM
  2. [v7.3] [INTERNATIONAL] [Resu] CraftersDelightPlugin
    By User5981 in forum TurboHUD Community Plugins
    Replies: 194
    Last Post: 03-07-2021, 05:56 AM
  3. [v7.3] [INTERNATIONAL] [Resu] UrshisGiftPlugin
    By User5981 in forum TurboHUD Community Plugins
    Replies: 55
    Last Post: 12-04-2020, 05:45 PM
  4. [v7.3] [INTERNATIONAL] [Resu] BattleTagAboveBannerPlugin
    By User5981 in forum TurboHUD Community Plugins
    Replies: 56
    Last Post: 08-01-2019, 05:03 AM
  5. [v7.3] [INTERNATIONAL] [Resu] TimeEverywherePlugin
    By User5981 in forum TurboHUD Community Plugins
    Replies: 4
    Last Post: 08-30-2017, 05:20 PM
All times are GMT -5. The time now is 06:20 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