How to make the controller feel more responsive
Reported By: Eldar Bertsel
December 13st, 2023
THE PROBLEM
This final week when I was playtesting the game, I realized that while fighting enemies the player literally can't do anything other than get his because his attack animation is so long that enemy will be able to hit you no matter what. So I decided to go and see how successful games handle such cases. Looks like game use something like recovery cancel or animation cancel. It basically cancels the current action with another action. In my case I needed to make the player be more responsive and have the ability to actually dodge attacks instead of trading hits with enemies.
THE SOLUTION
In order to kill 2 birds with 1 stone I had come up with an idea of giving the player an ability to dodge once the attack animation passes the damage phase(phase where the damage collider on the weapon turns on/off). This will make the controller more responsive and give the player an option to not trade hits in life and death situations. This change alone made the game feel so much better. Now you don't have to sit and wait until that long animation finished playing, instead you can skip it with a dodge and attack again, creating an additional combat diversity.
Files
Get Psyche
Psyche
Welcome to your next great souls-like adventure!
Status | In development |
Author | Sad Ogre Studios |
Genre | Role Playing, Adventure |
Tags | Atmospheric, Fantasy, Indie, mind-bending, psyche, Sci-fi, Singleplayer, Souls-like, Third Person |
More posts
- Problem: Harder Isn't Always More FunDec 14, 2023
- ModelMayhem: A Programmer's TaleDec 08, 2023
- Problem: Face Your FearsDec 03, 2023
- Time to show our real main characterDec 01, 2023
- Problems: melee combat system is too boringNov 24, 2023
- Problem: Frames Win Games?Nov 17, 2023
- Problem with camera transitionNov 16, 2023
- Combo Attack systemNov 11, 2023
- Problems with code reusabilityNov 03, 2023
Leave a comment
Log in with itch.io to leave a comment.