|
Post by klemc on Jun 27, 2022 22:54:06 GMT 10
what is the most recent patch now then got a bit confused I read somewhere it disappeared from EXE(s) !! That's it...
|
|
|
Post by residentraccoon on Nov 30, 2022 15:46:16 GMT 10
Enter this Offset
51B6D0
Replace:
44 8B C5
With:
45 31 C0
SAVE
|
|
|
Post by mattdaroc on May 29, 2023 3:00:35 GMT 10
The newest update to RE2R & RE3R brought back those terrible jittery zombie animations. Has a new offset been discovered for Hex Editor to fix this? I tried the latest one for both games and no luck.
|
|
|
Post by ro6otman on May 31, 2023 19:18:42 GMT 10
The newest update to RE2R & RE3R brought back those terrible jittery zombie animations. Has a new offset been discovered for Hex Editor to fix this? I tried the latest one for both games and no luck. I just got through doing the edit myself a couple days ago for RE3R (idk what is needed for RE2R). I had some confusion while I was researching into this but got it figured out and is working great. So first off, at some point the devs removed the Denuvo Anti-tamper from the game, so the part at the top of the original post that says to "follow meatsafemurderer's instructions before continuing" is no longer needed. The updated offset can be found here: pcgamingwiki (RE3R) Uncap Distant Zombie FPS
- Go to <path-to-game>.
- Copy re3.exe and paste it somewhere.
- Open re3.exe in a hex-editor (e.g. HxD).
- Go to offset 1C70F00 (Ctrl+G in HxD).
- Replace the values 44 8B C5 with 45 31 C0.
- Save and close the file.
IMPORTANT As the instructions say below the bulleted list at the link i provided, and same with the original post of this thread, the game needs to be set to dx11, which needs to be done before doing the hex edits, otherwise the .exe won't have the code in the same spot as the instructions outline. That is where I was messing up. In Steam, after choosing the dx11 branch from the available betas in the game properties, RE3 will be redownloaded and you'll have a new .exe that matches the instructions, i.e., offset 001C70F00 will have the values 44 8B C5 on the same line as expected.
|
|
|
Post by mattdaroc on Jun 1, 2023 0:05:43 GMT 10
Thank you so much. I've updated it and we're good to go! I also did it for RE2R. Offset for RE2R is 4F3E70 and replace the same values of 44 8B C5 with 45 31 C0.
|
|
Majini Killer
Posts: 247
|
Post by Fullbuster23 on Nov 24, 2023 11:36:04 GMT 10
|
|