04-26-2011, 02:58 PM
Hey guys, this is my first tutorial regarding some small aspects of HEX, the CFG. Many of you guys know to apply CFG's using the Patcher, some such as Lord Silva know to apply them through HEX because he keeps making them. But some people are keeping me asking about that how to apply CFG's using a HEX Editor. This is especially for the ones with modified EXE's such as CE-LF2.
P.S: Never use this tutorial on Moleboxed exe's such as NTSD.
Also do not mind to use this tutorial unless it is a very small CFG or a modified EXE. Please have a little bit mercy to me as becuase it is my first HEX tutorial. I did not post this in the Tutorials section becuase I was not allowed to. Feedback is welcome.
P.S: Never use this tutorial on Moleboxed exe's such as NTSD.
Tutorial (Click to View)
For example, I take the F6 during stages CFG.
Copy the CFG to any text editor. Then open the EXE with the HEX Editor. After opening, go to the offset which is the first number for example here is 0001FDBD so go to offset no. 0001FDBD. Then, look at the HEX of that offset. If it is D0 [the second number] change it to 00 [the third number]. Then save it and run the EXE. And voila you are done!
CFG (Click to View)
0001FDBD,D0,00