[INTERNATIONAL][Psycho] DpsMeterPlugin menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 30 of 30
  1. #16
    PsychoPyro202's Avatar Active Member
    Reputation
    25
    Join Date
    Mar 2017
    Posts
    34
    Thanks G/R
    10/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah... I've seen him. He's been hiding.

    [INTERNATIONAL][Psycho] DpsMeterPlugin
  2. #17
    Noobz's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    143
    Thanks G/R
    8/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I see that. Possible to do without too much trouble? Good to see you back. Haven't played with you in quite a while

  3. #18
    PsychoPyro202's Avatar Active Member
    Reputation
    25
    Join Date
    Mar 2017
    Posts
    34
    Thanks G/R
    10/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry about that, I am a busy guy. I will try to get these plugins updated as soon as I find some time. And honestly I like the idea of changing the colors!

  4. #19
    Noobz's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    143
    Thanks G/R
    8/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any time freed up yet

    Noobz

  5. #20
    Noobz's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    143
    Thanks G/R
    8/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Finally tried 64 bit version of HUD. No errors but this didn't work. I see also that this may not work according to previous posts. Hope you get time to update with new colors and 64 bit working. Good luck.

    Noobz

  6. #21
    4evergamer's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea I'm running 64bit version of D3 and 64bit version of Hud and everything has been working except this plugin.

    *edit* It seems to be working for my softcore necro..but not my hc dh.

    Curious
    Last edited by 4evergamer; 09-26-2017 at 04:29 AM.

  7. #22
    Noobz's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    143
    Thanks G/R
    8/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am softcore only

  8. #23
    darkevil226's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    9
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea, it doesn't work on 64bit but works fine on 32bit.

  9. #24
    4evergamer's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone give me some examples of alternate coordinates for x and y? I'm trying to re position it and I'm unsure of how to input the increments. Thanks in advance.

  10. #25
    lunamanx's Avatar Member
    Reputation
    6
    Join Date
    Nov 2015
    Posts
    21
    Thanks G/R
    3/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 4evergamer View Post
    Can someone give me some examples of alternate coordinates for x and y? I'm trying to re position it and I'm unsure of how to input the increments. Thanks in advance.
    Mine is at right above Menu at bottom right.
    var xPos = 1220f;
    var yPos = 860f;
    var bgWidth = Hud.Window.Size.Width * 0.07f;
    var bgHeight = Hud.Window.Size.Height * 0.04f;

  11. #26
    4evergamer's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lunamanx View Post
    Mine is at right above Menu at bottom right.
    var xPos = 1220f;
    var yPos = 860f;
    var bgWidth = Hud.Window.Size.Width * 0.07f;
    var bgHeight = Hud.Window.Size.Height * 0.04f;
    Those coordinates puts it above my portrait top left with over ½ of it off screen. I guess I'll try troubleshooting again. Thanks. I'm playing the game with a resolution of 1920x1080. My goal is to put it bottom right-hand corner in between the demon and the Collection button.
    Last edited by 4evergamer; 12-09-2017 at 03:24 PM.

  12. #27
    wreck1's Avatar Member
    Reputation
    1
    Join Date
    Jan 2018
    Posts
    4
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a request but I'm not sure how difficult it will be. I've tried doing it myself but failed (miserably) due to just now learning C# but I've tried changing up this meter to show my average DPS versus just current (and max) dps values as I found this would help gauge how well a build is doing over the course of a few GRifts and allow the ability to min/max certain rerolls to see just how much survivability is lost due to say area hit, etc. My attempt left me with exceptions but seems like it's close to being viable. I was attempting to divide current game time by total damage dealt per session but had exceptions being thrown for using variables that couldn't be used in the matter I was using them...

    The setup for gametime was taken I believe from the gameinfo plugin:
    var GameTimer = new TimeSpan(Convert.ToInt64(Hud.Game.CurrentGameTick / 60.0f * 10000000));

    So I figured dividing by total damage may work but I'm just not able to find something that works.

    Could someone help me in this regard? I appreciate it.

    *Edit*
    Wow, just realized I don't have to guess anymore and found the interfaces folder /facepalm. RunDPS it is!
    Last edited by wreck1; 01-21-2018 at 10:42 PM.

  13. #28
    squire14's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    15
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any update for this?

  14. #29
    Supermangelo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2019
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Once upon a time before i even knew about the existence of Turbohud, i was searching on the internet if it would be possible to see my DPS in real-time when playing Diablo.

    From one link came another and so it happened that for the very first time i entered ownedcore.com on the page of this plugin made by Psycho.
    A new world opened: i was able to see my dps!! ( and because i didnt knew Turbohud before, all the rest was... also nice to have offcourse)

    But now... It doesnt work anymore!
    I hope this can help:
    Desktop\TurboHUD 19.8.21.0 (v9.1) STABLE for Diablo III 2.6.6.61291 (64 bit)\Plugins\Psycho\DpsMeterPlugin.cs(33,74) : error CS0266: Cannot implicitly convert type 'double' to 'long'. An explicit conversion exists (are you missing a cast?)

    Will there be a solution for this?

    Thanks in advance!

  15. #30
    XxxZzz's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    line 8 , change the "long" to double.
    private double HighestDPS;

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [INTERNATIONAL][Psycho] ClassMarkersPlugin
    By PsychoPyro202 in forum TurboHUD Community Plugins
    Replies: 34
    Last Post: 02-10-2021, 04:53 PM
  2. [INTERNATIONAL][Psycho] ShrineLabelsPlugin
    By PsychoPyro202 in forum TurboHUD Community Plugins
    Replies: 37
    Last Post: 08-19-2020, 08:04 AM
  3. International Talk Like a Pirate Day!
    By Loveshock in forum Community Chat
    Replies: 13
    Last Post: 09-20-2007, 12:11 PM
  4. International Rules to Calling Shotgun
    By matswurld in forum Community Chat
    Replies: 1
    Last Post: 05-18-2007, 08:37 PM
  5. President Bush, CAUGHT SWEARING at international meeting
    By mantalcore in forum Community Chat
    Replies: 15
    Last Post: 08-14-2006, 09:41 AM
All times are GMT -5. The time now is 12:31 AM. 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