-
Member
Hmm.. I just updated to the latest version and preloads stopped showing. Is it because of the new patch?
-
Member
I feel naked without this LOL
Edit: New patch just broke the offsets. They'll be fixed soon
-
Member
Map Icons work, but Preloads don't? VMV I see you're here, can you explain how a player such as myself can fix Preloads? (I'm semi-decent at coding, and if there's something I don't know.,... Looking it up isn't hard)
-
Member
Yea,preload alerts not working this morning.GGG again **** something
-
Member
new steam offset 0x9CB4C8
-
Post Thanks / Like - 1 Thanks
TehCheat (1 members gave Thanks to kookiekrak for this useful post)
-
★ Elder ★
Originally Posted by
dd4thewin
ya vmv ive been using v4 of your hud cause It had the unknwn peradnus preload new patch broke it :/
You don't need to use that version, all new one have that feature but it doesn't show up because the chests are already detected.
Originally Posted by
pthnmj
Map Icons work, but Preloads don't? VMV I see you're here, can you explain how a player such as myself can fix Preloads? (I'm semi-decent at coding, and if there's something I don't know.,... Looking it up isn't hard)

If you know how to find new offsets, that's basically all you need.
With every patch from GGG, there is a possibility that the offsets might change and the hud needs the new one to work.
-
Member
I assume that's all that is needed, can you explain? Does this require cheat engine? Because if that's all we need I don't mind posting new offsets when they do happen to come out... I'm sure in rare cases there needs to be more done (probably rebuild the EXE)?
-
Member
tehcheat mentioned how to find offsets earlier on.
basically analyze memory, switch a zone, then analyze for +1, then switch zone, then analyze for +1 again
or build the sourcecode and write in something that checks that
-
★ Elder ★
This works for regular version: 0x9C04C8
-
Post Thanks / Like - 2 Thanks
-
Member
Originally Posted by
vmv
This works for regular version: 0x9C04C8
If this is too much to ask, but can you tell me where you found that answer? I'd hate to rely on somebody to update offsets
I'd really love to understand it. I got OLLYDBG as somebody suggested in a post before.
Unless Regular version doesn't mean "The GGG" version. That offset isn't showing me anything in the zone. Is there somewhere else I have to update that besides Offsets.cs?
-
★ Elder ★
Originally Posted by
pthnmj
If this is too much to ask, but can you tell me where you found that answer? I'd hate to rely on somebody to update offsets

I'd really love to understand it. I got OLLYDBG as somebody suggested in a post before.
Unless Regular version doesn't mean "The GGG" version. That offset isn't showing me anything in the zone. Is there somewhere else I have to update that besides Offsets.cs?
Just the offsets.
Code:
public static Offsets Regular = new Offsets { IgsOffset = 0, IgsDelta = 0, ExeName = "PathOfExile", AreaChangeCount = 0x9C04C8 };
You can ask TehCheat to help you understand how to find new offsets, but it's not an easy task.
Later on you can make a tutorial and teach us all...
-
Member
Originally Posted by
vmv
Just the offsets.
Code:
public static Offsets Regular = new Offsets { IgsOffset = 0, IgsDelta = 0, ExeName = "PathOfExile", AreaChangeCount = 0x9C04C8 };
Unless I have shitty RNG. Preloads aren't showing me anything in the zone (Boxes, Perandus, Etc.)
Edit: Something's not right. It won't show me anything in the zones
Last edited by pthnmj; 04-07-2016 at 03:05 AM.
-
Member
do you play from steam or from a stand alone client?
just drop in my offset for steam and vmv's for regular
and look at my post for how to find offsets
-
Member
Originally Posted by
kookiekrak
do you play from steam or from a stand alone client?
just drop in my offset for steam and vmv's for regular
and look at my post for how to find offsets
I changed the old ones with VMV's new one, and it still doesn't shop up... Does your new OFFSET actually work for STEAM (as in it shows whats in the zone)? I use GGG's Client from Site and his offset isn't showing me what's in the zone.. Map stuff works, but the preloads don't.
-
★ Elder ★
Compiled .exe for TehCheat-Master version (regular+steam):https://www.dropbox.com/s/66scxasup9...oeHUD.exe?dl=0
Should work fine if i didn't mess anything else
-
Post Thanks / Like - 1 Thanks
omgflexspb (1 members gave Thanks to vmv for this useful post)