XXX4Fans
CodeLikeMe from patreon

CodeLikeMe

patreon


CodeLikeMe posts

[Project Files] Movement on Vertical Surfaces in Unreal Engine

CodeLikeMe post [Project Files] Movement on Vertical Surfaces in Unreal Engine from patreon

 Project files : https://www.patreon.com/posts/38654281 Today, I am going to implement a locomotion system in unrealengine which supports moving on vertical surfaces. Just like character run on ground, character would be able to run on vertica...

View Post

[Project Files] Procedural Movement Animations System for 4 legged characters - Part 2

CodeLikeMe post [Project Files] Procedural Movement Animations System for 4 legged characters - Part 2 from patreon

 
Part 1 of this series in the procedural animations system for 4 legged characters I worked on aligning the character to the ground with an angle, along the characters forward angle. That means, it doesn't take into account of the ground angle between left hand and right hand of the character. Only the difference in...

View Post

[Project Files] Unreal Engine Jump Over Wall Tutorial

CodeLikeMe post [Project Files] Unreal Engine Jump Over Wall Tutorial from patreon

  In this tutorial, I am going to show you how to implement a jump over walls or a vaulting mechanism in unreal engine. Also, I am going to show you how to fix the camera snapping problem we had with the running slide mechanism we implemented previously so that the camera will smoothly follow as the character slide ...

View Post

Unreal Third person Shooter #61 - Aim Offset III

CodeLikeMe post Unreal Third person Shooter #61 - Aim Offset III from patreon

 Project Files : https://www.patreon.com/posts/38469692 In this episode of my unreal engine third person shooter series, I am going to continue with aim offset. Now that we have implemented the aim offset asset, Let's see how to integrate that...

View Post

Unreal Third person Shooter #60 - Aim Offset II

CodeLikeMe post Unreal Third person Shooter #60 - Aim Offset II from patreon

 Project Files : https://www.patreon.com/posts/38469692 In this episode of my unreal engine third person shooter series, I am going to continue on creating the aim offset asset I started in the previous episode. Here, I will create all the pos...

View Post

Unreal Third person Shooter #59 - Aim Offset I

CodeLikeMe post Unreal Third person Shooter #59 - Aim Offset I from patreon

 Project Files : https://www.patreon.com/posts/38469692 In this episode of my unreal engine third person shooter series, I am going to re-work on aiming mechanism. The plan is to create an aim offset asset to be used in the aiming function to ...

View Post

Unreal Third Person Shooter Aim offset

CodeLikeMe post Unreal Third Person Shooter Aim offset  from patreon


 
Here is the demo and project file of aim offset system I developed for third person shooter series.  Tutorial for this part will be soon available.  Aim offset asset is used in the aiming function to keep the gun aligned with the reticle in the middle of the screen. As the player look up and dow...

View Post

[Project Files] Unreal Survival #11 - Switching Injured/Fit states

CodeLikeMe post [Project Files] Unreal Survival #11 - Switching Injured/Fit states from patreon

 
In this episode of unreal engine survival tutorial series,  I am going to implement a way to switch the character state between injured/weak and fit/regular state. when the character is in the injured or weak state, the walking speed will be slower and the animations will be different to show the weakness of t...

View Post

Unreal Engine Running Slide [Project Files]

CodeLikeMe post Unreal Engine Running Slide [Project Files] from patreon

 In this tutorial, I am going to show you how to implement a running slide mechanism in unreal engine. if the player press the crouch button while running, the player character will perform a sliding animation which allows it to slide under the obstacles.  

password : codelikeme_slide

View Post

Horse/Deer Riding - Unreal Open World #402 [Project Files]

CodeLikeMe post Horse/Deer Riding -  Unreal Open World #402 [Project Files] from patreon

  In this episode of unreal engine open world series also I am going to add a ride able deer into to the project. Player will be able to ride the deer in the game world just like riding horses. I am going to implement the rideable deer same way I have implemented rideable horse as I have covered previously in the op...

View Post

Unreal Climbing - Knobs & Ledges - Unreal Open World #401 [Project Files]

CodeLikeMe post Unreal Climbing - Knobs & Ledges -  Unreal Open World #401 [Project Files] from patreon

 In this episode of unreal engine open world series also I am going to connect both knob based climbing and ledge based climbing. Player will be able to move on vertical walls by hanging onto the knobs on the wall and also move on ledges. Can move from wall to ledge and ledge to wall as well without any issue.  Like...

View Post

Project Files - Procedural Movement Animations System for 4 legged characters

CodeLikeMe post Project Files - Procedural Movement Animations System for 4 legged characters from patreon

Here is a way to make the 4 legged characters to adapt their movement animations to the slope of the ground easily. 

password : codelikeme_deer

View Post

Unreal Survival #10 - Load Last Checkpoint [Project Files]

CodeLikeMe post Unreal Survival #10 - Load Last Checkpoint [Project Files] from patreon

Here is the updated project files of Survival game which contains the checkpoint based progress save and load system. 

password : codelikeme_survive

View Post

Unreal Modular Character Customization System #3 - Dynamic UI

CodeLikeMe post Unreal Modular Character Customization System #3 - Dynamic UI from patreon

 I started working on a modular character customization system in this video. https://youtu.be/AM-CzvkYkbs Today, I am going to continue on that. So, when there are different characters such as male/female or different classes, the options available for...

View Post

Unreal Third person Shooter #58 - Camera Control

CodeLikeMe post Unreal Third person Shooter #58 - Camera Control from patreon

 Project Files : https://www.patreon.com/posts/36958341 In this episode of my unreal engine third person shooter series, I am going to re-work on camera controls when the character is in third person perspective without aim down. Here I am kee...

View Post

Double Takedown/Secondary kill in Unreal Engine [Project Files]

CodeLikeMe post Double Takedown/Secondary kill in Unreal Engine [Project Files] from patreon

 This is a continuation of the aerial takedown system I worked on before. This time, I am going to implement a double takedown system. When there is another enemy near the first enemy that we do the aerial takedown, we can quickly perform a secondary kill on the other enemy. Somewhat inspired by assassins creed games dou...

View Post

Unreal Stealth Takedown [Project Files]

CodeLikeMe post Unreal Stealth Takedown [Project Files] from patreon

In this episode, I am going to implement a stealth takedown system which involves the player and enemy character. To see this actionproperly, both characters should play the parts of their animations and they should be properly synchronized in time and location/rotation to see the connection between two characters. Player cha...

View Post

Unreal 4 Legged Characters and IK Foot Placement [Project Files]

CodeLikeMe post Unreal 4 Legged Characters and IK Foot Placement [Project Files] from patreon

 
In this tutorial, I am going to create a simple four legged character which can be possessed and controlled as the the player character using a stag as the character. And then I am going to focus on how to use unreal two bone IK system to properly place the character's four legs on the surface when it walks on unev...

View Post

Unreal Survival #8 - Save Game [Project Files]

CodeLikeMe post Unreal Survival #8 - Save Game [Project Files] from patreon

 In this episode of unreal engine survival series, I am going to implement save game function. Character properties such as health, hydration, hunger will be saved into a save file which will be loaded in the next time when the game is started to restore the state of the game. Save game function will be implemented in th...

View Post

Unreal Third person Shooter #57 - 8 Way Locomotion with rootmotion

CodeLikeMe post Unreal Third person Shooter #57 - 8 Way Locomotion with rootmotion from patreon

 Project Files : https://www.patreon.com/posts/36958341 In this episode of my unreal engine third person shooter series, I am going to re-work on 8 way locomotion system. The difference is, this time, the movement is completely based on the ro...

View Post

Unreal VR Shooter Tutorial Part 4 - Shooting Destructible Objects

CodeLikeMe post Unreal VR Shooter Tutorial Part 4 - Shooting Destructible Objects from patreon

 Project files : https://www.patreon.com/posts/37376456 This is the 4th part of the VR shooter tutorial series I am going to do. In this episode, I am going to show you how to create destructible objects such as water bottles. When we shoot th...

View Post

Unreal VR Shooter Tutorial Part 3 - Shooting

CodeLikeMe post Unreal VR Shooter Tutorial Part 3 - Shooting from patreon

 Project files : https://www.patreon.com/posts/37376456 This is the 3rd part of the VR shooter tutorial series I am going to do. In this episode, I am going to work on actual shooting part. This is the way shooting happens. First, a muzzle fla...

View Post

Unreal VR Shooter Tutorial Part 2 - Hand and Gun Animations

CodeLikeMe post Unreal VR Shooter Tutorial Part 2 - Hand and Gun Animations from patreon

 Project files : https://www.patreon.com/posts/37376456 This is the second part of the VR shooter tutorial series I am going to do. In this episode, I am going to implement animations for the gun and hand for shooting. When the player press th...

View Post

How Did you guys found my content?

I'm wondering how did you guys found my content for the first time. 

View Post

Unreal Modular Character Customization System [Project Files]

CodeLikeMe post Unreal Modular Character Customization System [Project Files] from patreon

 This is another request from one of the patrons. Here I am going to implement a modular character customization system where the player is able to customize the different body parts of the avatar such as hair, face, torse..etc. In the character customization page, the player will be shown with the available hair styles ...

View Post

Unreal VR Shooter Tutorial Part 1 - How to Grab The Gun [Project Files]

CodeLikeMe post Unreal VR Shooter Tutorial Part 1 - How to Grab The Gun [Project Files] from patreon

This is the first part of the VR shooter tutorial series I am going to do. In this episode, I am going to show you how to grab the gun. When the gun is near the hand, we can grab the gun by pressing trigger button in VR controller, and then the gun will be properly placed on the hand mesh and the index finger will be aligned ...

View Post

Aerial Takedown / Air Assassination in Unreal Engine Part II

CodeLikeMe post Aerial Takedown / Air Assassination in Unreal Engine Part II from patreon

 Project Files : https://www.patreon.com/posts/37265722 In this episode, I am going to continue with the aerial takedown system I worked on last episode. Today, I am going to work on detecting the enemy part and highlighting the enemy to show ...

View Post

8 Way locomotion with Rootmotion

CodeLikeMe post 8 Way locomotion with Rootmotion  from patreon

In this video, I am going to re implement the 8 way locomotion with root motion enabled animations

View Post

Aerial Takedown / Air Assassination in Unreal Engine [Project Files]

CodeLikeMe post Aerial Takedown / Air Assassination in Unreal Engine [Project Files] from patreon

In this episode, I am going to implement an aerial takedown system. When the enemies are below the player character, character will be able to launch into air and land on the enemy character from above with a lethal aerial takedown attack. I am refering to aerial takedown systems (or air assassination) in assassins creed game...

View Post

Walking on Beams in Unreal Engine [Project Files]

CodeLikeMe post Walking on Beams in Unreal Engine [Project Files] from patreon

 In this episode, I am going to implement a way to walk on narrow beams in unreal engine. when the character enter to a narrow beam, he will automatically reduce speed and go to a different animation blendspace which shows the cautiousness of walking on a narrow beam and as the character exit the beam section, speed and ...

View Post