GOD EATER 3

GOD EATER 3

37 arvostelua
GE3 FPS Unlock [Yes, it can be done now]
Tekijältä 0x8081
Tired of good Japanese games being literally unplayable on your 280Hz monitor?
Me too
2
2
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Straight to the chase
In my other guide for doing the same thing for the Neptunia Re;Birth games, I went in depth on how it was found and how you can do it yourself.

It would take too long for me to explain how this was found and I'm too tired but I will show you how to do this yourself.

Basically here's the code we're interested in, and the Jump if Above instruction is what we want to deal with



You can just NOP it like so:



And there you go, it'll automatically cap out at your monitors refresh rate

CheatEngine AutoAssembly Script for those who care
[ENABLE]

aobscanmodule(fps_limit,ge3.exe,77 D6 33 D2 48 8D 0D 4D 4F 47 01) // should be unique
alloc(newmem,$1000,fps_limit)

label(code)
label(return)

newmem:

code:
nop
nop
xor edx,edx
lea rcx,[ge3.exe+2165060]
jmp return

fps_limit:
jmp newmem
nop 6
return:
registersymbol(fps_limit)

[DISABLE]

fps_limit:
db 77 D6 33 D2 48 8D 0D 4D 4F 47 01

unregistersymbol(fps_limit)
dealloc(newmem)
7 kommenttia
BluuCrow 28.9.2024 klo 16.55 
Hey any chance you can use this to disable motion blur?
Kit soon, ay? 13.11.2023 klo 19.28 
Cool even tho personally i dont mind the fps cap
Mr. September 13.10.2023 klo 12.28 
It's pretty easy, and I don't even know how to use Cheat Engine. Steps below:

1. Install Cheat Engine and launch it.
2. Ignore the "first launch tutorial". Skip it, then click the button under "File" tab (extreme top-left, first icon).
3. The "Process List" will open. Choose God Eater 3 there. Must be GE3 with a bunch of numbers before it. The icon is another way to find it.
4. After picking the process the Process List will close by itself. Click the "Memory View" button at the left side.
5. A new window with a lot of numbers will open. Ignore that. Click "Tools" at the top, and select "Auto Assemble".
6. A small window that lets you enter text will appear. Copy the script in this guide, paste it in the window and click "Execute".
7. Accept the injection prompt, then click yes or no for the second (doesn't matter which). You now have uncapped FPS. You can close Cheat Engine safely.

PS: You need to do this every time you launch the game, but it's worth it.
sub 13.10.2023 klo 11.56 
idk how to do this
Mr. September 6.6.2023 klo 15.42 
This is great! The game works perfectly fine at 144 FPS! Many thanks! The options had 60+ limits but they never worked for some reason (still capped at 60 when trying them). This script worked perfectly.
Aziz 1.4.2023 klo 21.08 
nvm it was mad easy xD, thanks for the guide i will be having fun playing on 300fps
Aziz 1.4.2023 klo 21.03 
do u have a cheat table that auto dose this?