-
Active Member
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
-
Originally Posted by
jonesquack
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.
-
Post Thanks / Like - 2 Thanks
toadskin,
SickBro (2 members gave Thanks to GameHelper for this useful post)
-
★ Elder ★
Originally Posted by
Fireball
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
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).
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to TehCheat for this useful post)
-
Member
So, no update for steam version? All our grop and friends play through the steam. Please, do a favour for steam community.
-
Member
Anyone able to get pickit working?
-
Member
Originally Posted by
zaafar
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.
-
Originally Posted by
TadaceAce
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.
-
Post Thanks / Like - 1 Thanks
toadskin (1 members gave Thanks to GameHelper for this useful post)
-
Active Member
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.
-
Post Thanks / Like - 2 Thanks
Jonxx,
toadskin (2 members gave Thanks to raretitlez for this useful post)
-
Member
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
-
Active Member
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
-
Member
Originally Posted by
raretitlez
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!
-
Originally Posted by
jknnnnn
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.
-
Member
Originally Posted by
zaafar
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?
-
Member
Originally Posted by
raretitlez
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?
-
Active Member
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.