12-06-2009, 04:10 PM
(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?
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:
C++-Code:int p1_hp = 500; if(p1_hp>500){ p1_hp = 500; } if(p1_hp<0 || p1_hp == 0){ p1_alive = false; }else{ p1_alive = true; }
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.
May you tell me how to edit please?