Game
A Shapian's Tale
2 years ago

"Advanced Combat" is coming along nicely, but I'm going to change the phrasing. After delving into making combat more than simple collision, I realized "Advanced Combat" consists of a several sub-systems that come together to create the final experience..


The system I have come up with has multiple layers and this is how I am approaching implementation overall:

The Collision Layer: This is the already existing system that is "Basic Combat." There are collider objects created when a player performs a colliding action (attack, block, etc.) and they transfer hit effects and damage (or lack thereof) to the target.

The Axial Layer: This system helps determine hits based on the axes said attack covers. This system both helps create a more reasonable hit registry by accounting for the fake 3D nature of the game ( i.e. overhands only hit targets close to the same Y position), while also creating variety in the ways to evade or block maneuvers based on the attack used due to axes not affected by said attack.

The Move Layer: This system is related to a variety of moves users (players, NPCs and enemies) perform in combat. There are innumerable ways in which a collision event can take place but this system should be set to handle an ever growing list of moves based on content demands. Moves will call a script with arguments based on the lower layer ( The Axial Layer) so that each attack has authority over changing the combat masks and their respective Axial info.

The Technique Layer: This layer is where players have input (besides button/key input) in the overall combat system. Players will be able to combine moves into a sequences of their liking. Each move will transition into the next on the same button press (unlike typical combo systems that use different buttons) until the combo is finished. Multiple combos can be made and switched between. A set of combos is a technique and multiple techniques can be made and switched between as well.



0 comments

Loading...

Next up

Hello everyone!

I have recently taken a step back into game dev this past summer and I have decided to resurrect a old game from the early days of Game Maker and the YYG community (some of you might have been apart of); A Shapian's Tale.

I believe I have gotten the Axial Layer completed! On top of this the debug viewer has also been optimized visually to show more accurate info. Its so strange how different the underlying code is from the final render #gamedev #rpg #combat #sidecroller

Took a break from AST to work on a rougelike match 3 game, pet named "SwapQuest."

art comission.

We are under attack!

Fan art for Foolish I'm feeling kinda better so I drew this

Strange Umbrella

In the quest for accessibility, I'm adding Resurrection Shrines for players on the 'novice' end of the platforming spectrum.

In order to unlock the power of a Shrine, you must collect 3 'Souls' from your dead corpses! (the floating blue orbs)

The Darkside Detective: A Fumble in the Dark is out TODAY! 🖱️Advanced pointing, clicking action 🖨️Very funny words! Loads of them! 👻6 sarcastic, spectral cases to solve

Update 2.627

New challenges & new effects!