
I have read the official tutorial guidance:
Quote:Code:#7 How do I add new attacks?
If you want to copy a move from one character to another, you have to copy the frames to the character's dat.-file. Keep in mind that you can't have frames with the same number. If the frames you copied are already in use, you have to change the frame-numbers (do not use frames bigger than 399!) and the next frame noted by "next".
Then, in order to use the move, you have to allocate a key-combination to it. The possible combinations are:
D + > + A = hit_Fa:
D + > + J = hit_Fj:
D + ^ + A = hit_Ua:
D + ^ + J = hit_Uj:
D + J + A = hit_ja:
D + v + A = hit_Da:
D + v + J = hit_Dj:
Finally, add this tag with the first frame-number of the move behind the other input tags in the "standing", "walking", and "defend" frames.
I don't quite understand the line:
Quote:Code:Finally, add this tag with the first frame-number of the move behind the other input tags in the "standing", "walking", and "defend" frames.
What do I do with it? I wish to create an entirely new move for an existing character, how do I do that without replacing the old moves?
I need help.