![]() |
|
Bitmap in the middle of the screen. - Printable Version +- Little Fighter Empire - Forums (https://lf-empire.de/forum) +-- Forum: Little Fighter 2 Zone (https://lf-empire.de/forum/forumdisplay.php?fid=7) +--- Forum: [1.9/1.9c] Exe Editing (https://lf-empire.de/forum/forumdisplay.php?fid=17) +---- Forum: Tutorials (https://lf-empire.de/forum/forumdisplay.php?fid=18) +---- Thread: Bitmap in the middle of the screen. (/showthread.php?tid=63) |
Bitmap in the middle of the screen. - Boop - 03-08-2008 This hex tweak requires a whole tutorial because it's pretty complicated to explain. What we are trying to do : ![]() I won't only explain how to do it but also the logic behind this. We will fool the game to think that every mode is demo so that it will show the demo picture which we will replace with our's (in this case the word beta), the problem with this is that the demo mode thing also writes the link of little fighter and "Press F4 or "Attack" to exit" on the top black line thing. We are also going to remove that. First thing we do is get our fav hex editor and search for "0F85C5000000" and then nop all of it(replace it with "909090909090"), now we have fooled the game to think everything is demo. Now try and play and you'll see the word demo in the middle of the screen and on the top bar the link and the sentence. To remove the link see my other tutorial(or if your a lazy bum search for huvs:01zwx0OiuvoeGkjhugu.dqp and replace all with 00(hex for blank) not 90. Then search for the sentence on the other side (the Press F4 or attack something, to lazy to look it up) and replace it with 00 too... You are now finished, all you have to do is replace the demo bitmap with your own , use reshack to do this(google it, or find it on the main site) . Tutorial By Silva If I made anything unclear, please post here. |