Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode, I am going to show you how to easily replace the mannequin character we have in unreal third person template easily with a different character mesh. F...
2020-04-22 19:05:20 +0000 UTC
View Post
Project Files : https://www.patreon.com/posts/36050769 In this episode of unreal engine open world series, I am going to further improve the ledge climbing system. Today, I am going to do a check to see if the character can climb up the ledge using a capsule tra...
2020-04-22 19:04:43 +0000 UTC
View Post
2020-04-22 19:04:14 +0000 UTC
View Post
Project Files : https://www.patreon.com/posts/36136513
This is another request from one of the patrons. Here I am going to implement a ...
2020-04-22 19:02:42 +0000 UTC
View Post
In this episode of unreal engine third person shooter series, I am going to import and retarget a new character mesh for the player character. The new mesh has a exo skeleton, so we can implement stuff like higher jumping, wall running and other interesting mechanics in future. Download Project : 2020-04-22 04:37:09 +0000 UTC
View Post
Here is the project file of the character customization system i developed in this video
https://youtu.be/B5fmS8vmHNQ
password : codelikeme_customization
2020-04-18 15:54:37 +0000 UTC
View Post
In this episode of unreal engine third person shooter series, I am going implement a layered animation system so that the hit reaction will be played independent from the character movement footwork. Download Project : https://www.pat...
2020-04-17 04:12:30 +0000 UTC
View Post
updated open world climbing system as of episode 390
password : codelikeme_landledge
2020-04-16 03:40:54 +0000 UTC
View Post
Project Files : https://www.patreon.com/posts/35975173 I wanted to make a zipline system as in Star wars Last Jedi fallen order game. So, here is my attempt on creating a zipline system in unreal engine where the character can move down the zipline using also mo...
2020-04-15 18:37:24 +0000 UTC
View Post
2020-04-15 18:36:46 +0000 UTC
View Post
Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode of unreal engine open world series, I am going to implement climb up on the ledge after he hang on the ledge. In last episode, we implemented a way to ...
2020-04-15 18:35:58 +0000 UTC
View Post
Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode of unreal engine open world series, I am going to improve my character jumping to a predictive jumping system. This part is about hanging the character...
2020-04-15 18:35:22 +0000 UTC
View Post
Here is the project file of zipline system i implement in unreal engine 4.24
password : codelikeme_ziplines
2020-04-14 02:13:26 +0000 UTC
View Post
Ledge Climbing System update as of episode #389 in open world series
password : codelikeme_ledge
2020-04-11 17:52:56 +0000 UTC
View Post
In this episode of unreal engine third person shooter series, I am going to improve the visibility of the bullet trails so that the player will be able to clearly see from where he go shot and who is shooting at him. This is very important for the player's experience. Download Project : 2020-04-07 14:13:49 +0000 UTC
View Post
Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code Last Time, we developed a character selection screen in unreal engine. Player is able to select a male or female character and for each gender, there are be multiple c...
2020-04-06 16:52:11 +0000 UTC
View Post
Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code Today, I am going to develop a character selection screen in unreal engine. Player is able to select a male or female character and for each gender, there will be mult...
2020-04-06 16:51:36 +0000 UTC
View Post
Project Files : https://www.patreon.com/posts/35566022 Today, I am going to develop a wall running system using the third person character template in unreal engine 4. Just like in games like prince of Persia, Star wars Fallen Order - Last Jedi, the character wi...
2020-04-06 16:50:24 +0000 UTC
View Post
Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode of unreal engine open world series, I am going to improve my character jumping to a predictive jumping system. That means, when the character jumps, it...
2020-04-06 16:49:37 +0000 UTC
View Post
project Files : https://www.patreon.com/posts/35481926 This is a special request tutorial from one of the patrons. The objective is to implement an item inspection system. In the last episode, I implemented a way to move the object closer to the camera whe...
2020-04-06 16:48:05 +0000 UTC
View Post
Here is the project file i used for the third person wall running demonstration in unreal engine
password : codelikeme_wallrunner
2020-04-02 17:45:07 +0000 UTC
View Post
Here is the updated project files as of episode 47 in unreal third person shooter series
password : shootlikeme_ai
2020-04-02 15:50:06 +0000 UTC
View Post
Here is the project file of complete object inspection system I developed in unreal engine 4
2020-03-31 19:42:48 +0000 UTC
View Post
Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode of unreal engine open world series, I am going to improve my character jumping to a predictive jumping system. That means, when the character jumps, it...
2020-03-31 19:38:10 +0000 UTC
View Post
Due to the corona outbreak, The local universities are closed and as a result, we have to conduct the lectures through internet. So, here is the 2nd video lecture I have recorded. This time we are going to discuss about Object Oriented Programming Priciples (OOP) and how to use them in game development. We are going to discuss about basic ...
2020-03-31 19:37:38 +0000 UTC
View Post
Here is a sample project with the water leaks on camera effect I have developed.
password : codelikeme_waterleaks
2020-03-28 19:00:29 +0000 UTC
View Post
Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode of unreal engine open world series, I am going to create a system to destroy the NPC characters who are far away from the player more than a certain th...
2020-03-27 19:12:05 +0000 UTC
View Post
In this episode of unreal engine third person shooter series, I am going to implement a shooting AI system using behavior trees. When the player is visible for the enemy NPC characters, they will start shooting at player, if player go out of there visibility range, they will stop shooting. Download Project : 2020-03-27 12:35:24 +0000 UTC
View Post
project Files : https://www.patreon.com/posts/35152293 This is a special request tutorial from one of the patrons. The objective is to implement an item inspection system. In the last episode, I implemented a way to highlight the object when the mouse hove...
2020-03-25 18:47:46 +0000 UTC
View Post
Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode of unreal engine open world series, I am going to create an NPC spawning system based on the players location. As you know, in an open world game, we c...
2020-03-25 18:47:10 +0000 UTC
View Post