GOD EATER 3

GOD EATER 3

34 ratings
GE3 FPS Unlock [Yes, it can be done now]
By 0x8081
Tired of good Japanese games being literally unplayable on your 280Hz monitor?
Me too
2
2
   
Award
Favorite
Favorited
Unfavorite
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 Comments
BluuCrow 28 Sep, 2024 @ 4:55pm 
Hey any chance you can use this to disable motion blur?
Kit soon, ay? 13 Nov, 2023 @ 7:28pm 
Cool even tho personally i dont mind the fps cap
Mr. September 13 Oct, 2023 @ 12:28pm 
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 Oct, 2023 @ 11:56am 
idk how to do this
Mr. September 6 Jun, 2023 @ 3:42pm 
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 Apr, 2023 @ 9:08pm 
nvm it was mad easy xD, thanks for the guide i will be having fun playing on 300fps
Aziz 1 Apr, 2023 @ 9:03pm 
do u have a cheat table that auto dose this?