Little Fighter Empire - Forums
[solved] Transforming picture files line - 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] Transforming picture files line (/showthread.php?tid=7203)



[solved] Transforming picture files line - shin hanazumi - 11-02-2011

hmm, after a long time no see this forum, i had a prob again
but before i tell you ab the prob, please answer my question first:
Question (Click to View)
ok this is the prob:
    DC-Code:
file(0-69): sprite\sys\supai_0.bmp  w: 79  h: 79  row: 10  col: 7
file(70-139): sprite\sys\supai_1.bmp  w: 79  h: 79  row: 10  col: 7
file(140-209): sprite\sys\supai_0.bmp  w: 79  h: 79  row: 10  col: 7
file(210-279): sprite\sys\supai_1.bmp  w: 79  h: 79  row: 10  col: 7
file(280-289): sprite\sys\supai_2.bmp  w: 149  h: 87  row: 5  col: 2
file(290-295): sprite\sys\supai_3.bmp  w: 94  h: 64  row: 6  col: 1
file(296-305): sprite\sys\supai_2.bmp  w: 149  h: 87  row: 5  col: 2
file(306-311): sprite\sys\supai_3.bmp  w: 94  h: 64  row: 6  col: 1

can a normal char before transforming appear with a right pics with this code?
sorry, my bad eng ^^


RE: Transforming picture files line - Alblaka - 11-02-2011

Jep, exactly done right. At least if I understood your initial question about the +140 pic trouble correctly.

edit: Appears i failed horribly... guess im quite out of LF2 coding currently xD


RE: Transforming picture files line - shin hanazumi - 11-02-2011

i have test it but the pic is not work correctly before i transformed to it.
How to make the pics work correctly before and after transform?
is there any way?



RE: Transforming picture files line - bashscrazy - 11-02-2011

oh man I had this problem for weeks before I solved it.

Now you have to go down to the actual code.
Every pic: >140 needs to be +140
so if in a special move you made uses is like

<frame> 300
pic: 153

change it to pic: 293