Street Fighter Knockback/Bounce

0 favourites
  • 5 posts
From the Asset Store
Bouncing ball
$9.99 USD
Template for a bouncing ball game, fully documented in comments and video
  • <img src="https://dl.dropboxusercontent.com/u/56104169/photo%20%286%29.JPG" border="0">

    Hello all. I was working on my enemy characters and was curious about getting the type of knockback that you see in Street Fighter games. Basically, the character arcs through the air backwards, hits the ground, bounces, and then has a small arc till it lands.

    For a while I thought there was some kind of math that would do it, and then I saw this Q&A with Street Fighter II's original designer, Akira Nish*tani. He said that they couldn't figure out the arc either so they set up an array with points that the character would travel.

    His quote:

    The knockback a character undergoes when hit by an attack in SF2. As much as we tried, we couldn't get it to go the way we wanted with acceleration and deceleration formulas, so we ended up just plotting it out pixel-by-pixel on graph paper. We plotted out lots of other things pixel-by-pixel, too. Although it was just being fussy about details.

    (As many Mugen creators are aware of, the knockback for standing and crouching hitstuns in SF2 and many other Capcom games does not work from a typical velocity/acceleration system, but instead follows a preset array of position shifts.)

    I would be happy with knowing how to do it that way or any other means. I'm pretty new to arrays, so I'm not sure how it would be implemented. I could always just animate the arc animations, especially since I plan on using Spriter for the enemies, but that doesn't seem like the most elegant solution.

    Any help is appreciated.

    -Ben

  • Should be pretty easy with the platform behavior. Just manipulate vector x and vector y with some variables. Have a bounce height, divide it by 2 when landing, add to a bounce counter to tell the player when to completely stop, etc.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I'll give that a shot. Thanks!

  • Hi sman118, I have exactly the same problem.

    Did you fix the issue?

  • mardoch I haven't gotten a chance to try it yet as I've been doing a bit of a redesign. The way I understand it is that when they are hit, you want to set a Y and X vector. Then "on land" trigger another Y and X vector. The trick is to let it know that they are in knockback mode. So I guess I would turn on some variable during that first hit and then turn it off after the bounce. I hope that sets you on your way. Let me know if it works. If you still have trouble, I'll try and do a quick mock up and see if I can get it going.

    Let me know how it goes. Thanks.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)