XaiJu
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 arrow, the arrow will remain stick into the body of that character even if the character is moving.

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 character will die instantly and if it is not, the damage will be less.

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 to use anim trails in ue4. I have used the same effect to add a trail to swords in melee combat system in this video. 

https://youtu.be/woWKM97bu3Y

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 useful

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 animation which shows some reaction to the arrow hit. also, some blood impact particle will be spawned and a blood decal will be implanted on the enemy characters body.

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 will be released and moved forward from the bow

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 move the character into one side of the screen in order to give a clear view for the player. But when we do that, we have to manually rotate player character to align the aiming direction towards the reticle in the middle of the screen

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 for drawing bow and keeping it drawn until the player release the arrow. The bow string will be pulled back by the characters hand when the bow is drawn and the string will return to its normal state when the arrow is released.

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 little bit to the right side of the player character so that the player will have a better view to target.  Crosshair will appear while player is aiming and disappear when the bow is unequipped.

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

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 solution for that without using an aim offset. I will explain that in today's episode

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 character prevent rotating more than 90 degrees from the forward direction of the character so that it would look more natural

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. For this, I am going to rotate the upperbody of the character through the spine using transform modify bone function in the animation blueprint so that the character can turn while keeping the legs still.

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 weapon strap and then equip the bow, when I release the bow, the character will again equip the weapon that was already on hand before.

#unrealengine #bowandArrow

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

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 meter is full.

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 percentage to a particular amount, the reduced amount will be showed in read or another color and it will be gradually reduced to the remaining amount of the health percentage. I am going to show you how to implement that with unreal UMG

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 would look like some bubbling up effect inside a liquid.

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 the more stylized and appealing according to a custom design.

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 character is in the rage mode so that the character can launch many attacks in a shorter period of time compared to the normal mode. Also, I will add a much strong camera shake for rage attacks.

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 effects to the rage mode attacks. Also, the reach of the character is also increased to attack even further enemies.

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 character and all the surrounding enemies will be damaged and knocked back from the power of it.

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 blast will be emitted from the character with some sound effect so that it would help to visually establish the power of the rage mode in the combat system

View Post