PoEHUD Overlay Updated menu

Shout-Out

User Tag List

Page 191 of 461 FirstFirst ... 91141187188189190191192193194195241291 ... LastLast
Results 2,851 to 2,865 of 6913
  1. #2851
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dd4thewin View Post
    I just built my pc in august and I do have a ssd also but seems you may be on to something but I dunno lol
    I was just remember that someone said something about better caching methods for faster loading and more accurate results, but that was long ago.

    Well, at least i have fixed that bloooody corrupted area problem,

    PoEHUD Overlay Updated
  2. #2852
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Most accurate version so far, tested on more then 30+ areas with full clean up and i didn't found any false reports.
    Hopefully this is the right one ...and can be added to the main version (the reading method).

    Now, the only thing left is the laggy hud, at least for me it is.

    Link: https://github.com/vmv/qHUD/releases/tag/v.0.3

    Please give some feedback's on Perandus Chests & Corrupted Area reports.


    Thanks,

  3. Thanks Hognus (1 members gave Thanks to vmv for this useful post)
  4. #2853
    misterhacker's Avatar Member
    Reputation
    4
    Join Date
    Feb 2015
    Posts
    149
    Thanks G/R
    22/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    Most accurate version so far, tested on more then 30+ areas with full clean up and i didn't found any false reports.
    Hopefully this is the right one ...and can be added to the main version (the reading method).

    Now, the only thing left is the laggy hud, at least for me it is.

    Link: https://github.com/vmv/qHUD/releases/tag/v.0.3

    Please give some feedback's on Perandus Chests & Corrupted Area reports.


    Thanks,
    Works perfectly.
    One more,can you tell me,how to change in setting position where show for preload alerts,like corrupted area,Cadiro trade,because they hidden letters on default mission what i must to finish.When i pess TAB key to show map on desktop,position on letters is good.
    There is picturePoEHUD Overlay Updated-hud-png

    Thx
    Last edited by misterhacker; 04-02-2016 at 08:10 AM.

  5. #2854
    girencraft's Avatar Member
    Reputation
    1
    Join Date
    Feb 2016
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to see whole map layout? Or is it possilbe to have a better custom minimmap with explored map data?

  6. #2855
    Wiress's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I know is something easy, im just being a bonehead about but
    PoEHUD Overlay Updated-poehud-error-jpg

  7. #2856
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Wiress View Post
    I know is something easy, im just being a bonehead about but
    PoEHUD Overlay Updated-poehud-error-jpg
    You probably have an old version of HUD.
    Last edited by TehCheat; 04-02-2016 at 09:05 AM.

  8. #2857
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by vmv View Post
    Is it working like a parser right ? If this is the case, then could be a problem that there is too much data right now and the hud needs time to read all before parsing a complete scan...
    It iterates through the list of loaded files. Any time it sees a change in count, it iterates through them again. This should be pretty safe. The only time it wouldn't be safe is when garbage collection hits after (by default) 3 zones. But that happens at area change and we start over at area change.

    The parsing is done on each list of alerts, not on the actual files. It takes each file name and parses through each alert to see if it's in one of those alerts.
    I'm thinking of visualggpk, who takes a lot of time to read all data.
    So, for a fast comp with ssd, the hud could be much faster and more accurate in just 2-3 sec after clicking on a new create area vs an old hdd who will read it slowly and could misleading the user. But then, why are there some boxes that do not show up even if you are next to them, sometimes?
    This makes me think that the code isn't good or fast enough for such a job.
    - Isn't better to have the hud to load all readings into memory and using it from there, skipping the sdd/hdd reading part whenever a new area is loaded ?
    And that's exactly what caused problems with the 10 second timer, a slow PC would take longer than 10 seconds to load everything so the last time HUD iterated through the file list it wouldn't have everything. Which is why I dropped the timer.

    As far as SSDs, I have an SSD that isn't much quicker than my mechanical drive at loading GGG stuff (which is why I have a different SSD that's much quicker now). It has be to a good SSD for it to really matter, just having an SSD doesn't really say much.

    I'm curious how well my dev branch's method is at finding files. If it's working well, it's by far the best solution (as it only reads new files as they're added). I'm going to test it today.

  9. #2858
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    I'm curious how well my dev branch's method is at finding files. If it's working well, it's by far the best solution (as it only reads new files as they're added). I'm going to test it today.
    Thanks for explanations,

    Do you have any new updates to push on Dev version..?
    I want to test it too.
    Ty,

  10. #2859
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by misterhacker View Post
    Works perfectly.
    One more,can you tell me,how to change in setting position where show for preload alerts,like corrupted area,Cadiro trade,because they hidden letters on default mission what i must to finish.When i pess TAB key to show map on desktop,position on letters is good.
    There is picturePoEHUD Overlay Updated-hud-png

    Thx
    The hud doesn't have re positions for preloads, and to mess with the code, just look inside the PreloadAlertPlugin, on Render function.

  11. #2860
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by vmv View Post
    Thanks for explanations,

    Do you have any new updates to push on Dev version..?
    I want to test it too.
    Ty,
    I thought you already had tested that some. It's the one with a ton of changes to preloadalertplugin.cs. I've been testing it all morning, seems to work really well.

  12. #2861
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    I thought you already had tested that some. It's the one with a ton of changes to preloadalertplugin.cs. I've been testing it all morning, seems to work really well.
    Oh, i did test that one last night, but didn't change anything with false reports (i think it was guardians without any chests on preload), and i thought you have another changes on work.
    Right now i have the Dev version on test with chests moved on preload_alerts.txt, and it seems to work ok.


    edit:
    - Few moments ago I've had 3 perandus chests all near by and after the huge lag caused by so many mobs, i opened all 3 boxes and there was that loot explosion.
    The cpu usage jumped above 50%. I closed the hud and opened another version...same thing, the cpu usage increased immediately.
    So, there is something going on with ItemAlert, because disabling it, the cpu dropped back to under 10% usage.

    ;(
    Last edited by vmv; 04-02-2016 at 12:43 PM.

  13. #2862
    xDamnationx's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    59
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The big map did show icons with my old version, but I had issues with the preload alerts, so I got the new one. Now I no longer see the icons. I guess I have to choose whether I'd rather see icons on map or preload boxes etc...

    Hmm :P


    EDIT: It shows most zones correctly but I'm still running into chests that aren't detected at all. Just had a zone say "Cadiro trader" and I ran into a "Perandus Chest". In normal "The Submerged Passage". Same situation in The Flooded Depths. 2 boxes near each other yet the preload alert didn't even say there was one.

    EDIT#2: Looks like it actually just never shows Perandus boxes. I made sure the option was turned on and it is.
    Last edited by xDamnationx; 04-02-2016 at 05:39 PM.

  14. #2863
    TehCheat's Avatar ★ Elder ★
    Reputation
    2563
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2265
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    I did have an instance start earlier that showed a guardian, but not a chest, but the guardian was added after I moved about a screen into the instance. This was using the dev branch's version. If I see it again, I'll compare it to the master branch's and see if it sees it or if it's simply a matter of the instance streaming files as you move.

  15. #2864
    vmv's Avatar ★ Elder ★
    Reputation
    1196
    Join Date
    Nov 2013
    Posts
    1,397
    Thanks G/R
    103/1053
    Trade Feedback
    0 (0%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    I did have an instance start earlier that showed a guardian, but not a chest, but the guardian was added after I moved about a screen into the instance. This was using the dev branch's version. If I see it again, I'll compare it to the master branch's and see if it sees it or if it's simply a matter of the instance streaming files as you move.
    After many tests with various methods, i can say that the Perandus Chests cannot be hard-coded for 100% accurate results.
    And the chests must be moved into preload_alerts.txt with this line added on top:

    Code:
    # Perandus chests
    Metadata/Chests/PerandusChests/PerandusChest.ao;
    Old strongboxes work different because they all have an individual .ao file, but perandus chests have one for all to read from.
    So, moving chests to .txt file and guards to code side, this is how is working.
    All other methods that I've tried have failed.

    You can use the code from the light version and test it on Dev.: https://github.com/vmv/qHUD/blob/aa8...AlertPlugin.cs
    Chests are in config folder.

  16. #2865
    dd4thewin's Avatar Member
    Reputation
    2
    Join Date
    Oct 2014
    Posts
    252
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vmv View Post
    After many tests with various methods, i can say that the Perandus Chests cannot be hard-coded for 100% accurate results.
    And the chests must be moved into preload_alerts.txt with this line added on top:

    Code:
    # Perandus chests
    Metadata/Chests/PerandusChests/PerandusChest.ao;
    Old strongboxes work different because they all have an individual .ao file, but perandus chests have one for all to read from.
    So, moving chests to .txt file and guards to code side, this is how is working.
    All other methods that I've tried have failed.

    You can use the code from the light version and test it on Dev.: https://github.com/vmv/qHUD/blob/aa8...AlertPlugin.cs
    Chests are in config folder.
    I havnt been able to test the last hud u pushed but is that one still pretty accurate? do I need to use this code in that hud or is it already there?

Similar Threads

  1. [Release] PoeHUD - Overlay for Path of Exile
    By Coyl in forum PoE Bots and Programs
    Replies: 1870
    Last Post: 01-27-2015, 02:28 AM
  2. [Tool] Exp per hour overlay (needs offset update)
    By moustache in forum PoE Bots and Programs
    Replies: 15
    Last Post: 11-08-2013, 09:00 PM
  3. Site updates 6/19/2006
    By Matt in forum OC News
    Replies: 1
    Last Post: 06-19-2006, 08:48 AM
  4. Updated(FuxxoZ|WoWGlider)
    By ih8blizz in forum World of Warcraft Bots and Programs
    Replies: 22
    Last Post: 06-16-2006, 09:24 PM
  5. New Update on the Patch!
    By Dwarpy in forum World of Warcraft General
    Replies: 1
    Last Post: 05-22-2006, 12:50 AM
All times are GMT -5. The time now is 10:35 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search