Project Files Update - Bow and Arrow 2
This project contains the updates to the bow and arrow system upto episode 183. Please note that the bow and arrow system is still buggy.
2019-06-05 17:39:18 +0000 UTC View Post
This project contains the updates to the bow and arrow system upto episode 183. Please note that the bow and arrow system is still buggy.
2019-06-05 17:39:18 +0000 UTC View Post
In this episode, I'll show you how to change post process effects at runtime in unreal engine 4 to give a change the look and feel of the rendered image. I am using this to distinguish normal mode ...
2019-06-03 13:48:36 +0000 UTC View Post
In this episode, I will show you how to add a stamina bar or a rage bar to the melee combat system UI. As the player successfully attack enemies, rage bar will be filled up and later I will impleme...
2019-06-03 13:47:47 +0000 UTC View Post
In this episode, I am going to start implementing the hud for the game we have developed with unreal engine 4. the first component would be a health bar for the player character. I will show you ho...
2019-06-03 13:46:58 +0000 UTC View Post

Code snippets of draw arrow and shoot arrow
2019-05-29 17:34:53 +0000 UTC View Post
In this episode, I'll show you how to add sound effects such as attack vocals, shouts and getting hit pain voices for the characters in our melee combat system developed with unreal engine 4. Here,...
2019-05-25 16:59:08 +0000 UTC View Post
In this episode, I will show you how I spawned a radial particle effect and a sound with an animation montage notifier to show the devastating effect of a powerful attack. This will improve the vis...
2019-05-25 16:58:17 +0000 UTC View Post
In this tutorial, I am going to show you how did I implement the knock down part of the melee combat system I have developed in unreal engine 4. When a character receive a powerful attack, he will ...
2019-05-25 16:57:29 +0000 UTC View Post
In this video, I am going to show you how to implement the dolly zoom effect or the vertog effect in unreal engine 4. I am going to use this when the player character charges the attack to do a cha...
2019-05-25 16:56:38 +0000 UTC View Post
This is still an ongoing feature. There may be bugs and also the arrow shooting is not implemented yet.
2019-05-23 17:50:29 +0000 UTC View Post
In this video, I am going to show you how to capture and upload a 3D photo into facebook with unreal engine 4. For this, I am going to capture 2 screenshots of same frame with normal lit mode and a...
2019-05-17 18:01:29 +0000 UTC View Post
In this video, I am going to change the animation I have used for the charged attack to improve the combat system. This would be an unblockable attack, that means, even if the opponent hold the blo...
2019-05-17 18:00:36 +0000 UTC View Post
This update contains animated healthbar and ragebar with the ui materials
2019-05-13 16:58:13 +0000 UTC View Post
In this video, I am going to show you how to capture and upload a 3D photo into facebook with unreal engine 4. For this, I am going to capture 2 screenshots of same frame with normal lit...
2019-05-02 18:50:53 +0000 UTC View Post
In this video, I am going to change the animation I have used for the charged attack to improve the combat system. This would be an unblockable attack, that means, even if the opponent hold the blo...
2019-05-02 18:50:14 +0000 UTC View Post
in this episode, I will show you how to add blood splatters and wounds on the character body in the melee combat system we have developed in unreal engine 4. For that, I will use decals attached to...
2019-05-02 18:49:29 +0000 UTC View Post
After the last changes, I have introduces few bugs into my melee combat system in unreal engine 4, including an infinite loop. I will show you how to track those bugs and the places and the way the...
2019-05-02 18:48:50 +0000 UTC View Post
this update contains the vocal effects for attack, grunt and pain along with other updates to the combat system
2019-05-01 16:50:45 +0000 UTC View PostYesterday, Sri Lankan government lifted the social media blockade imposed after Easter Sunday blasts and I can continue with my work as usual.
Thanks,
Thilina
2019-05-01 15:38:55 +0000 UTC View Post
This update contains the materials that I have developed to drive the dynamic Rain and seasons system.
password : codelikeme_seasons
2019-04-23 16:15:06 +0000 UTC View Post
This update contains the dynamic environment materials I have used to implement dynamic seasons and rain system.
Please note that I have removed the 3D models that I have used from marketplac...
2019-04-23 02:35:02 +0000 UTC View PostDue to the terrorist attack happened today in Sri Lanka, government has temporally blocked the social media channels including YouTube and Facebook. Therefore I may not be able to upload new video...
2019-04-21 11:40:59 +0000 UTC View Post
this update contains the newly created charged attack system with all the effects and sounds.

In this melee combat system, I have implemented a lock on to enemy mechanism (https://youtu.be/pDAMSiTqBxk). But when my chara...
2019-04-19 10:30:01 +0000 UTC View Post
Last time, I couldn't do the math properly to determine which reaction animation montage to play based on the attackers direction and current rotation of the character who is getting hit. Today, I ...
2019-04-19 10:30:01 +0000 UTC View Post
In this episode, I will show you how to turn towards the enemy in our melee combat system in unreal engine 4 with an animation montage. I will use 2 animation montages to turn left and turn right 2019-04-19 10:30:01 +0000 UTC View Post
I have already implemented hit reaction in my melee combat system in this previous episode (https://youtu.be/AaX0l5P3E9Y)