CodeLikeMe posts
Unreal Cel Shading - Remove texture details - UE4 Tutorials #290
Post Process Material: https://www.patreon.com/posts/30660496In order to get proper cel shaded effect, we shouldn't use much details on the textures of models we have used in the scene. Today, I am going to remove details from objects until it would mostly look like a single color so that the tw...
Unreal Easy Outline Rendering Post Process - UE4 Tutorials #289
Shader FIle : https://www.patreon.com/posts/30660496Today I am going to add an outline rendering effect to my cel shading post process material. This is a relatively easier way to render some outlines compared to the existing method in unreal live training video. All the objects will have an outline...
Unreal Cel Shading - Distance Shadows - UE4 Tutorials #288
Shader FIle : https://www.patreon.com/posts/cel-shading-post-30545258Today I am going to work on sky rendering in my cel shading post process material I have implemented in unreal engine 4. The fog and the sky rendering has some issues as the fog color is applied over the sky. I am going to fix it t...
Cel Shaded Grass material with directional wind
As you can see in the preview gif above, this material can render grass meshes in cel shaded style + directional wind system. The wind direction and weight is driven with a parameter in material parameter collection, So that you can change it at runtime to change the wind direction.Here is the mater...
Easy Outline Rendering Material
cel shading+ outline rendering post process material. Refer to video tutorial #289 for more details about line rendering
Unreal Third Person Shooter #20 - Bullet Impacts
So, the 20th episode of the TPS series about determining the point player is aiming with the reticle in the world space and placing damage decals and spawning the bullet impact particles in relevant place. #ue4 #TPS #thirdpersonshooter #unrealengine
Unreal Cel Shading - Distance Shadows - UE4 Tutorials #287
Shader FIle : https://www.patreon.com/posts/cel-shading-post-30545258Today I am going to work on sky rendering in my cel shading post process material I have implemented in unreal engine 4. The fog and the sky rendering has some issues as the fog color is applied over the sky. I am going to fix it t...
Unreal Cel Shading - Distance Shadows - UE4 Tutorials #287
Shader FIle : https://www.patreon.com/posts/cel-shading-post-30545258In the current implementation of the cel shading post process material i have developed inunreal engine 4, I have noticed some shortcomings in shadow rendering in distance objects vs closer range objects. if i optimize the material...
Unreal Cel Shading- UE4 Tutorials #286
In this episode, I am going to implement a cel shading post process material in unreal engine 4. For this shader, I am going to use post process input0, diffuse color and scene depth inputs. No texture changes are required to get the desired toon shaded look on existing 3d models as the effect is do...
Wall Hanging Fixes - UE4 Tutorials #285
Today also, I am going to focus on fixing issues in my wall climbing system developed with unreal engine 4. This system is completely based on procedural animations.#CodeLikeMe #unrealengine #ue4
Cel shading - post process materiel
cel shading post process material. Refer to video tutorial #286 for more details
Unreal Third Person Shooter #18 - Aim Down Sight - Align Gun and Reticle II
Last time, we worked on keeping the gun pointed towards the point denoted by the reticle when player look left and right. Today, we gonna do the same for look up and down inputs.
Wall Climbing - Bug Fixes - UE4 Tutorials #284
After adding anticipation part, there were some bugs in my wall climbing system. So, today, i am going to work on them and fix the bugs.
Wall Eject Animation Anticipation II - UE4 Tutorials #283
This is the second part of the wall eject anticipation pose implementation. When my character jump towards the next knob or hanging point in the wall, it currently just moves to the next point without any anticipation phase in the animation. This anticipation part plays a major role in displaying th...
Shooter - Project File Update
This archive contains the complete character blueprint updated as of episode 18
Unreal Third Person Shooter #17 - Aim Down Sight - Align Gun and Reticle
In this episode, I am going to fix the horizontal alignment of the player characters gun and the reticle in the middle of the screen. when the player look left or right, the gun should be kept pointed to the place denoted by the reticle.
Wall Eject Animation Anticipation - UE4 Tutorials #282
When my character jump towards the next knob or hanging point in the wall, it currently just moves to the next point without any anticipation phase in the animation. This anticipation part plays a major role in displaying the effort required for the next action. To display that effort, I am going to...
Q&A - Jump Loop
This is the solution to the problem patron Modulo_3 had regarding the jump loop. Sharing it here just in case if others have the same problem
Unreal Third Person Shooter #16 - Aim Down Sight
When the player press and hold the right mouse button in my Third person shooter game developing with unreal engine 4, the camera should move close and go for a over the shoulder view to make it easier for the player to target. To do this, I am going to use 2 spring arm components, one for the norma...
Vector Spring interpolation - UE4 Tutorials #281
In this episode of my unreal engine climbing system tutorial, I am going to move the character with spring interpolation. That means, when character move one hanging point to another, the character will move and oscillate a little to show the momentum of the character body before stabilize on the ne...
Unreal Physical Animations Blending Transition - UE4 Tutorials #280
For my wall climbing system developed with unreal engine 4, I only need physical simulation for animations at certain points, not always. So, today, I am going to experiment on how to smoothly blend physical simulation and how to smoothly disable physical simulations to non physical fully kinematic ...
Unreal Physical Animations - Physics blending - UE4 Tutorials #279
In this episode, in my wall climbing system developed with unreal engine 4, I am going to blend physics simulations tot he animation. For the free hanging part of the wall climbing system, when the legs are free, I am going to simulate the lower body with physics while the upperbody is driven by the...
Shooter - Project File Update
This archive contains the complete character blueprint updated as of episode 15.
Unreal Physics Asset - Head and Spine Constraints - UE4 Tutorials #278
I am planning to integrate physical animations for my climbing system in unreal engine 4. For that, first i need a good ragdoll or a physics asset (Phat) for the character. In this episode, I am going to define the constraint and soft constraints of the head and the spine of in Phat (physics asset/r...
Project files update - Ragdoll
This update contains the updated character blueprint and the physics asset as of episode 277 in open world series.
Unreal Physics Asset - Hand Constraints - UE4 Tutorials #277
I am planning to integrate physical animations for my climbing system in unreal engine 4. For that, first i need a good ragdoll or a physics asset (Phat) for the character. In this episode, I am going to define the constraint and soft constraints of the legs in Phat (physics asset/ragdoll)#CodeLikeM...
Unreal Physics Asset - Hand Constraints - UE4 Tutorials #276
I am planning to integrate physical animations for my climbing system in unreal engine 4. For that, first i need a good ragdoll or a physics asset (Phat) for the character. As the first step of making a good physics asset, I am going to refine the constraints of the character's hand to behave in...
Unreal Third Person Shooter #15 - Turn in place 180 degrees
When the player press the Aim down button, while the character facing towards the camera, the character should instantly but smoothly turn to the aiming direction and point the gun towards the aiming direction intended by the player. This turning should look good and also shouldn't delay the aim...
Weapon Socket Physics Simulation II - UE4 Tutorials #275
Today, I am going to fix the weapon equip and sheath system after adding the dynamic physics simulation to weapon attachments at the back of the character. Then, I am going to scale down them a little bit when they are attached to the back of the character and scale up when they are equipped.





























