(adsbygoogle = window.adsbygoogle || []).push({});
aerosoul94 just released his tutorial on modding localized string and let us all know how he got rid of the unknown command but for some of you, you might not understand the depths of what he said completely so im going to write this simple tutorial on how to get rid of the unknown cmd completely... ihope this is easy to understand.... Enjoy
first lets start by opening your favorite ff.viewer
next lets put in the patch you will be modding and you will see that it gives you a file, this is the extract.dat and is what we are working with today
now procede by opening hex editor then drag and drop this file into it
this is where it might be confusing:
once you are at this step we are going to find a specific offset.
hit ctrl-G and type
for 1.11 patch 15A761 // for 1.12 patch im not sure the offset so hit ctrl-F and find PLATFORM_MANTLE
then hit enter
You must login or register to view this content.
you should now be here:
You must login or register to view this content.
now we are going to start replacing hex
at offset 15A761 type
[hit the space bar once]&&1.GAME_UNKNOWNCLIENTCOMMAND
it should now look like this:
You must login or register to view this content.
you are now done just save the patch_mp.ff and enjoy your new modded menu
Menu with unknown cmd:
You must login or register to view this content.