SamSuka
CodeLikeMe

CodeLikeMe

patreon


CodeLikeMe activity

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 w...

View Post

Project Files Update - On Wall Movement

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

View Post

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. 

2019-09-11 14:16:29 +0000 UTC View Post

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. 

View Post

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 di...

View Post

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...

View Post

Unreal Ice material - UE4 Tutorials #212

Texture & Material Code :  https://www.patreon.com/posts/code-snippets-28294601

In this tutorial, I am going to create an ice material. I am going to use this material when i atack enemies ...

View Post

Shooter - Project File Update

This archive contains the complete character blueprint updated to the date 

View Post

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 a...

View Post

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 t...

View Post

Unreal Third Person Shooter #11 - Toggle Crosshair Visibility

Required animations : https://www.patreon.com/posts/29540904

In 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 but...

View Post

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

View Post

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.

View Post

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. View Post

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 position...

View Post

Project File Update - Climbing System

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

View Post

Just finished "Unreal Approved Trainer" product knowledge assessment.

View Post

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...

View Post

Toggle Weapon Blueprint screenshot

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

TeemArt 

View Post

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...

View Post

Project Files Update - Ledge Climbing

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

View Post

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 View Post

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:

Andr...

View Post

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 animatio...

View Post

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 : View Post

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 input


toggle inpu...

View Post

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 blen...

View Post

Unreal Inventory Widget - Changing Button Texture at run-time - UE4 Tutorials #206

View Post

Unreal Inventory Widget - Resource Buttons - UE4 Tutorials #205

View Post

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

View Post