[solved] help with new criminal - 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] help with new criminal (/showthread.php?tid=3585) |
||||
[solved] help with new criminal - lpoi - 09-08-2009 I know for criminal, the sprite they use is +140. this is what i do for knight:
the knight criminal works fine in stage mode. however, in battle mode, the knight sprite is messed up. is there anyway to fix this since battle mode knight uses:
which is the original file, but the criminal requires +140. RE: help with new criminal - Divisor - 09-09-2009 1.Try the random criminal thing on the mainsite, i think all chars are modified so they are criminals (so knight should be in too). And if it works fine in battle mode, check the code and apply it into your criminal. 2.Criminals transform with state: 8xxx, which causes the pic-shift (+140). If you use an exe with state: 4xxx implemented, you can transform without the pic-shift. But this solution only works if the criminal knight has the same spritesheets like the normal knight; if you want to have it differently coloured, you would have to make a new character file. Hope this helps RE: help with new criminal - lpoi - 09-09-2009 the random criminal knight also use the +140. the battle mode knight sprite still does not work normally. RE: help with new criminal - Divisor - 09-09-2009 Then try no.2, or wait until somebody posts a better solution RE: help with new criminal - triviumninja - 09-09-2009 the only thing i see is that you've got the battle knights sprites starting at 114 rather than 140 try putting it to 140 Use a template sheet or something to fill the sprite gap, you dont actually have to use it RE: help with new criminal - lpoi - 09-09-2009 (09-09-2009, 01:51 PM)Divisor Wrote: Then try no.2, or wait until somebody posts a better solution I'll try that, but i do not really know what it means... (09-09-2009, 03:14 PM)triviumninja Wrote: the only thing i see is that you've got the battle knights sprites starting at 114 rather than 140114 is the original knight sprites that is used for the battle mode. i had changed it to 140, but the sprite for knight in battle mode is messed up. RE: help with new criminal - Divisor - 09-10-2009 (09-09-2009, 11:42 PM)lpoi Wrote:1.Download the state 4xxx exe (if you don't know about it search for it).(09-09-2009, 01:51 PM)Divisor Wrote: Then try no.2, or wait until somebody posts a better solution ;) 2.Use state 4xxx instead of state 8xxx in criminal.dat example:
State: 8035 in the last frame is the transform state. If you want to lose the +140 thing, use state 4xxx. In this example, it would be 4035 instead of 8035. 3. Does your knight use the same sprites as the normal knight? If yes: Link the transform state to the normal knight (4037 -> id: 37 -> knight) If not: Make a new char file (exactly the same as the original knight), put your sprites inside and link the transform state to him. F.e. if your new knight's id is 60, use state: 4060. RE: help with new criminal - lpoi - 09-11-2009 (09-10-2009, 05:47 AM)Divisor Wrote:(09-09-2009, 11:42 PM)lpoi Wrote:1.Download the state 4xxx exe (if you don't know about it search for it).(09-09-2009, 01:51 PM)Divisor Wrote: Then try no.2, or wait until somebody posts a better solution ;) found it! thanks |