NokiMo
CodeLikeMe

CodeLikeMe

patreon


CodeLikeMe posts

Unreal Bow and Arrow - Keep arrows stick into characters - UE4 Tutorials #182

Today, I am going to implement a way to keep the arrows stick into bodies of characters in my bow and arrow system developed with unreal engine 4. so, in this way, when a character is hit by an arr...

View Post

Unreal Bow and Arrow - Headshot - UE4 Tutorials #181

in this episode, I am going to implement a way to determine a headshot when a character is hit by an arrow in the bow and arrow system developed with unreal engine 4. If it is a headshot, the chara...

View Post

Unreal Bow and Arrow - Arrow Trail- UE4 Tutorials #180

In this episode, I am going to add a trail to the arrow increase their visibility to the player for the bow and arrow system I have developed with unreal engine 4. To build this effect, I am going ...

View Post

World Machine project, Height-maps and other texture maps

You can download world machine project I have used in the tutorial and generated heightmaps and other texture maps that I imported into unreal engine here. 

View Post

Code Snippets - Frozen Character Material and Textures


View Post

Project Files Update - Burning and Crafting Arrows

This update contains the ability to shoot fire arrows and burn enemies. Also, arrow crafting. Systems are still buggy as this is a work in progress. But sharing anyway because you might find it use...

View Post

Unreal Bow and Arrow - Arrow Hit on enemies- UE4 Tutorials #179

In this episode, I am going to work on the part what happens when an enemy is hit by an arrow in my bow and arrow system in unreal engine 4. The character will be damaged with a grunt sound and an ...

View Post

Unreal Bow and Arrow - Firing Arrows - UE4 Tutorials #177

In this episode, I am going to implement actual firing part of the bow and arrow system I have developed with unreal engine 4. When the player press fire button while bow is equipped, the arrow wil...

View Post

Unreal Bow and Arrow - Taking arrows from quiver - UE4 Tutorials #176

Today, I am going to implement a way to get an arrow from the quiver and then placing it on the bow and aim. For this part, I will add two new blueprints as quiver blueprint and arrow blueprint. View Post

Unreal Bow and Arrow - Align arrow and aim reticle - UE4 Tutorials #175

Today, I am going to show you how to align the bow and arrow towards the target crosshair or reticle in the middle of the screen. In third person games, when we aim with some weapon, usually we mov...

View Post

Unreal Bow and Arrow - Bow Drawing and release animations- UE4 Tutorials #174

Support my work on Patreon : https://www.patreon.com/CodeLikeMe.

In this episode, I am going to work on animations ...

View Post

Unreal Bow and Arrow - Camera Aiming down and Crosshair - UE4 Tutorials #173

In this episode, I am going to show you how to change the camera when player is aiming down with the bow and how to show a crosshair to assist player targeting. I will zoom the camera and move it a...

View Post

Project File Update - Inventory and Resource Chest

This update contains the resource chest where player can collect multiple types of resources by pressing E at resource chest. Also, player can view the inventory by pressing tab. SO far it has only...

View Post

Unreal Bow and Arrow - Turn around While Aiming - UE4 Tutorials #172

In the last episode, I promised to fix the problem of not being able to keep aiming pose while rotating. And I said, I am going to use an aim offset for that. But actually I found a much simpler so...

View Post

Unreal Bow and Arrow - Turn With animations - UE4 Tutorials #171

In this episode, I am going to work on roating the character towards the aiming direction with  animation montages using root motion enabled animations. I am using them in order to make the ch...

View Post

Unreal Bow and Arrow - Turn Upperbody towards target - UE4 Tutorials #170

I have already implemented bow equip and unequip part in my game developed with unreal engine 4. This time, I am going to implement a way to make the character turn towards the aiming direction. Fo...

View Post

Unreal Bow and Arrow - Switching Weapons - UE4 Tutorials #169

In this episode, I am going to solve the problem of equipping the bow when I already have a weapon in hand. When I equip the bow, character will automatically put the bow back on the characters wea...

View Post

Unreal Bow and Arrow - Equip and un-equip - UE4 Tutorials #168

In this episode, I am going to implement the equip and un-equip function for the bow and arrow system in my game developed with unreal engine 4.

View Post

Unreal Bow and Arrow - Attaching to the back - UE4 Tutorials #167

In this episode, I am going to start with the implementation of bow and arrow system for my game in unreal engine 4. First part would be attaching the bow and the quiver to the back of the characte...

View Post

Unreal HUD Changing Weapon Icon - UE4 Tutorials #166


View Post

Project Files Update - Collect Resources

This update contains resource Arrow and graphite resource types and player can collect them to the inventory. 

View Post

Unreal Glowing UI elements - UE4 Tutorials #165

In this episode, I am going to show you how to add a glowing effect to the UI elements in unreal engine 4. I am going to use this effect to glow around the entire healthbar component when the rage ...

View Post

Unreal Healthbar Show Damaged Amount- UE4 Tutorials #164

In the healthbar of most modern games, player can see the amount of damage received by looking at the healthbar for some hit. This is displayed by instead of directly setting the healthbar filled p...

View Post

Project File Update - Explosive Barrels And Fire Arrows

This update contains explosive barrels with destructible mesh and the burning mark decal with the material that leave on the ground after explosion.
They can be exploded only with fire arrows View Post

Unreal Animated healthbar UI material- UE4 Tutorials #163

In this episode, i am going to show you how to create an animated UI material in unreal engine 4. This animated material will be used for the healthbar and rage bar material. THe animated effect wo...

View Post

Unreal Stylized Healthbar- UE4 Tutorials #162

In this episode, I am going to add a stylized health bar to my game. I have already implemented a simple health and rage bar. But they were just a progress bar. In this episode, I am going to make ...

View Post

Unreal Rage mode attacks - UE4 Tutorials #161

In this episode, I am going to further improve the rage mode of the melee combat system I ave developed with unreal engine 4. I am going to increase the attack animation playing speed when the char...

View Post

Unreal Rage mode attacks - UE4 Tutorials #160

This episode is on the rage mode attacks in melee combat system developed with unreal engine 4. In order to show the power of the rage mode attack, I decided to add some special sounds and particle...

View Post

Unreal Radial Attack - UE4 Tutorials #159

In this episode, I am going to implement a radial attack in the melee combat system we have developed with unreal engine 4. When the player enable the rage mode, a fire blast will emit from the cha...

View Post

Unreal Enable Rage Mode - UE4 Tutorials #158

In this episode, I am going to add some particle effects and sound effects as the character goes to the rage mode in the combat system we have implemented. When player enable the rage mode, a fire ...

View Post