Hey guys ;)
Today i will show you how to edit the FPS text in an eboot.bin, or in the debugger real time memory.
For this to work, you will need to have enabled FPS.
Once you have enabled FPS, you can see it says something like this: fps: 0120000000.
That is quite useless.
Now you will need to edit the text.
Find the eboot for the game you want, as an example i will take MW2.
Open the eboot in Hex editor.
Now press CTRL + F, and search for: fps:
Now you should see it says something like this: [IMG]
Now you can replace the fps: %f.fadein..fadeout.show text with what ever you want, i will replace it with: zRTM_MoDz- :)
With this, you can also add functions where you bind a button to an offset in PPC(Power PC) So you can make a FPS Menu and store it in an eboot.bin
Hope this helped ya :)
Today i will show you how to edit the FPS text in an eboot.bin, or in the debugger real time memory.
For this to work, you will need to have enabled FPS.
Once you have enabled FPS, you can see it says something like this: fps: 0120000000.
That is quite useless.
Now you will need to edit the text.
Find the eboot for the game you want, as an example i will take MW2.
Open the eboot in Hex editor.
Now press CTRL + F, and search for: fps:
Now you should see it says something like this: [IMG]
Now you can replace the fps: %f.fadein..fadeout.show text with what ever you want, i will replace it with: zRTM_MoDz- :)
With this, you can also add functions where you bind a button to an offset in PPC(Power PC) So you can make a FPS Menu and store it in an eboot.bin
Hope this helped ya :)