Im so gutted this edit is broken now with this latest patch. I had just started another playthrough and was enjoying the smoother animation immensely. Wish I knew how to locate the values to edit
Behold for RE2 Remake (No Denuvo and Dodi repack cracked not steam: Read carefully: It features no vignette and zombies always animate at full framerate. I read everything about https://residentevilmodding.boards.net/thread/10362/zombies-animate-full-framerate-update . The problem is, I don't know if this work on steam or codex from other websites. As for me, I used DoDi Repacks and tested it with this mod
If you want manual, follow step by steps. - No Vignette
How? 1. Backup your original re2.exe just in case
2. Download and install HxD Hex Editor from https://mh-nexus.de/en/hxd/
3. The location of it is C:\Program Files\HxD
4. Open HxD Hex Editor
5. Go to the File on top left and click open or ctrl + O
6. Find and click re2.exe
7. Go to the Search tab and click Find or Press Ctrl + F.
8. Go to Hex-Values tab and copy 8B 87 3C 01 00 00 89 83 DC 00 00 00 . It will leads you to that code.
9. Highlight 8B 87 3C 01 00 00 89 83 DC 00 00 00 and change it to 31 C0 90 90 90 90 89 83 DC 00 00 00
10. Save and close HxD Hex Editor.
11. Test it in-game stories and Extra Modes.
12. Or if you want to do Zombies always animate at full framerate, don't close HxD Hex Editor.
- Zombies always animate at full framerate
How? 13. Go to the Search tab and click Go to... or Press Ctrl + G and type in 4CBF29. Make sure that is on hex and the Offset relative to "begin" and press ok.
14. Highlight 44 8B C5 and change it to 45 31 C0
15. Save and close HxD Hex Editor.
16. Test it in-game stories and Extra Modes.
17. Enjoy
Tested it. As a result, no errors even on low and medium settings. As for the RE3 Remake, I don't know
You can do it yourself. Open the updated RE2.exe in the hex editor of your choice. Go to the following address: 0x4EA8C9. Replace '448BC5' with '4531C0'. Save the change to RE2.exe. Zombies should no longer animate at 30fps when at a distance.
How do you search for offsets? Every time I plug the offset address into the search, it comes up negative. I have to find it via the actual hex code which takes forever.
52 comments
The mod itself says that it's meant only for DX11.
Cheers,
Ted
EDIT: Oh yeah, and it works on DX12 version too now.
New offset in the hex is 4EA8C9
Just as always, replace 44 8B C5 with 45 31 C0 and save.
New Offset: 004EA8C0
Open the .exe of the game with Hex Editor and replace values "44 8B C5" with "45 31 C0" and save it.
edit**
guess I have to roll back because this 30 FPS is pure garbage
Read carefully:
It features no vignette and zombies always animate at full framerate. I read everything about https://residentevilmodding.boards.net/thread/10362/zombies-animate-full-framerate-update . The problem is, I don't know if this work on steam or codex from other websites. As for me, I used DoDi Repacks and tested it with this mod
If you want manual, follow step by steps.
- No Vignette
How?
1. Backup your original re2.exe just in case
2. Download and install HxD Hex Editor from
https://mh-nexus.de/en/hxd/
3. The location of it is C:\Program Files\HxD
4. Open HxD Hex Editor
5. Go to the File on top left and click open or ctrl + O
6. Find and click re2.exe
7. Go to the Search tab and click Find or Press Ctrl + F.
8. Go to Hex-Values tab and copy
8B 87 3C 01 00 00 89 83 DC 00 00 00 . It will leads you to that code.
9. Highlight 8B 87 3C 01 00 00 89 83 DC 00 00 00 and change it to 31 C0 90 90 90 90 89 83 DC 00 00 00
10. Save and close HxD Hex Editor.
11. Test it in-game stories and Extra Modes.
12. Or if you want to do Zombies always animate at full framerate, don't close HxD Hex Editor.
- Zombies always animate at full framerate
How?
13. Go to the Search tab and click Go to... or Press Ctrl + G and type in 4CBF29. Make sure that is on hex and the Offset relative to "begin" and press ok.
14. Highlight 44 8B C5 and change it to 45 31 C0
15. Save and close HxD Hex Editor.
16. Test it in-game stories and Extra Modes.
17. Enjoy
Tested it. As a result, no errors even on low and medium settings. As for the RE3 Remake, I don't know
New Offset: 004EA8C0
Open the .exe of the game with Hex Editor and replace values "44 8B C5" with "45 31 C0" and save it.
New Offset: 004EA8C0
Open the .exe of the game with Hex Editor and replace values "44 8B C5" with "45 31 C0" and save it.
New Offset: 004EA8C0
Open the .exe of the game with Hex Editor and replace values "44 8B C5" with "45 31 C0" and save it.
Go to offset 0x4CBF29.
Find 44 8B C5.
Replace with 45 31 C0.