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

User Tag List

Page 246 of 297 FirstFirst ... 146196242243244245246247248249250296 ... LastLast
Results 3,676 to 3,690 of 4452
  1. #3676
    datz's Avatar Active Member
    Reputation
    23
    Join Date
    Aug 2013
    Posts
    538
    Thanks G/R
    170/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just wanna say thanks again.. hud makes poe sooo much more enjoyable.. i went from 12 hours on release to not wanting to play much at all until hud was fixed and now im having a blast again only because of this and flasks <3

    PoEHUD - Overlay for Path of Exile (Updated for 3.0)
  2. #3677
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by jonesquack View Post
    Hello TehCheat,
    Thanks a lot for all the good job you do.
    I am a programmer myself but I usually do not work with these memory offsets.
    If you tell me how you get the offsets I can work on it and push the changes to a separate branch. (I have changed some plugins and poehud itself but I never learn how to get those offsets)
    Please send me a PM if you are interested.
    Thanks
    A lot of ppl in this community has this issue i.e. they know programming but don’t know how to update/fix offsets.

    I think a good way to start is look at the existing poehud code and try to understand what/how is it doing it ( do this in the middle of the league when poehud is in better state ).

    Also, poehud devs mostly use cheatengine and reclass ( google it ) to figure out the change in the offsets. So you can also play with those tools ( and understand how do they work ).

    Following is a very simple test to know if you understand reclass/cheatengine enough
    1:- pick an offset ( e.g life offset ) from poehud
    2:- import it into cheatengine/reclass
    3:- update that offset to point to mana
    4:- export it to poehud


    Here are the things I learned from my past experience in this community:
    1:- There is no one simple way of figuring out offset. Think of this as hit/trial + past personal experience activity.
    2:- Updating offsets has nothing to do with development experience even a non-developer with knowledge of reclass/cheatengine can do it.
    3:- there is no book/guide/documentation/post on updating offset or reverse engineering a game and none of the developers got any time to write/teach it but asking really really specific questions are always welcome.
    Last edited by GameHelper; 03-13-2019 at 05:02 PM.

  3. Thanks toadskin, SickBro (2 members gave Thanks to GameHelper for this useful post)
  4. #3678
    TehCheat's Avatar ★ Elder ★
    Reputation
    2564
    Join Date
    Oct 2013
    Posts
    1,900
    Thanks G/R
    349/2266
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Fireball View Post
    Many people is waiting for it.
    If we can help you to debug, just tell us.
    The "debug" is more about finding what offsets differ from the standalone version. It's probably just a delta like the Steam version has had in the past. It'll probably take me about 5 minutes to find it, but I have to update Steam first, and that's annoying.

    Originally Posted by darkknight777 View Post
    anyone know why a "entities processing limit reached" is on my screen and keeps going up in number?
    That was a problem with an early build this league, you should update (I would download it directly from the github page in my signature to make sure you have the latest).

  5. Thanks toadskin (1 members gave Thanks to TehCheat for this useful post)
  6. #3679
    PreFlasH's Avatar Member
    Reputation
    2
    Join Date
    Dec 2018
    Posts
    72
    Thanks G/R
    54/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, no update for steam version? All our grop and friends play through the steam. Please, do a favour for steam community.

  7. #3680
    wolfis's Avatar Member
    Reputation
    5
    Join Date
    Mar 2018
    Posts
    67
    Thanks G/R
    5/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone able to get pickit working?

  8. #3681
    TadaceAce's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    Following is a very simple test to know if you understand reclass/cheatengine enough
    1:- pick an offset ( e.g life offset ) from poehud
    2:- import it into cheatengine/reclass
    3:- update that offset to point to mana
    4:- export it to poehud
    Finding offsets for numerical values should be easy. It's stuff like stash, enemies, preload, etc. I can only refine "changed value" so much and never understood how people found the offsets for stuff like that.

    I actually find it interesting you use CE to find the offsets. For some reason I assume the experts had a more... sophisticated? tool.

  9. #3682
    GameHelper's Avatar ★ Elder ★ CoreCoins Purchaser
    Reputation
    3015
    Join Date
    Jun 2015
    Posts
    3,325
    Thanks G/R
    507/2700
    Trade Feedback
    0 (0%)
    Mentioned
    92 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by TadaceAce View Post
    Finding offsets for numerical values should be easy. It's stuff like stash, enemies, preload, etc. I can only refine "changed value" so much and never understood how people found the offsets for stuff like that.

    I actually find it interesting you use CE to find the offsets. For some reason I assume the experts had a more... sophisticated? tool.
    I think you are confusing offsets with address. Offset is a to and from relationship, where address is absolute to a game instance in your memory. E.g. life offset from an entity will go from entity -> component life -> current life. You can use cheat engine “changed value” to find the life address but that wouldn’t give to life offset from entity. So life offsets isn’t easy as you think. If you still think that’s easy give me offsets of player health from ingamestate address.

    To answer your second question, some ppl use re-class but I use cheat engine and it have never failed me even once to find an offset.

  10. Thanks toadskin (1 members gave Thanks to GameHelper for this useful post)
  11. #3683
    raretitlez's Avatar Active Member
    Reputation
    53
    Join Date
    Jul 2013
    Posts
    152
    Thanks G/R
    0/47
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For those complaining about the hud not working for the steam version - simply use this fix:

    1) Go to your PathofExile steam folder and copy Content.gppk to the clipboard

    2) Go to pathofexile.com and download the client - do not allow the patch to download.

    3) Copy over Content.gppk from the steam folder to the newly created client version of path of exile.

    4) Launch the HUD.

    Yeah, it's not convenient, but TehCheat should not have to waste his time updating both clients.

  12. Thanks Jonxx, toadskin (2 members gave Thanks to raretitlez for this useful post)
  13. #3684
    mega2k0's Avatar Member
    Reputation
    13
    Join Date
    Jul 2016
    Posts
    125
    Thanks G/R
    15/12
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    not sure if someone posted this already but i apologize in advance if its a double post
    it seems to may be a little different from the one i posted yday

    https://i.imgur.com/dmqc7tG.png

  14. #3685
    armory236's Avatar Active Member
    Reputation
    57
    Join Date
    Apr 2013
    Posts
    301
    Thanks G/R
    344/53
    Trade Feedback
    1 (100%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    well, that's awkward (in terms everything works since the beginning) but I downloaded PoEHUD from github and replaced it in my usual PoEHUD folder
    launched via limited method and everything worked out as it was before 3.6

  15. #3686
    jknnnnn's Avatar Member
    Reputation
    1
    Join Date
    Jan 2018
    Posts
    14
    Thanks G/R
    12/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raretitlez View Post
    For those complaining about the hud not working for the steam version - simply use this fix:

    1) Go to your PathofExile steam folder and copy Content.gppk to the clipboard

    2) Go to pathofexile.com and download the client - do not allow the patch to download.

    3) Copy over Content.gppk from the steam folder to the newly created client version of path of exile.

    4) Launch the HUD.

    Yeah, it's not convenient, but TehCheat should not have to waste his time updating both clients.
    Hey this worked great and was easy, but now my filter won't load up even though it's in the second and main users' "My Games > Path of Exile" folders. Is there some user permissions I'm missing?

    @TehCheat @Zaafar Great work men! Wonderful to see your HUD on my screen again!

  16. #3687
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1445
    Join Date
    Apr 2006
    Posts
    4,007
    Thanks G/R
    296/589
    Trade Feedback
    1 (100%)
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jknnnnn View Post
    Hey this worked great and was easy, but now my filter won't load up even though it's in the second and main users' "My Games > Path of Exile" folders. Is there some user permissions I'm missing?

    @TehCheat @Zaafar Great work men! Wonderful to see your HUD on my screen again!
    If it isn't loading for you, you probably didn't put it in the right spot for the limited user. Works fine for everyone else.

  17. #3688
    jonesquack's Avatar Member
    Reputation
    4
    Join Date
    Mar 2019
    Posts
    9
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaafar View Post
    A lot of ppl in this community has this issue i.e. they know programming but don’t know how to update/fix offsets.

    I think a good way to start is look at the existing poehud code and try to understand what/how is it doing it ( do this in the middle of the league when poehud is in better state ).

    Also, poehud devs mostly use cheatengine and reclass ( google it ) to figure out the change in the offsets. So you can also play with those tools ( and understand how do they work ).

    Following is a very simple test to know if you understand reclass/cheatengine enough
    1:- pick an offset ( e.g life offset ) from poehud
    2:- import it into cheatengine/reclass
    3:- update that offset to point to mana
    4:- export it to poehud


    Here are the things I learned from my past experience in this community:
    1:- There is no one simple way of figuring out offset. Think of this as hit/trial + past personal experience activity.
    2:- Updating offsets has nothing to do with development experience even a non-developer with knowledge of reclass/cheatengine can do it.
    3:- there is no book/guide/documentation/post on updating offset or reverse engineering a game and none of the developers got any time to write/teach it but asking really really specific questions are always welcome.
    Thanks a lot for your anwser zafaar!
    I knew about Cheat Engine but I thought we would look for these changes in a more automated manner.
    I will do my research and hopefully can help you guys with this great tool you have in hands.
    One last question, is it safe to use these tools or a must watch out for a possible ban when reading these values?

  18. #3689
    jonesquack's Avatar Member
    Reputation
    4
    Join Date
    Mar 2019
    Posts
    9
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raretitlez View Post
    For those complaining about the hud not working for the steam version - simply use this fix:

    1) Go to your PathofExile steam folder and copy Content.gppk to the clipboard

    2) Go to pathofexile.com and download the client - do not allow the patch to download.

    3) Copy over Content.gppk from the steam folder to the newly created client version of path of exile.

    4) Launch the HUD.

    Yeah, it's not convenient, but TehCheat should not have to waste his time updating both clients.
    Thanks for the tip, but how do you login into the regular client if your account is a steam one?

  19. #3690
    Forumuser1000's Avatar Active Member
    Reputation
    27
    Join Date
    Mar 2017
    Posts
    257
    Thanks G/R
    169/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just wanted to pop in and say a big thanks TehCheat, for persistently working away at PoeHUD and beginning to get it back up and running again. We are all incredibly lucky to have yourself and those helping you doing this for the community. Thanks so much to all who contribute towards this program and it's add-on's.

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 10:59 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