-
Member
I seriously doubt u will see any progress till league is almost over. Everyone is way too hyped over chasing coins.
For the moment i dont even know if hud needs new offsets as it is impossible to test due to non functionality of tool "cannot find baseitemstypes" error.
So.. play the game chase coins or play something else.Grim Dawn is lovely this time of year for me
-
Member
Originally Posted by
IcemanSR
I seriously doubt u will see any progress till league is almost over. Everyone is way too hyped over chasing coins.
For the moment i dont even know if hud needs new offsets as it is impossible to test due to non functionality of tool "cannot find baseitemstypes" error.
So.. play the game chase coins or play something else.Grim Dawn is lovely this time of year for me

I think the baseitemtypes not found error is because the baseitemtypes.dat is in a different memory location than it was previously.
-
Contributor
Originally Posted by
dtmajors
Anyone else refreshing this post 30x a today hoping for an update? lol

https://addons.mozilla.org/en-US/fir...pdate-scanner/
-
Active Member
f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5 f5
-
Member
please be patient guys :shh:
-
Member
Here is new offset for ingame state
Code:
public IngameState IngameState => ReadObject<IngameState>(Address + 0x11c);
old 0x9C
Code:
public Entity LocalPlayer => ReadObject<Entity>(Address + 0x4b8);
old: 0x4B4
and no, that doesnt help issue above .reading .dat
Last edited by IcemanSR; 03-06-2016 at 06:59 PM.
-
Member
-
Member
how is it going
It would be nice if devs could give us a word about perspectives. Was there something new, anti-poehud'ish implemented and it requires additional research, and more time? Or it's just a fair-play period? 
Thanks in advance :3
-
yeah would be veey nice
-
Former Staff
Originally Posted by
m7m8m9
It would be nice if devs could give us a word about perspectives. Was there something new, anti-poehud'ish implemented and it requires additional research, and more time? Or it's just a fair-play period?

Thanks in advance :3
It's a volunteer dev group so if none of them are particularly motivated to fix it. Might be that people aren't playing anymore with things like Blade and Soul, Black Desert Online, or The Division even...
All kinds of reason not to play PoE anymore
-
Post Thanks / Like - 1 Thanks
hackerlol (1 members gave Thanks to Jaerin for this useful post)
-
Member
Hey guys,
TehCheat mentioned earlier that he is doing what he can when he's not playing. I'm taking myself off the leeching bench and throwing what time I can give to this as well. If anyone has any tips for specific offsets, let me know. Either way, it could be a while.
As Jaerin said, lots of other good games out there right now. I know I myself will be playing the Division heavily and what time I'm not playing that I'll be putting into playing PoE. I would love to fix this tool for myself, so the motivation to fix it for everyone is there.
I wouldn't expect any meaningful updates for a while unless we get outside help.
-
★ Elder ★
Spent a few hours on it tonight. Got a bunch of offsets figured out, not much is working yet, but I'll get there soon enough. I probably won't be able to have it as nice and shiny as it was before, specifically, I'm not sure exactly how to find search patterns, so I'll probably have to manually update offsets every time they move.
-
Post Thanks / Like - 5 Thanks
-
Member
Originally Posted by
TehCheat
Spent a few hours on it tonight. Got a bunch of offsets figured out, not much is working yet, but I'll get there soon enough. I probably won't be able to have it as nice and shiny as it was before, specifically, I'm not sure exactly how to find search patterns, so I'll probably have to manually update offsets every time they move.
Post a compiled shitty version? 
I mainly would like the preload alerts for perandus league stuff.
Btw as i posted before, $100 donation to when you get it fixed i'll hold up my word. Might give you some more incentive :P
Last edited by dtmajors; 03-09-2016 at 03:05 AM.
-
Active Member
Originally Posted by
TehCheat
Spent a few hours on it tonight. Got a bunch of offsets figured out, not much is working yet, but I'll get there soon enough. I probably won't be able to have it as nice and shiny as it was before, specifically, I'm not sure exactly how to find search patterns, so I'll probably have to manually update offsets every time they move.
add pls perandus chest and Cadiro
-
★ Elder ★
Originally Posted by
dtmajors
Post a compiled shitty version?
I mainly would like the preload alerts for perandus league stuff.
Btw as i posted before, $100 donation to when you get it fixed i'll hold up my word. Might give you some more incentive :P
Once I have it even slightly usable, I'll update/compile it.
I always dread working on HUD because it started as a decompiled c# executable, so there are poor names all over the place, nothing is commented, etc. And that's not even touching on how about 10 different people have modified it, so stuff is all over the place.
Right now I have a bunch of offsets figured out (stuff like the entity list - which is about the hardest thing for me to dig up, player/mobs positioning, HP, the camera), which should be plenty to get health bars working, but they're not working. Not sure why yet, stayed up until 3am trying to figure it out. I also can't run HUD in debug mode which makes it quite painful. Need to figure that out before anything else, I think!
Also, I bypassed the baseitemtypes.dat stuff (meaning I commented it all out), as that's just used for the crafting bases and item filter stuff, which is completely unnecessary as GGG has a perfectly good item filter already. So if anyone is attached to that part of HUD, don't expect me to fix it (unless someone provides the pattern scans/offsets, in which case I won't have any problem doing so).
Originally Posted by
tvinki
add pls perandus chest and Cadiro
Let me get it working and then we can talk about that (plus, this is fairly easy and others, like VMV, are better at finding these than I am).
Last edited by TehCheat; 03-09-2016 at 10:24 AM.
-
Post Thanks / Like - 7 Thanks