PoEHUD - Overlay for Path of Exile (Updated for 3.0) menu

User Tag List

Page 3 of 297 FirstFirst 123456753103 ... LastLast
Results 31 to 45 of 4452
  1. #31
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2428
    Join Date
    Jun 2015
    Posts
    3,040
    Thanks G/R
    452/2173
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    that's not possible...he must be mistaken....
    or he is lucky that cardio is spawning a lot for him.

    PoEHUD - Overlay for Path of Exile (Updated for 3.0)
  2. #32
    gurcan123's Avatar Member
    Reputation
    1
    Join Date
    Feb 2010
    Posts
    5
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bcz View Post
    Seems like it wont preload which type of perandus chests are in the area either anymore, or is it just me?

    Actually, mine detects Cadiro with 100% accuracy still... but not the types of chests. This is the line in my preload config
    Code:
    Metadata/NPC/League/Cadiro; ### CADIRO; ffD2742D
    If it helps, I dump all metadata assets to text file every area change via
    Code:
    if (text.ToLower().Contains("metadata")) { File.AppendAllText("C:\\metadata.txt", text + "\n"); }
    Attached one from loading perandus area
    could you please explain how to use this method? where to copy this file?

  3. #33
    bcz's Avatar Contributor
    Reputation
    171
    Join Date
    Apr 2008
    Posts
    172
    Thanks G/R
    8/139
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    that's not possible...he must be mistaken....
    or he is lucky that cardio is spawning a lot for him.
    No I promise you, I locate Cadiro with 100% accuracy. Will make a video, though I dont know how much it will help solve the mystery.



    will probably delete it in a day or two
    Last edited by bcz; 11-13-2017 at 06:11 AM.

  4. Thanks toadskin (1 members gave Thanks to bcz for this useful post)
  5. #34
    LeHeupOfSoup's Avatar Member
    Reputation
    2
    Join Date
    Dec 2014
    Posts
    37
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bcz View Post
    No I promise you, I locate Cadiro with 100% accuracy. Will make a video, though I dont know how much it will help solve the mystery.



    will probably delete it in a day or two
    which version of the hud are you running?

  6. #35
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bcz View Post
    No I promise you, I locate Cadiro with 100% accuracy. Will make a video, though I dont know how much it will help solve the mystery.



    will probably delete it in a day or two
    O.o
    what preload data string are you looking at?

  7. #36
    TehCheat's Avatar ★ Elder ★
    Reputation
    2559
    Join Date
    Oct 2013
    Posts
    1,896
    Thanks G/R
    347/2261
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Added a couple of lines to the perload_alerts.txt file on the x64 branch.
    Code:
    # PERANDUS LEAGUE
    
    Metadata/NPC/League/Cadiro; Cadiro; ffD2742D
    I'm not at home to test it, and I'm pretty sure there's another alert hardcoded around it that will need to be removed.

  8. Thanks toadskin (1 members gave Thanks to TehCheat for this useful post)
  9. #37
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2428
    Join Date
    Jun 2015
    Posts
    3,040
    Thanks G/R
    452/2173
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by bcz View Post
    No I promise you, I locate Cadiro with 100% accuracy. Will make a video, though I dont know how much it will help solve the mystery.

    will probably delete it in a day or two
    thing is, there is already a cadiro path in the poehud....and that's the same exact path.....hardcoded into the code.

    PoEHUD/PreloadAlertPlugin.cs at 66be6b43cb4d21702782ebb5fda45c150ca11cc9 * TehCheat/PoEHUD * GitHub


    So how come hard coded one isn't working....and one in the file is working..when they both are same...
    Last edited by GameHelper; 11-13-2017 at 10:43 AM.

  10. Thanks toadskin (1 members gave Thanks to GameHelper for this useful post)
  11. #38
    TehCheat's Avatar ★ Elder ★
    Reputation
    2559
    Join Date
    Oct 2013
    Posts
    1,896
    Thanks G/R
    347/2261
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by zaafar View Post
    thing is, there is already a cadiro path in the poehud....and that's the same exact path.....hardcoded into the code.

    PoEHUD/PreloadAlertPlugin.cs at 66be6b43cb4d21702782ebb5fda45c150ca11cc9 * TehCheat/PoEHUD * GitHub


    So how come hard coded one isn't working....and one in the file is working..when they both are same...
    Maybe he has a PoE setting that others don't that causes it to work properly? I'd be curious how --noasync, --nopreload, and --waitforpreload all react.


    I'm pretty sure I saw it working as intended, as well (with the hardcoded alert). I wonder if maps always load his assets, but non-map areas don't.
    Last edited by TehCheat; 11-13-2017 at 12:26 PM.

  12. Thanks GameHelper, toadskin (2 members gave Thanks to TehCheat for this useful post)
  13. #39
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2428
    Join Date
    Jun 2015
    Posts
    3,040
    Thanks G/R
    452/2173
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by TehCheat View Post
    Maybe he has a PoE setting that others don't that causes it to work properly? I'd be curious how --noasync, --nopreload, and --waitforpreload all react.


    I'm pretty sure I saw it working as intended, as well (with the hardcoded alert). I wonder if maps always load his assets, but non-map areas don't.
    agree, needs to investigate this more.

  14. #40
    bcz's Avatar Contributor
    Reputation
    171
    Join Date
    Apr 2008
    Posts
    172
    Thanks G/R
    8/139
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not doing anything special. I probably did remove hardcoded Cadiro alert at some point but that shouldn't matter.

    At the end of the day, my "metadata.txt" dump shows these Cadiro assets loaded when he exists...
    Code:
    Metadata/NPC/League/Cadiro
    Metadata/NPC/League/Cadiro.ao
    Metadata/NPC/League/CadiroGoldPile
    Metadata/NPC/League/CadiroPortal
    And this is the only "cadiro" related asset loaded when he does not exist.
    Code:
    Metadata/NPC/League/CadiroPortal
    So the hardcoded alert should technically cover it
    Code:
    {"Metadata/NPC/League/Cadiro", new PreloadConfigLine { Text = "Cadiro Trader", FastColor = () => Settings.CadiroTrader }},
    Here's my game exe hashes
    http://73.76.192.240/ss/ss1233.png


    Also the metadata dump i keep referring to is just a single line I added into the Parse() function
    Code:
                    string text = memory.ReadStringU(memory.ReadLong(listIterator + 0x10), 512);
                    if (text.Contains('@')) { text = text.Split('@')[0]; }
    
                    preloadStrings.Add(text);
                    if (text.ToLower().Contains("metadata")) { File.AppendAllText("C:\\metadata.txt", text + "\n"); }
    Last edited by bcz; 11-13-2017 at 03:03 PM.

  15. #41
    TehCheat's Avatar ★ Elder ★
    Reputation
    2559
    Join Date
    Oct 2013
    Posts
    1,896
    Thanks G/R
    347/2261
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Very odd. I'm definitely getting false positives with the hard coded, but the preload alert seems to be functioning properly. I'll have to investigate it further, but it appears the hard coded one is doing something wrong.

  16. #42
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    2428
    Join Date
    Jun 2015
    Posts
    3,040
    Thanks G/R
    452/2173
    Trade Feedback
    0 (0%)
    Mentioned
    65 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by TehCheat View Post
    Very odd. I'm definitely getting false positives with the hard coded, but the preload alert seems to be functioning properly. I'll have to investigate it further, but it appears the hard coded one is doing something wrong.
    *drumroll* suspense *drumroll*

  17. #43
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    Very odd. I'm definitely getting false positives with the hard coded, but the preload alert seems to be functioning properly. I'll have to investigate it further, but it appears the hard coded one is doing something wrong.
    Im fairly certain i know the issue, there is a preload that is "Metadata/NPC/League/CadiroPortal"
    which is making this
    Code:
    PreloadConfigLine perandus_alert = PerandusLeague.Where(kv => text
                    .StartsWith(kv.Key, StringComparison.OrdinalIgnoreCase)).Select(kv => kv.Value).FirstOrDefault();
    get triggered by the cadiro line because this is using "startsWith"

    hope that makes sense.
    Last edited by Sithylis; 11-14-2017 at 01:30 AM.

  18. Thanks vmv, TehCheat, h42 (3 members gave Thanks to Sithylis for this useful post)
  19. #44
    _Telefonmann_'s Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    Plugins are not supported in the dx9 version of HUD.
    I always wondered why that is. Is it just not possible, or was the plugin support only implemented for x64 and the creation of a x32 version would take a lot of time?
    I love some of the x64 plugins (PickIt, Move to stash, flask manager), but recently the dx11 effects just crash my game so I had to switch back to x32.

  20. #45
    TehCheat's Avatar ★ Elder ★
    Reputation
    2559
    Join Date
    Oct 2013
    Posts
    1,896
    Thanks G/R
    347/2261
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Sithylis View Post
    Im fairly certain i know the issue, there is a preload that is "Metadata/NPC/League/CadiroPortal"
    which is making this
    Code:
    PreloadConfigLine perandus_alert = PerandusLeague.Where(kv => text
                    .StartsWith(kv.Key, StringComparison.OrdinalIgnoreCase)).Select(kv => kv.Value).FirstOrDefault();
    get triggered by the cadiro line because this is using "startsWith"

    hope that makes sense.
    I didn't look at it much, but I noticed that was a StartsWith and where it reads the preload_alerts.txt is a EndsWith. So that totally makes sense. I'll get a fix out for it and revert the change to the preload_alerts.txt later today.

    Also, thanks!

Page 3 of 297 FirstFirst 123456753103 ... LastLast

Similar Threads

  1. [Release] ExileHUD - External overlay for Path of Exile (work in progress)
    By Evozer in forum PoE Bots and Programs
    Replies: 1131
    Last Post: 04-04-2015, 05:14 PM
  2. [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
  3. Replies: 0
    Last Post: 07-02-2014, 02:10 AM
  4. [Trading] "Path of Exile Beta Key" for "Diablo 3 Beta Key".
    By BlQ in forum Diablo 3 Buy Sell Trade
    Replies: 4
    Last Post: 03-30-2012, 01:42 AM
  5. [Trading] "Path of Exile Beta Key" for "Diablo 3 Beta Key".
    By Chakl22 in forum General Trading Buy Sell Trade
    Replies: 0
    Last Post: 10-16-2011, 03:15 AM
All times are GMT -5. The time now is 01:19 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