Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Easy DC question
#1
How to make my character stick to the ground after the fall?


Look:
[Image: Pq12IS1.png]


I want him to be stopped at the last frame for a few seconds on the ground

sixth frame*
Reply
Thanks given by:
#2
If you want a character to enter a unique landing state,
The character's falling must have state 100, which automatically goes to frame 94 on landing. (see: Louis/LouisEX dash attack)

If you have more than 1 move that uses state 100,
you can make the character opoint a ball that sticks to him(itr kind 8) while he is still in the air. Frame 94 is used to check what kind of falling move was used. This ball will then grab the character (itr kind 3) to bring him to another frame.
[Image: uMSShyX.png]
~Spy_The_Man1993~
Steiner v3.00 (outdated), Challenge Stage v1.51
Luigi's Easier Data-Editor, A-Man's Sprite Mirrorer
Working on the LF2 Rebalance mod.
Avatar styled by: prince_freeza
Reply
Thanks given by:
#3
Thanks dude!

I do not understand the second part, however, the first helped me!
Reply
Thanks given by:
#4
(05-09-2014, 08:31 PM)TheRoot Wrote:  I do not understand the second part, however, the first helped me!
I'll use Louis as an example.

Frame 90 - Dash Attack start

Frame 92 - Create ball. Louis must have a special bdy 1 so the ball can stick to Louis without sticking to other characters. Ball must have itr kind 8 (John heal) so that it can stick to Louis' special bdy 1. Ball must also have itr kind 3 (Louis D^J grab) - I will explain its purpose in frame 94.

Frame 93 - Dash Attack state 100. Must still have the special bdy 1 from frame 92.

Frame 94 - Land. Louis must have special bdy 2 and state 10 (grabbed - this will allow the ball to attack Louis). The ball uses itr kind 3 to grab Louis' special bdy 2 and bring Louis to the frame number in caughtact: (example: caughtact: 132 - Louis goes into frame 132). Next: should go to a different frame from the caughtact frame, such as frame 95.


Now you can have two attacks with state 100 with different landing. Normal dash attack will create the ball, so when Louis lands he will go to frame 94, and then frame 132. The 2nd state 100 move could be a new move like J+DvA, and does not create a ball. So when Louis lands he will go to frame 94, and then frame 95.
[Image: uMSShyX.png]
~Spy_The_Man1993~
Steiner v3.00 (outdated), Challenge Stage v1.51
Luigi's Easier Data-Editor, A-Man's Sprite Mirrorer
Working on the LF2 Rebalance mod.
Avatar styled by: prince_freeza
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)