Little Fighter Empire - Forums
[solved] How to do char flying? - 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: Data Changing (https://lf-empire.de/forum/forumdisplay.php?fid=11)
+---- Forum: Solved Problems (https://lf-empire.de/forum/forumdisplay.php?fid=14)
+---- Thread: [solved] How to do char flying? (/showthread.php?tid=7241)



[solved] How to do char flying? - Marko pro - 11-16-2011

I have one simple question.How to do that your char fly?when you press jump, jump, jump....

Help


RE: How to do char flying? - TheFreeze - 11-16-2011

You search for frame 212 in the char's .dat file. Then you'll see
    DC-Code:
hit_j: 0
on the right. Change it to
    DC-Code:
hit_j: 210
what means when you press Jump, he goes to frame 210 (first frame of jumping), hit_a = press Attack, hit_d = press Defend.


RE: How to do char flying? - Marko pro - 11-16-2011

http://www.littlefighter.biz/downloads.php?cat_id=16&info_id=103
this is link dor char.
You will see what i think if you download it.


RE: How to do char flying? - TheFreeze - 11-16-2011

I downloaded him, he had hit_j: 210 in frame 212 like I said. What's the problem?