Results 1 to 1 of 1

Thread: [VB6] Street Fighter Controls (Flawless Simulation)

  1. #1

    Thread Starter
    College Grad!!! Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,339

    [VB6] Street Fighter Controls (Flawless Simulation)

    Ever wanted to know how to throw a Haduken or even perform a Sonic Boom but couldn't figure out how to implement it into your game? Well look no further cause you won't find code like this anywhere else. I managed to pull it off. It might be different than how Capcom did it but its the exact SF Controls! On top of that, just like in Street Fighter, you have under 0.1 seconds to toss your Haduken as well as your Shoryuken and Hurricane Kick. You also can toss a Sonic Boom charging back for 2 seconds or more, press forward and the punch button. What I did was put the control info into 2 separate strings, one for motion and the other for charge. The motion string is cleared after 0.1 sec while the charge is cleared once it's neutral. Enjoy the code.

    Use Numpad 8, 5, 4, and 6 for Up Down, Forward, Backward.
    Use A S D for Light Punch, Medium Punch, Heavy Punch
    Use Z X C for Light Kick, Medium Kick, Heavy Kick
    Attached Files Attached Files
    Last edited by Hack; Nov 8th, 2011 at 06:58 AM. Reason: Added Platform Version For Clarity

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width