Patrefans
CodeLikeMe from patreon

CodeLikeMe

patreon

CodeLikeMe posts

Posts: 2008 Files: 4415
CodeLikeMe post Unreal Third Person Shooter #14 - Turn in place animations from patreon

Unreal Third Person Shooter #14 - Turn in place animations

Today, I am going to implement turn in place animations for the third person shooter character. When the character is in aiming mode, i need a way to rotate or turn the character when the player try to move the aim to left or right. If the character is on the move, this is not a problem as this will...

CodeLikeMe post Project Files Update - On Wall Movement from patreon

Project Files Update - On Wall Movement

This update contains the latest character blueprint with the climbing system update as of episode 269

CodeLikeMe post NERO Game-play Preview from patreon

NERO Game-play Preview

Here is a preview of the game we were working on some time now. This is a Third person shooter game. The story is based on a character who served the Sri Lankan Army during the war period from 1983 to 2009.#CodeLikeMe #Arimac #unrealengine

CodeLikeMe post 5000 Subscribers from patreon

5000 Subscribers

Thank you everyone for the support. If its not for you guys, I would have given up on this already. You are the real supporters who kept me afloat through this. I will continue to do what i even better in future.

CodeLikeMe post Unreal Third Person Shooter #13 -  Aiming offset with bone modifiers from patreon

Unreal Third Person Shooter #13 - Aiming offset with bone modifiers

Today, I am going to add create a way to rotate the body towards the aiming direction. Usually this is done with aim offsets, but today, i am going to try it without using an aim offset asset. I am going to modify the bones through the animation blueprint of the character to look at the aiming direc...

CodeLikeMe post Unreal Third Person Shooter #12 -  Aiming pose blend from patreon

Unreal Third Person Shooter #12 - Aiming pose blend

In this episode of my unreal engine third person shooter series, I am going to get started with aiming with the weapon. first part is to blend the aiming pose on top of the characters normal locomotion animation blendspace using a layered blend per bone technique in unreal engine animation system. #...

CodeLikeMe post Unreal Ice material - UE4 Tutorials #212 from patreon

Unreal Ice material - UE4 Tutorials #212

Texture & Material Code : https://www.patreon.com/posts/code-snippets-28294601In this tutorial, I am going to create an ice material. I am going to use this material when i atack enemies with frost arrows, they will be frozen for a moment. when they are in frozen mode, I will use this material later...

CodeLikeMe post Shooter - Project File Update  from patreon

Shooter - Project File Update

This archive contains the complete character blueprint updated to the date

CodeLikeMe post Unreal Kill Enemies with fire - UE4 Tutorials #211 from patreon

Unreal Kill Enemies with fire - UE4 Tutorials #211

Today, I am going to show you how to set fire to enemy characters and kill them with fire arrows in unreal engine 4. WE have already implemented shooting and emitting fire particles from the skeletal mesh of the enemy character, today, let;s see how to put burn marks throughout the enemies body and ...

CodeLikeMe post Unreal Burning Character Body - UE4 Tutorials #210 from patreon

Unreal Burning Character Body - UE4 Tutorials #210

Support my work on Patreon : https://www.patreon.com/CodeLikeMe.In this tutorial, I am going to show you how to emit particles from a skeletal mesh of a character in unreal engine 4. I am going to use this effect to show a burning effect on character bodies when I shoot them with fire arrows.#unreal...

CodeLikeMe post Unreal Third Person Shooter #11 - Toggle Crosshair Visibility from patreon

Unreal Third Person Shooter #11 - Toggle Crosshair Visibility

Required animations : https://www.patreon.com/posts/29540904In this episode of my unreal engine third person shooter series, I am going to add a crosshair or a to my game. when player press right mouse button, a crosshair will appear on the middle of the screen and when release it, the crosshair wil...

CodeLikeMe post Unreal Crafting Arrows - UE4 Tutorials #209 from patreon

Unreal Crafting Arrows - UE4 Tutorials #209

Today, I am going to show you how to add an increasing counter that starts from 0 and shows the number rise upto the given amount. This will be used to show the current amount of the resource type available in my inventory.#unrealengine, #inventory and #crafting system

CodeLikeMe post Unreal Crafting Arrows - UE4 Tutorials #208Today from patreon

Unreal Crafting Arrows - UE4 Tutorials #208Today

I am going to show you how to craft arrows using resources in unreal engine 4. According to the design of my game, I need 1 wood and 1 feather to craft an arrow. These required raw materials can be collected in the game world and using those materials, I can craft arrows.

CodeLikeMe post Unreal engine crafting system - Crafting window - UE4 Tutorials #207 from patreon

Unreal engine crafting system - Crafting window - UE4 Tutorials #207

Today, I am going to implement a crafting window. When I press on some craftable resource type like arrows or magic potions in my inventory, a crafting window will appear. There it will show details about the raw materials required to craft that particular element and option to craft that item.

CodeLikeMe post Unreal Third Person Shooter #10 - Keep left hand on rifle with IK from patreon

Unreal Third Person Shooter #10 - Keep left hand on rifle with IK

In this episode of my unreal engine third person shooter series, I am going to add an IK function to the left hand of the soldier character to keep the left hand on the rifle. At the moment, due to mismatches in animations, the left hand of the character is slightly away from the rifle's positio...

CodeLikeMe post Project File Update - Climbing System  from patreon

Project File Update - Climbing System

This update contains the upto date character blueprints with climbing system and some bug fixes in bow and arrow

CodeLikeMe post Unreal Third Person Shooter #9 - Toggle Crouch from patreon

Unreal Third Person Shooter #9 - Toggle Crouch

In this episode of my unreal engine third person shooter series, I am going to implement toggle crouching function for my third person shooter character. When the character go into crouching mode, movement animations will be smoothly faded intro a different 2d blendspace with crouching animations an...

CodeLikeMe post Toggle Weapon Blueprint screenshot from patreon

Toggle Weapon Blueprint screenshot

Here is a screenshot of toggle weapon macro. Uploading this as per the request from TeemArt

CodeLikeMe post Unreal Third Person Shooter #8 - Smooth Speed Transition from patreon

Unreal Third Person Shooter #8 - Smooth Speed Transition

In this episode of my unreal engine third person shooter series, I am going to implement a way to smoothly change the speed of the character when it changes the movement mode. For example, my character can have different movement modes like walking, running, crouching, sprinting and when i change th...

CodeLikeMe post Project Files Update - Ledge Climbing from patreon

Project Files Update - Ledge Climbing

this update contains updates of ledge climbing system as of episode 248

CodeLikeMe post Unreal Third Person Shooter #7 - Toggle Walk and Running from patreon

Unreal Third Person Shooter #7 - Toggle Walk and Running

In this episode, I am going to change the characters movement speed modes between walking and running in my unreal third person shooter game. Also, I will lay the basic architecture to setup other movement modes like crouch, prone and sprinting. #CodeLikeMe #unrealengine #ue4 #TPS

CodeLikeMe post Let's Make Kimaki- Character Model - Unity Tutorial #4 from patreon

Let's Make Kimaki- Character Model - Unity Tutorial #4

This is the 4th episode of our ongoing unity tutorial series on kimaki. Today, we are going to import the character model to the project and setup the character in our game. you can download the character model from the link below.you can download kimaki here:Android : https://play.google.com/store/...

CodeLikeMe post Unreal Third Person Shooter #6 - 2D Blend-space from patreon

Unreal Third Person Shooter #6 - 2D Blend-space

To support advanced movement features like strafing to sides while maintaining the gaze at enemies direction, we need to have a 2D blendspace to play movement animations accordingly. Today, I am going to improve the movement animation blendsapce I already have with strafing and walk back animations....

CodeLikeMe post Unreal Third Person Shooter #5 - Attaching Gun from patreon

Unreal Third Person Shooter #5 - Attaching Gun

In this episode, I am going to attach the gun to my third person shooter character developed in unreal engine 4. The gun will be attached to the hand of the character using a socket. The skeletal mesh of the gun I am using this tutorial can be downloaded below. Support my work : https://www.patreon....

CodeLikeMe post Horse camera and Toggle Input from patreon

Horse camera and Toggle Input

I got couple of complains regarding the horse and I have missed the part where i add a camera and toggle input events. so here are some screenshots to help you out. horse camera inputtoggle input is implemented through BPI_player_input interfaceHorse toggle inputtoggle input playerHope this helps, l...

CodeLikeMe post Unreal Third Person Shooter #4 - Movement Animation Blend-space from patreon

Unreal Third Person Shooter #4 - Movement Animation Blend-space

In this episode, I am going to add an animation blendspace for the movements of the third person shooter character in my game developing with unreal engine 4. Here, I will be using a 2D blendspace and calculate the side component and forward component of the velocity to apply to the 2d blendspace ax...

CodeLikeMe post Unreal Third Person Shooter #3 - Movement Inputs from patreon

Unreal Third Person Shooter #3 - Movement Inputs

In this episode, I am going to add setup movement inputs for the third person shooter character in my game developing with unreal engine 4.#CodeLikeMe #unrealengine #ue4 #TPS

More Models