XaiJu
CodeLikeMe

CodeLikeMe

patreon


CodeLikeMe posts

Civilian AI - Farming - UE4 Tutorials #342

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode, I am going to make the civilian AI to make the farmers work on farm. They will walk around there farmland and do some farming work. The working location will be random inside the farm and the work they perform will be selected from an array of available animation montages which represent working. Fa...

View Post

Unreal Third person Shooter #38 - Drop Weapon When Killed

 In the episode 38 of unreal engine third person shooter tutorial series, we are going to make implement  weapon drop feature for the soldiers. When a soldier character is killed, the weapon on hand of the character will be detached and it will start simulating physics so it will drop on the floor like a physics object. Also, it will physically interact with other physics objects as well.  Download Project : 2020-01-10 08:08:10 +0000 UTC View Post

Movement Relative to the Camera

 In the resident evil style fixed camera system, the angle player looking at the character changes time to time when the camera changes. So, the inputs should work in relation to the current camera angle. When player press move forward button, the character should walk away from camera and with move backward button, usually S in WSAD scheme, character should come towards the camera. I am going to implement this behavior today. 

View Post

Project Files Update - Civilian & Farm

This update contains the Updated Civilian character with a basic AI, his farm created with procedural tools and the updated landscape material as of episode #341 in unreal open world series. 
Use this Download Link : https://1drv.ms/u/s!ArEOXGkzF8ujoyZhbGm8LQqRkFB2?e=tlB8zP

View Post

Civilian - Procedural Farm - UE4 Tutorials #341

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode, I am going to create a farmland for the civilian characters to work. For this, I am going to use the procedural level design tools i created recently. You can download those tools in above link.  support my work here : https...

View Post

Landscape Material - Removing Grass - UE4 Tutorials #340

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode, I am going to fix modify my landscape material in such a way that I can paint soil layer on the ground wherever I want without automatically spawning grass. I needed to do this because I had to clear some area in the landscape to make some farmland for the civilian characters to farm.  support ...

View Post

Civilian AI - Behavior Tree - UE4 Tutorials #339

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code Character model download : https://www.patreon.com/posts/32893655 Today, i am going to start implementing the civilian AI for my game. First, I will create an AIController  class caled AI_Civilian and then I'll create a behavior tree...

View Post

Civilian Character - Movement Blendspace - UE4 Tutorials #338

Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code Character model download : https://www.patreon.com/posts/32893655 Today, i am going to start implementing the civilian/npc character for my game. The first step is, I am going to download idle, walk and run animations for the fuse+mixamo create...

View Post

Unreal third Person Shooter #37 - Physics Asset/ Ragdoll - Legs, Head & Spine Constraints

 Download Project : https://www.patreon.com/posts/31567533 In this episode, we continue to work on the physics constraints of the ragdoll/physics asset (Phat) of the third person shooter game we are working on. The physics constraints are used to define the connection between physics bodies in the ragdoll and their joint properties such as how much they are allowed to rotate, how far they can move apart ..etc....

View Post

Brute - Character Model Download

Download the character model I have used for civilian character in unreal engine below. Only the Brute.fbx contains the mesh and textures. Other files contains the animations only. 

View Post

Unreal third Person Shooter #36 - Physics Asset/ Ragdoll - Hand Constraints

 Download Project : https://www.patreon.com/posts/31567533 In this episode, we are going to work on the physics constraints of the ragdoll/physics asset (Phat) of the third person shooter game we are working on. The physics constraints are used to define the connection between physics bodies in the ragdoll and their joint properties such as how much they are allowed to rotate, how far they can move apart ..etc...

View Post

Unreal third Person Shooter #35 - Physics Asset/ Ragdoll - Physics Bodies

 Download Project : https://www.patreon.com/posts/31567533 In this episode, we are going to setup physics bodies of the physics asset of the soldier character we are using in our third person shooter game. We are going to optimize the physics bodies to properly match the limbs of the character. we are going to use the ragdoll in the game, when the character is dead. Full Third person shooter series : 2020-01-04 05:20:08 +0000 UTC View Post

Creating Custom Characters With Adobe Fuse and Mixamo II - UE4 Tutorials #337

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code I am going to create a custom character to be used as a civilian in the game I am making. To make this character, I am going to use Adobe Fuse cc, which is a free tool to make human characters and Adobe mixamo to rig and animate the character created with adobe fuse.  So far, I have completed the character in f...

View Post

Creating Custom Characters With Adobe Fuse and Mixamo I - UE4 Tutorials #336

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code Today, I am going to create a custom character to be used as a civilian in the game I am making. To make this character, I am going to use Adobe Fuse cc, which is a free tool to make human characters and Adobe mixamo to rig and animate the character created with adobe fuse.   support my work here : View Post

On rail Camera In Unreal Engine

 In the last part of this series, we worked on a fixed camera system similar to the one we see in early resident evil games. Today, we are going to make an on rail camera system where the camera will be following the player on a fixed rail or a pre defined path. We can see this type of cameras in resident evil games in places like corridors, the camera will be following the player. 

View Post

Unreal Horse Riding - Rider - UE4 Tutorials #335

 In the horse riding system, after adding climbing system code to the character, the two systems showed some contradictions and as a result of that, sometimes, the rider character attached to the horse, flies away and disappear.  I'm going to find out what causes this odd behavior and how to resolve that bug.   support my work here : https://www.patreon.com/codelikeme  #CodeLikeMe #unrealengine...

View Post

Unreal Horse Riding - Camera Bugs - UE4 Tutorials #334

 Today, I decided to take a look at the horse riding system again, because I got few complains about the horse riding and some bugs in the system after updating and adding new features to the project. So, I found out there are some camera and spring arm related issues in the sysema ndd this episode covers the fixes of those issues. support my work here : https://www.patreon.com/codelikeme  #CodeLikeMe #unreal...

View Post

Procedural Crop Field - Randomness - UE4 Tutorials #333

 Project Files : https://www.patreon.com/posts/33677599

  We are working on an advanced procedural foliage spawner which allow us to set the boundaries of the area we want to spawn foliage with a spline. This can be used to create things like crop fields. Today, we are going to add some noise to the locations of the spawned meshes by this system to give some randomness. So, it would look more n...

View Post

Happy New Year 2020

In this new year, I wish you all the success in your projects, career and all aspects of your lives. Thanks for supporting me through the year and together let's reach the unreachable. Let's expand the limits of possibilities. Let's nail the next year in style.   

View Post

Unreal third Person Shooter #34 - Aiming Bugs Fixing

 Download Project : https://www.patreon.com/posts/31567533

In the aiming system of the third person shooter game we have developed so far, there are some alignment issues in reticle and camera when the character is on courch mode. Today, I am going to find a way to fix that issue.  Full Third person shooter series : 2019-12-31 07:44:41 +0000 UTC View Post

Procedural Crop Fields System

This update contains the procedural crop field system blueprint as of the episode 333 in open world series. 

View Post

Camera Switching in Unreal Engine

 In the last part of this series, we worked on a fixed camera system similar to the one we see in early resident evil games. Today, we are going to find a way to switch the camera when character walks out of the view of the current camera. For example, when character walks into another room, or pass a corner in a corridor where the character is no longer visible to the camera, we need to switch to a different camera. 

View Post

Fixed Camera System In Unreal Engine 4

 In this episode, I am going to create a fixed camera system in unreal engine 4, which is similar to the fixed camera we can see on earlier resident evil games where player get to observe the character from a fixed position like a cctv camera placed on a wall.  support my work : https://www.patreon.com/codelikeme 

View Post

Procedural Crop Field - Editing Individual Instances II - UE4 Tutorials #332

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code We are working on an advanced procedural foliage spawner which allow us to set the boundaries of the area we want to spawn foliage with a spline. This can be used to create things like crop fields. In last episode, We implemented manual editing for each instance of procedurally placed meshes, but the changes were no...

View Post

Unreal third Person Shooter #33 - character Death

Download Project : https://www.patreon.com/posts/31567533
Here is the Episode 32 of Unreal Engine Third Person Shooter tutorial series, How to implement character death. When the character is hit by bullets, the health of the character will be reduced by the damage caused by the bullets. When the health level reaches 0, the character will die. It will be simulated by enabling ragdoll mode of the character after ...

View Post

Merry Christmas My Dear Friends

View Post

Procedural Crop Field - Editing Individual Instances I - UE4 Tutorials #331

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code We are working on an advanced procedural foliage spawner which allow us to set the boundaries of the area we want to spawn foliage with a spline. This can be used to create things like crop fields. In last episode, we finished the system by implementing the function to place meshes. But, just like in procedural road...

View Post

Merging Unreal Marketplace templates - #1 - Inputs

 In this tutorial, I am going to take 2 unreal marketplace templates (Horror Engine Reloaded & Third person character interaction)  and put them into a single project to use the features of both templates in a single game. As the first step of that, I am going to resolve inputs of the projects to support both templates and migrate both templates into a single project.  support my work here : https://www....

View Post

Procedural Crop Field - UE4 Tutorials #330

Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code
We are working on an advanced procedural foliage spawner which allow us to set the boundaries of the area we want to spawn foliage with a spline. This can be used to create things like crop fields. In last episode, we found a way to determine the points inside a given boundaries defined by a spline. Today, we are going...

View Post

Advanced Procedural Foliage Spawner III - Points Inside a polygon - UE4 Tutorials #329

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code We are working on an advanced procedural foliage spawner which allow us to set the boundaries of the area we want to spawn foliage with a spline. This can be used to create things like crop fields because even though the plants itself have some randomization, there is a pattern to a crop field, which is quiet diffic...

View Post