NokiMo
CodeLikeMe

CodeLikeMe

patreon


CodeLikeMe posts

Unreal Horse Riding 7 - Keeping the rider straight - UE4 Tutorials #124

Support my work on Patreon : https://www.patreon.com/CodeLikeMe

In this episode, i am going to try and implement a w...

View Post

Unreal Horse IK

View Post

Project Files Update - IK and Jump bug fixes

This update contains the bug fixed finalized IK system and now it doesn't contradict with jumping mechanism. 

Also, I have fixed some jumping related bug as well. 

View Post

Code Snippets - All the functions required for IK foot placement

View Post

Project Files Update - Leg IK and Foot rotation

This update contains the leg IK implementation and foot rotation to align the feet with the underline surface

View Post

Unreal Horse IK 1 - Horse Animations on Sloped Terrain - UE4 Tutorials #123

In this episode, I am going to modify the animation blueprint of the horse to change the rotation of the body according to the angle of the ground. From this technique, we can get rid of seeing the...

View Post

Unreal Horse Riding 6 - Horse Turning - UE4 Tutorials #122

In this episode, I am going to improve the horse animations by adding a turning effect to the horse animation blueprint. When the horse is turning, I am going to rotate the spine of the horse to be...

View Post

Unreal Horse Riding 5 - Horse footstep Sounds - UE4 Tutorials #121

Today, I am going to add sound effects for horse footsteps. I will use the same sound clips for all movement stages (walk, trotting and galloping) but the pitch of the sound will be changed accordi...

View Post

Unreal Horse Riding 4 - Trot and Galloping - UE4 Tutorials #120

Today, I am going to add 3 stages of horse movement , walking, Trotting and galloping. I will implement events to control these 3 stages and appropriate animation will be played with the blendspace...

View Post

Project Files Update - Horse Movement

This update contains 3 movement modes of horse 

Walking, trotting and Galloping


 
Note: As I do not have rights to share the horse model I have used in the video...

View Post

Unreal Horse Riding 4 - Horse Movement - UE4 Tutorials #119

Today, I am going to implement horse movement. For this, I will use a blendspace for horse locomotion created with horse idle, walk, trot and gallop animations which plays the proper animaion based...

View Post

Unreal Horse Riding 3 - Mount and Dismount - UE4 Tutorials #118

In this episode, I am going to explore a way to mount horse and then pass the player control to the horse character. Then a way to dismount and pass the player control back to on foot character. I ...

View Post

Unreal Horse Riding 2 - Mount Horse - UE4 Tutorials #117

Today, I am going to implement the mount on horse system. When player is near the horse, player can press E and mount the horse.

View Post

Unreal Horse Riding 1 - Horse Character - UE4 Tutorials #116

Today, I am going to get started with a horse riding system for our game in unreal engine 4. In this episode, I will setup the basic ride-able horse character and when the player go near the horse,...

View Post

CodeLikeMe - New Brand Name

Until now, I have been using my own name (Thilina Premasiri) for the youtube channel and from now on, I have changed that to a new brand name "2019-03-12 16:36:27 +0000 UTC View Post

Could you guys suggest a good name for my channel?


View Post

Project Files Update - Mounting Horse

This file contains the updated project which includes upto the point where player can  mount on a horse. 

Note: As I do not have rights to share the horse model I have used in the v...

View Post

Unreal Melee Combat - Slow Motion Kill Cam - UE4 Tutorials #115

Today, I am going to implement the a kill cam effect for the combat system in unreal engine 4. When an enemy is killed, the ragdoll is activated while adding an outward impulse from the attacker, I...

View Post

Unreal Melee Combat - Directional Dodge and Dash - UE4 Tutorials #114

I have already worked on dodging system for our melee combat system in unreal engine 4. Today, I am going to improve that by adding different animations based on the direction  the character d...

View Post

Unreal Melee Combat - Unblockable attack Red Sword Trail - UE4 Tutorials #113

Today, I am going to add a red weapon trail for unblockable attacks in the melee combat system in unreal engine 4. For this I will be using animtrails and for normal attacks, there would be a white...

View Post

Unreal Melee Combat - Dodge and Evade Attacks - UE4 Tutorials #112

We already have implemented the dodging mechanism for our melee combat system in unreal engine 4. Today I am going to refine it by fixing some issues we already have with the current system. I will...

View Post

Unreal Melee Combat - Blockable and Unblockable attacks - UE4 Tutorials #111

In this episode, I am going to implement unblockable attacks for the melee combat system we have developed with unreal engine 4. When there is a blockable attack, a yellow icon that indicates a blo...

View Post

Unreal Melee Combat - Attack Indicator and Fight Camera - UE4 Tutorials #110

In today's episode, I gonna experiment some ways to shift the focus the players attentions onto the enemy character when that character is about to attack. For this, I am going to work on a camera ...

View Post

Code Snippets - Get Evade direction

Here are some screenshots of evade system related functions

View Post

Project Files Update - Directional Dodging and Evade

This update contains upto the refined directional dodging and evade mechanisms. Enjoy and let me know if you have any comments or problems

View Post

Unreal Melee Combat - Attack Indicator and Fight Camera - UE4 Tutorials #110

In today's episode, I gonna experiment some ways to shift the focus the players attentions onto the enemy character when that character is about to attack. For this, I am going to work on a camera ...

View Post

Unreal Melee Combat - AI Attack one enemy at a time - UE4 Tutorials #109

In a good combat system for a game, player should have a fair chance against a number of enemies. If all the enemies attack simultaneously, player will be overwhelmed and wouldn't be able to handle...

View Post

Updated Project Files - One enemy at a time and Attack warning icons

 In this update, when the player fight with multiple enemies, only one enemy will attack at a time. also, there will be an icon showing that enemy is about to attack and the block button over ...

View Post

Unreal Melee Combat - Counter Attacks - UE4 Tutorials #108

In this episode, I am going to implement a counter attack system to our melee combat system in unreal engine 4. When the player press the block right before the opponent land the attack, the player...

View Post

Unreal Melee Combat - Evade Trail - UE4 Tutorials #107

Last time we implemented an evade attack system for our melee combat system developed with unreal engine 4. Today, I am going to add a trail to the character when evading using anim Trails. This wo...

View Post