blueprint

Undisturbed Warrior Player Controller

  • Exposure: public
  • UE Version: 4.18

avatar author

Sbaero

March 20, 2018, 3:46 am

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • avatar author

    Sbaero

    March 20, 2018, 3:50 am

    Player Controller Features:

    List of features for both characters: Third person camera boom with lagged motion. Animation blend space for idle and walk. Animation Montage system for attacks, abilities, and dodges. Combo system for light and heavy attacks per weapon/mode. Input buffer system. Any direction dodge - Dodges back if no movement input. Lock on. Health. Death. Stamina. Multiplayer.

    Warrior: Two weapons. Buffered weapon switching. Unique dodge forward and dodge back buffered attacks per weapon. Limited usage heal ability.

    TODO: WARRIOR: Invincibility Frames Small knockback (Fire, Static Mesh Collision with Velocity check) Medium knockback (Light Atks + Turn Around) Large knockback/knockdown (Heavy Atks, Glide,)

    Replace dead player with ragdoll.