Engine updates

Lately we’ve been making great progress on the engine side of the game. While much of the system was already more or less functioning, We are now polishing up some parts of the  engine to make it work exactly as intended.

A fairly big update which -to the player- is very difficult to see, but removes a lot of headaches on the programming and scripting side, is a reworked velocity system. Control over gravity and acceleration is now less hacky, and allows us to experiment with some new things. Right now, the knockback of attacks is plotted out manually frame-by-frame. We are now experimenting to see if a formula-based knockback would give the desired effect.

More obvious system updates are the changes to crossups and the way the shatter system works. Originally, when you hit your opponent with a crossup, the opponent would move away from you, making it very difficult to combo off a crossup. Normally in fighting games, although there are exceptions, the opponent moves towards you when you do a crossup, allowing at least as many, and sometimes more combos than when hitting a normal jump attack. In Shattered, the crossups now work as expected. The video below first showcases  how the crossups used to work, and shows that comboing off it is difficult, after that it showcases the new crossup mechanics, and the same followup comboing this time around.

We’ve also made changes to the shatter system. We originally envisioned for a shattered opponent to be able to be hit with one more move before he is knocked down. For a long time, however, a shattered opponent would only take one hit before being knocked down, which in the case of moves that do multiple hits would not give the desired effect.

In the first part of the video below, you will see that the flying kicks and dragon punch, which normally hit three and two times respectively, only hit once on a shattered opponent. In the second part you can see that the opponent is hit by all hits of these moves before being knocked down.

Leave a Reply