Edit GameAssembly.dll in a hex editor
First, open GameAssembly.dll in a hex editor. I use HxD. Search for the following bytes in hex:
8. 4a 3c
(Side Note: These bytes correspond to the following a*sembly opcode: lea ecx,[rdx+3ch]
0x3c is 60 in hex and ecx is later used to set the memory location [GameAssembly.dll + 0x1771e80] to the value added to the rdx register here.)
Here’s what you should see when you find the correct three bytes:
Once you’ve found the bytes, you can change the 3c to whatever you want. Some values that seem to reduce judder:
(4b) 75 fps – for 75hz display
(73) 115 fps – for 120hz or 144hz g-sync/freesync displays
(78) 120 fps – for 120hz displays
(99) 153 fps – for 165hz g-sync/freesync displays
(thanks to exodus on resetera for these)
Change the 3c value to your desired framerate and save the file.
Now when you run the game, your max framerate will be the new value you entered!
Hope you enjoy the Guide about FINAL FANTASY – How to Edit GameAssembly.dll in a Hex Editor + Framerate Set Up/Unlock Guide, if you think we should add extra information or forget something, please let us know via comment below, and we will do our best to fix or update as soon as possible!
- All FINAL FANTASY Posts List
Leave a Reply