SamSuka
CodeLikeMe

CodeLikeMe

patreon


CodeLikeMe activity

Unreal Multiplayer Strategy #24 - WASD Camera Movement

This is the 24th episode of the unreal engine multiplayer strategy game series we are working on. Here we are going to create a WASD input system which allows player to move the camera in the top down view. In this stratergy game template, player can already move the camera by pushing the cursor ...

View Post

Unreal Engine - World Engine #7 - Global Animal Spawner - Object Pooling

This is the 22nd episode of unreal engine infinite world generation system.  Yesterday, we implemented a animal spawner which enables us to spawn animals in the world everywhere in the generated infinite terrain. SO, no matter where we go, there will be animals. Today, we are going to implem...

View Post

Unreal Engine - World Engine #5 - Global Sea Level

This is the 21st episode of unreal engine infinite world generation system.  Today we are going to implement a animal spawner which enables us to spawn animals in the world everywhere in the generated infinite terrain. SO, no matter where we go, there will be animals. In order to keep the sy...

View Post

Unreal Engine 5 Ledge Walk #2 - Enter and Exit

This is the 8th part of the creative in-game camera systems (Fixed camera/ rail camera)+ Constrained movement systems we are working on. In the last episode of this series, we worked on how to implement a system which allows player to walk on a narrow ledge that extends a very little room from a ...

View Post

Unreal Engine 5 - Ledge Walk

This is the 7th part of the creative in-game camera systems (Fixed camera/ rail camera)+ Constrained movement systems we are working on.Today, we are going to work on how to implement a system which allows player to walk on a narrow ledge that extends a very little room from a wall. In regular mo...

View Post

Unreal Engine - World Engine #5 - Global Sea Level

This is the 20th episode of unreal engine infinite world generation system.  Today we are going to implement a way to control the global sea level in the infinite terrain system we have developed. This  will allow us to increase, decrease or disable all together the sea and sea level in...

View Post

Introduction to Dynamic Mesh and Geometry Script in Unreal Engine

Today we are going to look into the basics of Dynamic Mesh component and Geometry Script plugin. Here we will see how to generate a mesh in runtime using UDynamicMesh component and do some basic operations such as  - How to select a subset of vertices from generation mesh

View Post

Unreal Engine 5 - Gap Squeezing

This is the 6th part of the creative in-game camera systems (Fixed camera/ rail camera) we are working on. Today, we are going design and implement a special camera and a movement system for Gap Squeezing. Gap Squeezing or Squeeze through system is commonly referred to the mechanism which allows ...

View Post

Unreal Engine 5.3 - Enhanced Input Key Remapping(ALS #205)

This is the 205th episode of the unreal engine ALS based shooter series. In this episode, we are going to re-work on input key remapping menu. Due to some of the changes in enhanced input system in unreal engine 5.3, the remapping system we had previously implemented stopped working and now we ar...

View Post

Unreal Engine 5 - World Engine #4 - Runtime Infinite Terrain LOD Transition

This is the 19th episode of unreal engine infinite world generation system.  Today we are going to work on how to change the LOD level in the runtime as the player moves around in the world based on the distance to each generated terrain tile. As the LOD level changes, if player is moving cl...

View Post

Unreal Engine 5 - World Engine #3 - Runtime Infinite Terrain LOD System

This is the 18th episode of unreal engine infinite world generation system.  Today I am going to implement a LOD (Level of Detail) system into the runtime infinite terrain generation system we have worked on so far. LOD system means, in the close range, we will render terrain tiles with a hi...

View Post

Unreal Engine 5 - Spiral Staircase Camera and Movement

This is the 5th part of the creative in-game camera systems (Fixed camera/ rail camera) we are working on. Today, we are going design and implement a special camera and a movement system for a spiral or curved staircase. Here, camera will be following the player from behind in a previously design...

View Post

Unreal Engine 5 - Voxel Island Generator

Today we are going to implement a voxel island generator. This video is based on the system we have already created for voxel world generator in the following videos. 

Unreal Engine 5 - Voxel World Generator: https://yout...

View Post

Unreal Engine 5 - World Engine #2 - Infinite Ocean and Atmosphere

This is the 17th episode of unreal engine infinite world generation system.  Today I am going to show you how to enable infinite ocean and atmosphere in infinite world generation plugin. This will allow player to go infinitely anywhere in the world, but there will always be oceans and atmosp...

View Post

Unreal Engine 5 - Convert Procedural Mesh to Static Mesh

Today I am going to show you how to convert a procedural mesh into a static mesh. I am going to use this mechanism to convert the grass blades generated through code into a static mesh. So it would be lightweight for when stored in disk compared to saving as procedural mesh itself in the level. &...

View Post

Unreal Engine 5 - Switch Between Fixed and Third Person Cameras

This is the 4th part of the creative in-game camera systems(Fixed camera/ rail camera) we are working on. Today, we are going to implement a way to switch between fixed camera systems and regular third person camera. In your game, there might be areas that you need to enable a fixed camera or a o...

View Post

Unreal Engine 5 - World Engine - Runtime Infinite Terrain Generation Plugin

This is the 16th episode of unreal engine runtime terrain generation system.  Today I am going to show you how to use the runtime infinite terrain generation plugin we have implemented in your projects. We converted everything we did into a plugin in last episode so that we can re-use the sy...

View Post

Unreal Engine 5 - Runtime Foliage Generation #10 - De-spawn Far Grass Tiles [C++]

This is the 10th part of the runtime foliage generation system we are working on our infinite world system. We have developed a system to divide the world into tiles and spawn grass/plants/bushes in the tiles that are closer to the player. Today, we are going to implement a way to remove the inst...

View Post

Unreal Engine 5 - Preplanned Movement Directions for Fixed Cameras

This is the 3rd part of the creative ingame camera systems(Fixed camera/ rail camera) we are working on. Today, we are going to implement a way to pre plan the movement directions for the player character based on camera angles and level. That means, sometimes, designer may choose a camera angle ...

View Post

Unreal Engine 5 - Runtime Foliage Generation #9 - Multiple Grass Types [C++]

This is the 9th part of the runtime foliage generation system we are working on our infinite world system. In last episode, we implemented a system to populate grass meshes in the runtime generated world we have created. Today we will work on how to use multiple grass types and how to implement r...

View Post

Unreal Engine 5 - On Rail/ Fixed Path In-Game Camera System

In this unreal engine 5 tutorial, I am going to show you how to implement a on rail in game camera system somewhat similar to the camera systems in early god of war games which follows the player showcasing what player needs to see without giving direct control of the camera to player. The camera...

View Post

Unreal Engine 5 - Runtime Foliage Generation #8 - Tiled Grass Spawner

This is the 8th part of the runtime foliage generation system we are working on our infinite world system. Here, we will be a system to populate grass meshes in the runtime generated world we have created. The world will be divided into tiles and in the tiles nearby the player, grass meshes will ...

View Post

Unreal Engine 5 Fixed Camera System

In this unreal engine 5 tutorial, I am going to show you how to implement a fixed camera system similar to games like early resident evil games or metal gear solid games. Having this type of cameras will help us to emphasize/enhance the feeling of the level the designer wants to evoke on players....

View Post

Unreal Engine 5 - Runtime Foliage Generation #7 - Foliage Pooling C++

This is the 7th part of the runtime foliage generation system we are working on our infinite world system. Here, we will be implementing object pooling pattern for multiple foliage types we have in our generated world using C++. This means, in order to keep an infinite world, as the player naviga...

View Post

Unreal Engine 5 - Runtime Foliage Generation #6 - Foliage generation With C++

This is the 6th part of the runtime foliage generation system we are working on our infinite world system. Here, we will implement a C++ function to generate foliage in the runtime. This will enable us to achieve much better performance compared to BP version and allow us to access additional pro...

View Post

Unreal Engine 5.3 Compass Bar Update

Here is an updated version of compass bar system originally implemented in ue4 and updated to UE5. 

password=CLM_CompassBar53

View Post

Unreal Engine 5 Jetpack - Part 3 - Multiplayer Replication

This is the part 3 of the Unreal Engine 5 jetpack tutorial series. Here we are going to work on how to replicate the jetpack system so that we can use it in a multiplayer game. Here we will look into how to replicate the jetpack effects and flying around mechanisms.

password=CLM_ToTheSpace<...

View Post

Unreal Engine 5 - Runtime Foliage Generation #5 - Deterministic Foliage Placement

This is the 5th part of the runtime foliage generation system we are working on our infinite world system. Here, we will work on how to make the foliage placement deterministic. This means, every time we start the game, even though everything is generated in runtime, we will get the same world. S...

View Post

Unreal Engine Car Race System - UE 5.3 Update

In this episode of the unreal engine 5 car race series, I am going to update the car race system we have been working on into unreal engine 5.3. This system contains following features, - AI driver cars - Customization garage  - Skid marks  - Nitrous boost  - Procedural race track<...

View Post

Unreal Engine Spaceship Part 7 - Infinite World Integration

This is the 7th episode of the unreal engine spaceship system we are working on. Today we are going to integrate the infinite world generation system we implemented in the following series into the spaceship project. So, the spaceship will be able to travel over an infinite area of landscape. Pla...

View Post