HornyCreator
CodeLikeMe from patreon

CodeLikeMe

patreon


CodeLikeMe posts

Highlight Object On Hover In Unreal

CodeLikeMe post Highlight Object On Hover In Unreal from patreon

 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. as the first part, highlighting an object when hovering the mouse over it. So that the player would know that this object is interact-able.   support my work : View Post

Project Files - Highlight on Hover & Inspect Object

CodeLikeMe post Project Files - Highlight on Hover & Inspect Object from patreon

Here is the project file of object inspection system

password : codelikeme_inspect

View Post

Lecture 6 - Shaders & Materials

CodeLikeMe post Lecture 6 - Shaders & Materials from patreon

 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 this weeks lecture on shaders and materials.  In this lecture, we are going to talk about shaders and materials and do some exercise on to get familiar with shader writing using https://www.shadertoy.com/ 

View Post

NPCs on Benches - UE4 Tutorial #383

CodeLikeMe post NPCs on Benches - UE4 Tutorial #383 from patreon

 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 civilian character who would just sit in some benches in the game world. if they notice a danger, they will run away from that place. otherwise, they will just sit there. This behaviors will be driven through a behavi...

View Post

Auto Exposure - UE4 Tutorial #382

CodeLikeMe post Auto Exposure - UE4 Tutorial #382 from patreon

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode of unreal engine open world series, I am going to show you about the auto exposure settings in unreal engine and how it works. in my night sky scene, when the moon is present in the view, stars fade out and become invisible due to the auto exposure/ eye adaptation settings. I am g...

View Post

Unreal Hand Gun IK

CodeLikeMe post Unreal Hand Gun IK from patreon

 This is to cover a request I got from one of the patrons. Last time we worked on restoring handgun equip part and there were some issues in holding the gun and the left hands position. I am going to address those issues and properly place the left hand using IKs.   support my work : https://www.patreon.com/CodeLikeMe Like my facebook page for more content : 2020-03-21 19:44:44 +0000 UTC View Post

Unreal Switch Camera

CodeLikeMe post Unreal Switch Camera from patreon

 This is to cover a request I got from one of the patrons. Last time we worked on handIK issues for the handgun and today I am going to work on changing the camera when the player try to aim. when player try to aim with right mouse button, the corridor camera will switched to a over the shoulder camera and when stop aiming, it will return to the corridor camera.  support my work : https://www....

View Post

Unreal Third person Shooter #46 - AI character Aiming Towards Player II

CodeLikeMe post Unreal Third person Shooter #46 - AI character Aiming Towards Player II from patreon

 In this episode, I am going fix some of the issue I have when the NPC character aim towards the player. Specially when the enemy and player is not in the same height level of the ground, the enemy aiming is off from the target.  Download Project : 2020-03-19 09:47:49 +0000 UTC View Post

Project Files - Auto and Manual Doors

CodeLikeMe post Project Files - Auto and Manual Doors  from patreon

Here  is the project of the doors and auto doors video I have done

View Post

Unreal Phases of Moon - UE4 Tutorial #381

CodeLikeMe post Unreal Phases of Moon - UE4 Tutorial #381 from patreon

 Project Files : https://www.patreon.com/posts/34825247 In this episode of unreal engine open world series, I am going to add phases for the moon I added for night sky. There will be a parameter exposed from the material trough the dynamic atmosphere blueprint and we can change the phase of the moon using that parameter.    support my work : 2020-03-15 18:43:38 +0000 UTC View Post

Unreal Moon - UE4 Tutorial #380

CodeLikeMe post Unreal Moon - UE4 Tutorial #380 from patreon

 Project Files : https://www.patreon.com/posts/34825247 In this episode of unreal engine open world series, I am going to continue on the dynamic time of day system using the new skyAtmosphere component in unreal engine. Today, I am going to add a moon to the system. In the night, the moon will rise as the sun goes down along with the stars and the moon will set in the morning as the sun ri...

View Post

Smooth Day and Night Sky Transition with Stars - UE4 Tutorial #379

CodeLikeMe post Smooth Day and Night Sky Transition with Stars - UE4 Tutorial #379 from patreon

 Project Files : https://www.patreon.com/posts/34825247 In this episode of unreal engine open world series, I am going to continue on the dynamic time of day system using the new skyatmosphere component in unreal engine. Today, i am going to make the stars appear smoothly when the sunset and then disappear smoothly when sun rise.  support my work : 2020-03-14 19:27:44 +0000 UTC View Post

Unreal Pickup Hand Gun

CodeLikeMe post Unreal Pickup Hand Gun from patreon

 This is to cover a request I got from one of the patrons. Last time we created a character with a modular approach where the character head, lower body and upper body are different skeletal mesh components as for customization purposes. Now we are going to restore handgun pickup part which comes from the character interaction template.   support my work : https://www.patreon.com/codelike...

View Post

Unreal Sky Atmosphere with Time of Day II - UE4 Tutorial #378

CodeLikeMe post Unreal Sky Atmosphere with Time of Day II - UE4 Tutorial #378 from patreon

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode of unreal engine open world series, I am going to continue on the dynamic time of day system using the new skyatmosphere component in unreal engine. This system will also have stars in nighttime, which we don't have in default sky atmosphere. Today,I am going to add a time variabl...

View Post

Project Files : Moon

CodeLikeMe post Project Files : Moon from patreon

Here is the project files of day and night cycle with moon I developed in episode 380 in open world series.
password : codelikeme_moon

View Post

Just Reached 10000 Subscribers

CodeLikeMe post Just Reached 10000 Subscribers from patreon

Thanks for helping me to reach this level. Please accept my sincere gratitude for your tremendous help and support on this journey. And stay safe in this troubled times. 

- Thilina

View Post

Project Files : Day & Night with Stars

CodeLikeMe post Project Files : Day & Night with Stars from patreon

This project contains the day and night cycle I developed as of episode 379 using skyAtmosphere component in unreal engine
password : codelikeme_stars


View Post

Lightsaber Combat System In Unreal Engine

CodeLikeMe post Lightsaber Combat System In Unreal Engine from patreon

 project files: https://www.patreon.com/posts/34738323 In this episode, I am going to implement a lightsaber combat system in unrealengine 4. FOr this I am going to use my open world RPG melee combat system I have developed in my open world tutorial series. I am going to create a lightsaber as a new weapon and add it to the character.   support my work : 2020-03-10 18:46:04 +0000 UTC View Post

HandGun

CodeLikeMe post HandGun from patreon

Working on restoring handgun functions after integrating with the horror engine and new modular character

View Post

Unreal Sky Atmosphere with Time of Day - UE4 Tutorial #377

CodeLikeMe post Unreal Sky Atmosphere with Time of Day - UE4 Tutorial #377 from patreon

 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 dynamic time of day system using the new skyatmosphere component in unreal engine. This system will also have stars in nighttime, which we don't have in default sky atmosphere.  support my work : 2020-03-10 18:43:58 +0000 UTC View Post

Project Files - Lightsaber Combat System In Unreal Engine

CodeLikeMe post Project Files - Lightsaber Combat System In Unreal Engine  from patreon

Here is the project files of lightsaber combat system I have developed 

password : codelikeme_lightsabers

View Post

Unreal Night Sky - UE4 Tutorials #376

CodeLikeMe post Unreal Night Sky - UE4 Tutorials #376 from patreon

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode of unreal engine open world series, I am trying to restore my day and night system with the new unreal skyatmosphere system. But as It doesn't have stars, I started to modify the system. Here is the progress I made. It may take a couple more episodes to finish this part.  nig...

View Post

Restoring Grass Collisions & Reactions - UE4 Tutorials #375

CodeLikeMe post Restoring Grass Collisions & Reactions - UE4 Tutorials #375 from patreon

 Project Files : https://www.patreon.com/posts/34555446 I implemented a grass collision system where the grass will react and move away when player walk on them and another system when something explode, grass reacts to the explosion by bending outwards from the explosion. But those features were broken after reworking on grass materials and I am going to restore them today.  support m...

View Post

Upgrading the project to unreal engine 4.24 - UE4 Tutorials #374

CodeLikeMe post Upgrading the project to unreal engine 4.24 - UE4 Tutorials #374 from patreon

 Project Files : https://www.patreon.com/posts/34555446 Today, I am going to upgrade my unreal engine open world RPG project to unreal engine 4.24 version and see if i get any new problems after that. I will share the updated project files in the link above.  support my work : https://www.patreon.com/CodeLikeMe ...

View Post

Customizing NPC Cloth - UE4 Tutorials #373

CodeLikeMe post Customizing NPC Cloth - UE4 Tutorials #373 from patreon

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode of unreal engine open world tutorial series, I am going to continue with character randomization mechanics. This time I am going to randomize cloth of the NPC character in the world.  support my work : htt...

View Post

Customizing Facial Hair - UE4 Tutorials #372

CodeLikeMe post Customizing Facial Hair - UE4 Tutorials #372 from patreon

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode of unreal engine open world tutorial series, I am going to continue with character randomization mechanics. This time I am going to randomize the facial hair color and the amount. Either we can have a character with no facial hair, or thick beard, or mustache, or both. we can chan...

View Post

Character Randomization (Skin Color) - UE4 Tutorials #371

CodeLikeMe post Character Randomization (Skin Color)  - UE4 Tutorials #371 from patreon

 Project Files : https://www.patreon.com/CodeLikeMe/posts?tag=source%20code In this episode of unreal engine open world tutorial series, I am going to continue with character randomization mechanics. This time I am going to randomize the skin color of NPC characters.  The reason to develop this randomization/customization is so that I can make the characters look di...

View Post

Unreal Third person Shooter #45 - Third Person Aiming Bugs

CodeLikeMe post Unreal Third person Shooter #45 - Third Person Aiming Bugs from patreon

 In this episode, I am going fix some of the bugs I have in shooting mechanics of the third person character I have created for the third person shooter game in unreal engine 4. This particular bug happens when there is no collider when shooting to get hit by the bullet  Download Project : https://www.patreon.com/posts/31567533

 Full Third person shooter series : 2020-03-06 14:30:01 +0000 UTC View Post

Unreal Third person Shooter #44 - AI character Aiming Towards Player

CodeLikeMe post Unreal Third person Shooter #44 - AI character Aiming Towards Player from patreon

 In this episode, I am going fix some of the issue I have when the NPC character aim towards the player. Specially when the enemy and player is not in the same height level of the ground, the enemy aiming is off from the target.  Download Project : https://www.patreon.com/posts/31567533 Full Third person shooter series : View Post

Project Files - Unreal 4.24 Upgrade

CodeLikeMe post Project Files -  Unreal 4.24 Upgrade  from patreon

updated project files of my open world project into unreal engine 4.24
password : codelikeme_4.24

put all the files downloaded to same folder and extract with src.zip with winrar

[If you get a null reference error, just delete it to get rid of this error.  Load all the sublevels and search "advanced foliage" and delete the first advanced foliage spawner as you can see in the following screenshot 

2020-03-04 01:24:25 +0000 UTC View Post