HornyCreator
CodeLikeMe from patreon

CodeLikeMe

patreon


CodeLikeMe posts

Unreal Adventure - Part 35 (Old Lady Meta Human Character)

CodeLikeMe post Unreal Adventure - Part  35 (Old Lady Meta Human Character) from patreon

Today, we are going to add an old lady metahuman character mesh for the NPC character previously implemented with unreal mannequin. In the dialogue system, we are working on, we need to play the appropriate facial animations according to match the vocals and the facial expressions and head movement including the lip movement. These animations are captured using iclone as the vocalist talks the relevant dialogue. In our dialogue tree, we will create another field to define ...

View Post

Unreal Adventure - Part 34 (Facial Animations)

CodeLikeMe post Unreal Adventure - Part  34 (Facial Animations) from patreon

Today, we are going to work on facial animations of the character. In the dialogue system, we are working on, we need to play the appropriate facial animations according to match the vocals and the facial expressions and head movement including the lip movement. These animations are captured using iclone as the vocalist talks the relevant dialogue. In our dialogue tree, we will create another field to define which facial animation to be played according to the given audio ...

View Post

C++ Programming Interview - Part 6 ( Merge Sort Algorithm )

CodeLikeMe post C++ Programming Interview - Part 6 ( Merge Sort Algorithm ) from patreon

In this episode, I will explain how merge sort algorithm works and how to implement it in C++. Merge sort is an algorithm that divides the given numbers array into 2 halves from the middle and recursively uses the same function to sort each part. Then, the sorted halves will be merged together in a sorted manner. THis algorithm has a complexity of nLogn.

View Post

C++ Programming Interview - Part 5 ( Bubble Sort Algorithm )

CodeLikeMe post C++ Programming Interview - Part 5 ( Bubble Sort Algorithm ) from patreon

In this episode, I will be focusing bubble sort algorithm. This is the simplest sorting algorithm with a worst-case time complexity of O(n^2). I will first explain how the algorithm works with a manual example and then proceed to write the code using C++.

View Post

Unreal Adventure - Part 33 ( Conversation Camera Changes)

CodeLikeMe post Unreal Adventure - Part  33 ( Conversation Camera Changes) from patreon

Today, we are going to continue with the dialogue/conversation system and implement camera angle changes according to the currently speaking character. The camera will change the angle and focus on the character who is doing the talking.

password=CLM_AdvUpdate

project files download : https://arimac...

View Post

Unreal Third Person Shooter #112 - Helicopter Integration

CodeLikeMe post Unreal Third Person Shooter  #112 - Helicopter Integration from patreon

In this episode of the Unreal engine third-person shooter series, we are going to merge the helicopter flying system with the third-person shooter series project.  So, the character in the third-person shooter project will be able to walk to the helicopter, get in, fly and land and get out. I will implement shooting mechanisms for the attack helicopter as well later on.

.

project files : 2021-11-22 21:30:01 +0000 UTC View Post

C++ Programming Interview - Part 3 (OOP - Polymorphism)

CodeLikeMe post C++ Programming Interview - Part 3 (OOP - Polymorphism) from patreon

The objective of the " CodeLikeMe C++ Programming Interview "  series is to give you a set of common questions that you will be asked in an interview for a job that involves C++ programming such as game development. I will also explain the answers with extra details and code examples. Even if you are a complete beginner who wants to learn C++, this series will be helpful as I am going to explain things as simple as possible assuming the viewer is a beginner. I will co...

View Post

C++ Programming Interview - Part 2 (OOP - Encapsulation, Abstraction and Inheritance)

CodeLikeMe post C++ Programming Interview - Part 2 (OOP - Encapsulation, Abstraction and Inheritance) from patreon

The objective of the " CodeLikeMe C++ Programming Interview "  series is to give you a set of common questions that you will be asked in an interview for a job that involves C++ programming such as game development. I will also explain the answers with extra details and code examples. Even if you are a complete beginner who wants to learn C++, this series will be helpful as I am going to explain things as simple as possible assuming the viewer is a beginner. I will co...

View Post

C++ Programming Interview - Part 1 (Classes and Objects)

CodeLikeMe post C++ Programming Interview - Part 1 (Classes and Objects) from patreon

The objective of the " CodeLikeMe C++ Programming Interview "  series is to give you a set of common questions that you will be asked in an interview for a job that involves C++ programming such as game development. I will also explain the answers with extra details and code examples. Even if you are a complete beginner who wants to learn C++, this series will be helpful as I am going to explain things as simple as possible assuming the viewer is a beginner. I will co...

View Post

Unreal Adventure - Part 32 ( Dialogue Tree Audio)

CodeLikeMe post Unreal Adventure - Part  32 ( Dialogue Tree Audio) from patreon

This is the 32nd episode of the "Unreal Engine Adventure" tutorial series I am doing. This series is inspired by games like Heavy Rain or Detroit Become human. These are more like interactive stories where the player choices of player will have a permanent impact on the gameplay.  Today, we are going to continue with the dialogue tree system we are working on. Last time we worked on the UI parts and the custom data structure we need to define the required dialogue. No...

View Post

Unreal Adventure - Part 31 ( Dialogue Tree)

CodeLikeMe post Unreal Adventure - Part  31 ( Dialogue Tree) from patreon

This is the 31st episode of the "Unreal Engine Adventure" tutorial series I am doing. This series is inspired by games like Heavy Rain or Detroit Become human. These are more like interactive stories where the player choices of player will have a permanent impact on the gameplay.  Today, we are going to look into how to implement a dialog tree structure and how to use it in the game to dynamically show the dialogue choices player has, and how to show the subsequent ch...

View Post

Unreal Engine Helicopter Flying #7 - Military Attack Helicopter

CodeLikeMe post Unreal Engine Helicopter Flying #7  - Military Attack Helicopter from patreon

This is the 7th part of the unreal engine helicopter flying system I am working on. Here I am going to add a military attack helicopter/ helicopter gunship to the helicopter flying system we have been working on. Just like the passenger helicopter, we will be able to fly the attack helicopter as well. Later, we will implement machine gun shooting, missile firing, and flares on this. Today, we will focus on how to adapt the existing helicopter system to this new model inclu...

View Post

Unreal Adventure - Part 30 ( Dynamic Input Binding for Decision UI)

CodeLikeMe post Unreal Adventure - Part  30 ( Dynamic Input Binding for Decision UI) from patreon

This is the 30th episode of the "Unreal Engine Adventure" tutorial series I am doing. This series is inspired by games like Heavy Rain or Detroit Become human. These are more like interactive stories where the player choices of player will have a permanent impact on the gameplay.  In the last episode, we implemented a widget that will be used to show the options player can choose when the player is presented with a decision-making scenario. The same widget can be used...

View Post

Unreal Adventure - Part 29 ( Decision Making Widget )

CodeLikeMe post Unreal Adventure - Part  29 ( Decision Making Widget ) from patreon

This is the 29th episode of the "Unreal Engine Adventure" tutorial series I am doing. This series is inspired by games like Heavy Rain or Detroit Become human. These are more like interactive stories where the player choices of player will have a permanent impact on the gameplay.  In this episode, we are going to work on a widget that will be used to show the options player can choose when the player is presented with a decision-making scenario. The same widget can be...

View Post

Unreal Engine Helicopter Flying #6 - Crashing Down

CodeLikeMe post Unreal Engine Helicopter Flying #6  - Crashing Down from patreon

This is the 6th part of the unreal engine helicopter flying system I am working on. Here I am going to implement crashing down mechanics for the helicopter. when the helicopter takes enough damage, it will start emitting smoke from the engine and start to go down while rotating uncontrollably. When the helicopter crash land, it will be destructed into pieces with explosive effects. For the explosion effects, I will be using niagara particles and for the destruction of the ...

View Post

Unreal Engine Advanced Menu Pack

CodeLikeMe post Unreal Engine Advanced Menu Pack from patreon

Here is a preview of the advanced menu pack V2 asset now available in the unreal marketplace.  This is a pack of 12 different Main Menu designs along with a Health Bar, Stamina Bar, and a Basic Minimap system with pointers for both player and enemies as well. Clicking sounds are also integrated.  

Marketplace Link: https://www.unr...

View Post

Unreal Third Person Shooter #111 - Bullet Penetration

CodeLikeMe post Unreal Third Person Shooter  #111 - Bullet Penetration from patreon

In this episode of Unreal engine third-person shooter series, we are going to work on bullet penetration mechanics for guns. Here, I will define a matrix to define what type of objects bullets can penetrate and this matrix will be customizable for each different gun type. For example, AK 47 bullets will be able to penetrate wooden covers, but not steel covers. Similarly, the sniper will be able to penetrate flesh and damage a character behind another character if we mark f...

View Post

Unreal Engine Thunder & Lightning Effect - Part 2 [Dynamic Light Level Change]

CodeLikeMe post Unreal Engine Thunder & Lightning Effect - Part 2 [Dynamic Light Level Change] from patreon

In this episode of unreal engine thunder and lighting system, I am going to explore the dynamics of the lightning. Specifically, how to increase the light total light intensity temporarily to mimic a realistic lightning effect. Here we will do that by dynamically changing exposure in post process settings. The reason not to add an actual light here is, because increasing the intensity of any existing light or adding a light temporarily is not always an option as in some le...

View Post

Unreal Engine Thunder/Lightning Effect

CodeLikeMe post Unreal Engine Thunder/Lightning Effect  from patreon

In this episode, I am going to create a dynamic thunder/lightning effect in unreal engine. Here, I will continue in the rain project I worked on recently with the niagara rain particle system. But the lightning effect will be implemented using textures.  The lightning effect will start from the top and spread downwards in a realistic way and along with that, the whole environment will light up instantly for a short moment. After a while, the thunder strike sound will ...

View Post

Three Years of #CodeLikeMe

CodeLikeMe post Three Years of #CodeLikeMe from patreon

Hello Everyone,  

It has been three years to the date from the start of "CodeLikeMe". So, Let's tale a look at what I could share with you guys and what I received from you guys.  In total, I have made 1080+ game development tutorials  for this first 3 years of my journey. Also I got the "Unreal Authorized Instructor" and Released our own game "NERO" which I work for the last 4 years in the company I work. 

So, I created this video to summar...

View Post

Unreal Engine Rain Particle with Splashes using Niagara Fx System 🌧

CodeLikeMe post Unreal Engine Rain Particle with Splashes using Niagara Fx System 🌧 from patreon

In this episode, I am going to create a rain particle system from scratch using unreal engine Niagara FX system. Here, the rain particle will have 2 main components,  the raindrop streak and splashes spawned on the location raindrops hit surfaces. Both will be implemented using sprites and for splash generation, Niagara event handlers will be used. Here we will see how to generate an event on collision and how to receive that event from another particle emitter and us...

View Post

Unreal Adventure - Part 27 ( NPC Patrol Paths )

CodeLikeMe post Unreal Adventure - Part  27 ( NPC Patrol Paths ) from patreon

This is the 27th episode of the "Unreal Engine Adventure" tutorial series I am doing. This series is inspired by games like Heavy Rain or Detroit Become human. These are more like interactive stories where the player choices of player will have a permanent impact on the gameplay.  In this episode, we are going to implement a way to define a patrolling path for NPC characters. This would be implemented using a spline component and we will be able to customize the patro...

View Post

Unreal Adventure - Part 26 ( Distracting NPC Characters by Throwing Stones)

CodeLikeMe post Unreal Adventure - Part  26 ( Distracting NPC Characters by Throwing Stones) from patreon

In this episode, we are going to set up an NPC character with simple free-roaming behavior using behavior trees. As the NPC character, we will be using the same NPC character we have implemented in this episode(https://youtu.be/P1ZfIthFcV4) of the root motion based locomotion system series.  The special thing about this character is, the npc also uses root motion based animations and therefore we ca...

View Post

Unreal Adventure - Part 25 ( NPC Characters with Behavior Trees)

CodeLikeMe post Unreal Adventure - Part  25 ( NPC Characters with Behavior Trees) from patreon

This is the 25rth episode of the "Unreal Engine Adventure" tutorial series I am doing. This series is inspired by games like Heavy Rain or Detroit Become human. These are more like interactive stories where the player choices of player will have a permanent impact on the gameplay.  In this episode, we are going to set up an NPC character with simple free-roaming behavior using behavior trees. As the NPC character, we will be using the same NPC character we have implem...

View Post

Unreal Engine Helicopter Flying - Align with Movement

CodeLikeMe post Unreal Engine Helicopter Flying  - Align with Movement from patreon

This is the 5th part of the unreal engine helicopter flying system I am working on. Here I am going to make some changes to the helicopter control system to align it with the movement direction. This will allow the player to control the helicopter in a more efficient and intuitive way. Also, this would become handy when we implement aiming and shooting from the helicopter.   You can access the rigged helicopter model and the complete project using the link above....

View Post

Unreal Engine 5 - Root Motion and Retargeting Animations with Mixamo Characters

CodeLikeMe post Unreal Engine 5 - Root Motion and Retargeting Animations with Mixamo Characters from patreon

Today, I am going to try retargeting and root motion using a mixamo character in unreal engine 5. First, I will download a mixamo character and then I will add a root bone and transfer the relevant movement to the root bone using the Enziop mixamo converter plugin for blender.  Then I will import the root bone added mixamo character and the animation into unreal engine 5 and will retarget it to the unreal mannequin character so that we can test it in the default third...

View Post

Unreal Adventure - Part 23 ( Save and Load Game at Checkpoints)

CodeLikeMe post Unreal Adventure - Part  23 ( Save and Load Game at Checkpoints) from patreon

This is the 23rd episode of the "Unreal Engine Adventure" tutorial series I am doing. This series is inspired by games like Heavy Rain or Detroit Become human. These are more like interactive stories where the player choices of player will have a permanent impact  on the gameplay.  In this episode, we are going to work on how to save the game when player reach a certain checkpoint. If player close and open the game again, the game will start from the last saved c...

View Post

Unreal Engine Helicopter Flying - Rotor Blade Collision Sparks with Niagara

CodeLikeMe post Unreal Engine Helicopter Flying  - Rotor Blade Collision Sparks with Niagara from patreon

This is the 4th part of unreal engine helicopter flying system I am working on. Here I am going to work on collision sparks and sounds when the rotor blades collide with some other objects in the world. We will implement the spark particle in using niagara effects system and implement a way to detect the overlaps of helicopter blades and at the point where the blade overlaps, a sound and sparks will appear. Later on we will implement a way to destroy the blades and crash i...

View Post

Unreal Engine Helicopter Flying - Dust Cloud with Niagara

CodeLikeMe post Unreal Engine Helicopter Flying  - Dust Cloud with Niagara from patreon

This is the 3rd part of unreal engine helicopter flying system I am working on. Here I am going to work on the dust cloud formation of the landing/take off zone of the helicopter. When the helicopter blades rotate fast, it causes a massive air flow and this causes the dust and everything to move fast around the helicopter. Specially when the helicopter is near ground, we can see this effect clearly with the dust cloud formed around the helicopter. We will create this dust ...

View Post

Unreal Skateboarding System 16 - Bug Fixes

CodeLikeMe post Unreal Skateboarding System 16 - Bug Fixes from patreon

password=codelikeme_sk

Project files : https://arimac-my.sharepoint.com/:f:/g/personal/thilina_arimaclanka_com1/Egj9qZ3x4opBt7guoXsdNiQBJMSQ5CEFc31aHSHYnyYC7g?e=us8CLH

Marketplace asset link : 2021-10-14 17:07:25 +0000 UTC View Post