Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Tamsoh

8
Posts
40
Followers
5
Following
A member registered Jul 12, 2020 · View creator page →

Creator of

Recent community posts

Hey, thanks a lot ! Actually, this is all made in C++, but I can tell you some tips :

  • In my character logic, I use multiple actor components to handle differents things (ex: one component that handles attacks, one for the defense, one for the movements etc...)
  • For the attacks, it's pretty straight forward, depending on the input pressed, if conditions are met, the player will perform light or heavy attack (and increment the combo counter) + you may need to use raycast in front of player to detect if the enemy is nearby so that the player orients and goes to him
  • For the defense, the dodge works the same as the attack event, if the player presses dodge input, based on the stick input direction, X dodge will be performed.
  • For the guard, what I do is that when the player holds the guard input, he stays in guard, and when he enters in this state, there is a short delay where the parry is available (ex: if the player enters guard and the enemy hits him in the next 0.x seconds, it will perform a parry

Hey! Thanks for your comment, unfortunately my project is not really made to be sold since it's a project made from the base of another, it's quite a mess and a lot of stuff would need to be cleaned! On another hand, some animations in, are paid animations, therefore I couldn't share it without removing everyone of them and replace them with free anim... But I recommend you to take a look at the new Unreal Engine marketplace, I'm pretty sure there are plenty of great project template covering your needs !

Thanks ! I'm not available for that right now sorry!