Not enough id in stage mode - 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) +--- Thread: Not enough id in stage mode (/showthread.php?tid=4079) |
||
Not enough id in stage mode - jf8429 - 12-06-2009 I input the following in stage mode <stage> id: 0 #stage 1-1 <phase> bound: 900 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 id: 30 hp: 50 <phase_end> <stage_end> But it does not work well, it can only output 20 bandits totally But my expected value is 22 How can i do this without using 1.Ratio 2.Make an object point to release id I want a way to change exe to make it have more id Is it necessary to edit lf2 source code? What is source code? RE: Not enough id in stage mode - Som1Lse - 12-06-2009 (12-06-2009, 11:20 AM)jf8429 Wrote: Is it necessary to edit lf2 source code? Nope. This would require you to have the source code. And as Marti wont release it you wont get it unless you decompile the exe... Which is illegal. (12-06-2009, 11:20 AM)jf8429 Wrote: What is source code? The source code is a lot of commands inside a file. The source code is what a programmer writes and then he uses a compiler to make a exe. It can look like this:
That is just an example but some programs has over 1000000 commands. In order to achieve this you will need to edit the exe with a hex editor. And that looks something like this. 80 FF 50 00 90 90 00 I cant help you as im pretty much a complete n00b in hex editing. And silva is gone, sadly. RE: Not enough id in stage mode - jf8429 - 12-06-2009 (12-06-2009, 11:51 AM)Someone else Wrote:(12-06-2009, 11:20 AM)jf8429 Wrote: Is it necessary to edit lf2 source code? May you tell me how to edit please? RE: Not enough id in stage mode - Divisor - 12-06-2009 He already told you he can't help you with this. Sorry dude, but it seems like you won't get this solved :/ |