SamSuka
CodeLikeMe

CodeLikeMe

patreon


CodeLikeMe activity

Unreal Tiled Landscape with World Machine - UE4 Open World Tutorials #25

In this episode, I'll show you how to create a 64 square kilometer landscape with #unreal engine 4 world composition feature by importing height maps and weightmaps generated in world machine software. The heightmaps will be used to define height data of the landscape and the weightmaps will be u...

View Post

Unreal Time based Dynamic Lighting - UE4 Open World Tutorials #24

In this episode, I'll explain how to change the lighting of the scene based on the time of the day in #unreal engine. The properties of directional lights and the skylight will be dynamically changed to better suit the time of the day using color curves. The system will also dynamically change th...

View Post

Unreal Moon Phases - UE4 Open World Tutorials #23

In this #tutorial, I'll show you how to implement phases of the moon within the skysphere material in #unreal engine 4. we have already added the moon to the default unreal skysphere material in previous episode. This time, let's implement a method to simulate phases of the moon controlled by a m...

View Post

Unreal Moon with SkySphere Material - UE4 Open World Tutorials #22

In #Unreal, There is no moon in the default skysphere material. In this episode, i'll explain how to add a moon to by extending the default skysphere and the skysphere material. As the moon will be rendered by the skysphere material, it will work fine with clouds and other sky features unlike whe...

View Post

Unreal Time of Day - UE4 Open World Tutorials #21

In this episode, I will explain how to setup a simple time of day system  by extending the default sky_sphere blueprint which comes with the #unreal engine. With this, we can have a day - night cycle.  The sky color will be changed according to the time. In the night, stars will appear....

View Post

Unreal Dynamic Weather - Changing Cloud Color - UE4 Open World Tutorials #20

When its going to rain, sky should turn dark, right? But when the sky color is determined by sun enabled, we can't change the sky color with the parameters given in BP_SkySphere. Also, It is not a good idea to disable that option if we want to have a time of day system. Today, I am going to show ...

View Post

Unreal Dynamic weather - Change sky cloud level - UE4 Open World Tutorials #19

This is the 19th episode of #unreal open world #tutorial series. In this episode, i'll explain how to dynamically change the cloud level of the sky. This is a part of dynamic weather system we are working on. As the rain is about to fall, the cloud level of the sky should be increased and after r...

View Post

Unreal Dynamic Weather - Rain Tutorial - UE4 Open World tutorials #18

This is the part 18 of #Unreal Engine Open world game development #tutorial series. 

This episode focus on implementing a dynamic rain system, which is a part of dynamic weather system of the game. Here, we will extend the global wetness controller we implemented in previous episode to...

View Post

Unreal Global Wind System - UE4 Open World Tutorials #17

This is the part 17 of unreal engine open world #tutorial series and the 2nd episode on dynamic weather system.

In this episode, I'll show you how to setup a dynamic global wind system based on materials and simple grass wind. I'll use collection parameters to define global wind intensity a...

View Post

Unreal Dynamic Weather 1 - Wet Materials - UE4 Open World Tutorials #16

This is the part 16 of #unreal engine #OpenWorld #tutorial series.  Now its time to start implementing the dynamic weather system.

In this episode,we start implementing the dynamic weather system for our open world #game. First step is implementing a way to control the wetness/wet look...

View Post

Unreal Landscape Grass Output - Erasing Grass - UE4 Open World Tutorials #15

This is the part 15 of the tutorial series I am doing on how to create an open world Game in #unreal engine.


In the previous part, we created a landscape grass output which can spawn grass and some other bush type meshes based on the landscape material layer painted. This time, l...

View Post

Unreal Landscape Grass Output - UE4 Open World Tutorials #14

This is the part 14 of the #tutorial series I am doing on how to create an open world Game in #unreal engine.

in this part, I'll explain how to place grass, bushes on the landscape based on the landscape material layer. That means, grass meshes will be placed only where the grass texture la...

View Post

Unreal Material Functions - Exposing Parameters - UE4 Open World Tutorials #13

This is the part 13 of the tutorial series I am doing on how to create an open world Game in #unreal engine. 

in this part, I'll explain how to expose material parameters such as specular, roughness and metallic as material function inputs so that we can have different values for each ...

View Post

Unreal fading normal map intensity with distance - UE4 Open World Tutorials #12

This is part 12 of the tutorial series I am doing on how to create an open world game with #unreal engine. 

In this episode, i'll explain how to fade the intensity of the normal map we have used for the landscape material layers with the distance. So, in the nearby region, it would hav...

View Post

Unreal Getting Rid of Tiling -Noise based Texture Blending - UE4 Open World Tutorials #11

This is part 11 of the tutorial series I am doing on how to create an open world game with #unreal engine. 

In this episode, i'll explain another technique we can use to get rid of tiling in the landscape #material. In this method, we will use a noise texture and based on the color val...

View Post

Unreal Getting Rid of Tiling - Distance based Texture Scale Blending - UE4 Open World Tutorials #10

This is part 10 of the tutorial series I am doing on how to create an open world game with #unreal engine. 

In this episode, i'll explain how to get rid of the tiling effect we got with the landscape #material we created in the last episode. First technique I am going to apply is, blen...

View Post

Unreal Material Functions Texture Inputs - UE4 Open World Tutorials #9

This is part 9 of the tutorial series I am doing on how to create an open world game with unreal engine. 

In this episode, i'll explain how to apply textures to our landscape material. For now we had only colors to distinguish each landscape #material layer. Now, Let's setup texture in...

View Post

World Machine to Unreal Workflow - UE4 Open World Tutorials #8

This is part 8 of the tutorial series I am doing on how to create an open world game with unreal engine. 


In this episode, i'll explain how to create a landscape in #unreal with a heightmap file exported from world machine. Heightmap will be generated using an advanced perli...

View Post

Unreal Height based material layer blending - UE4 Open World Tutorials #7

This is part 7 of the tutorial series I am doing on how to create an open world game with unreal engine. 


In this episode, i'll explain how to blend 2 landscape material layers based on the height. This will be connected with the slope based layer blending material we alread...

View Post

Unreal Auto Layered landscape material with manual painting - UE4 Open World Tutorials #6

In this episode, how to create an automatic #landscape #material with ground slope based material layer blending and how to override and paint custom material layers on top of automatically painted material layer.

View Post

Unreal Rain and Water on camera effect

In this tutorial, I'll explain how to implement realistic water leaks on screen effect in unreal engine with render textures and post process materials


Got further questions? Join the group and start a discussion. I'll be happy to help.

2019-01-06 07:25:08 +0000 UTC View Post

Unreal Layered Landscape Materials - UE4 Open World tutorials #5

In this episode, I'll explain how to create a layered material for unreal landscape painting. I'll use unreal landscape layer blending with material functions and parameters. 

In this example, I'll demonstrate how to create 3 material layers in landscape material with reusing a materia...

View Post

Unreal Character jumping and footsteps sounds : UE4 Open World tutorials #4

in this video, I'll demonstrate how to make the character jump with animation montage. Animation montage will have 3 sections namely jump start, jump looping part and landing. also I'll explain how to play footsteps sounds with attenuation settings invoked by animation notifiers.

View Post

Unreal Character movement - Walk-Run and Sprint - UE4 Open World tutorials #3

In this part, I will explain how to implement toggle run-walk and sprinting into our third person character using animation #blendspaces and animation #blueprint.

Player can toggle the character running and walking using caps-lock and sprint by holding down left shift key. Each of these mov...

View Post

Unreal Character movement and Blendspaces : UE4 Open World tutorials #2

This video demonstrates, how to add movement capabilities to our third person character for our #openWorld game. For this, I'll use animation #blueprints and animation #blendspaces to smoothly interpolate a set of animations to match with the movement speed.

The character will have 4 moveme...

View Post

Unreal Rain and Water on camera effect

#UnrealEngine water drops and leaks on screen effect with rain created with render targets.

Follow this link to learn how to create this effect

https://youtu.be/Ofg51DDisZM

View Post

Unreal Open World - Getting Started

 This would be the first entry of the series I'm doing on "How to create and #openWorld game with #Unre...

View Post

This is my main open world game development series

I have been doing this about 2 months now and already have 63 episodes. Feel free to check

View Post