NokiMo
jourverse

jourverse

patreon


jourverse posts

[Project File] Create Realistic Aircraft Simulation in Unreal Engine

In this tutorial, I will show you how to create realistic aircraft physics in Unreal Engine. We’ll create aerodynamic surfaces and calculate the forces needed for flight. This approach creates a ...

View Post

[Project File] How to Make an AI Chatbot in Unreal Engine with LLM API

In this tutorial, I’ll show you how to send text prompts from Unreal Engine to Llama API and display the responses directly inside your game. We’re going to create a widget with a text box for ...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 23: Traffic Light

In this tutorial, we are going to create a traffic light system. The traffic light will generate a collision box when the light is red and disable the collision box when the light is green. Vehicle...

View Post

[Project File] Unreal Engine Tutorial: Ragdoll Motorbike Crash on Collision

In this Unreal Engine tutorial, we’ll set up a motorbike crash system where the rider automatically switches to ragdoll physics when colliding with walls or obstacles.
-

-

-

...

View Post

[Project File] How to Add Reverse to a Motorbike in Unreal Engine #4

In this tutorial, we're going to create a reverse function for the motorbike. We'll use a procedural foot position, created in Blueprint, to control the character's Control Rig. I'll also show you ...

View Post

Unreal Engine Motorbike Tutorial with Vehicle Movement Component

In this tutorial, we’ll add a fully drivable custom motorbike to the Game Animation Sample in Unreal Engine. The motorbike will feature:

  • Accurate <...

    View Post

A motorbike with working suspension

A motorbike with working suspension, a spinning chain, and suspension force applied during braking. Both the motorbike and character use Control Rig, allowing the bike to turn and the rider’s foo...

View Post

Unreal Engine 5.6: Add a Drivable Vehicle to Game Animation Sample

In this tutorial, we are going to add drivable vehicles from the Vehicle Template to the Game Animation Sample. The character will be able to enter the vehicle when overlapping with the vehicle's b...

View Post

3D Modeling Web go live.

After two months of development, I’ve published this 3D viewer web app on kokraf.com. I believe the web app ecosystem can offer an exper...

View Post

[Project File] Destructible Vehicle Project from City Sample Updated to UE 5.6

This post contains a link to the project file for download.
I updated our destructible vehicle project to Unreal Engine 5.6. I included all 13 vehicles from the City Sample in t...

View Post

I’m Building a 3D Modeling Tool | Devlog #1

I’m starting to build Kokraf — a collaborative 3D modeling tool for the web. It will be real-time, multiplayer, and browser-based, with advanced features no other tool offers. Designed for crea...

View Post

[Project File] Destructible Vehicle Project from City Sample Replicated

This post contains a link to the project file for download.

🤩 I included all 13 vehicles from the City Sample in this project. The total project download size is 5.39 GB. ...

View Post

[Project File] Unreal Engine Vehicle Possession & Replication (Multiplayer)

This post contains a link to the project file for download.
In this tutorial, we will replicate vehicle control in a multiplayer network. You’ll learn how to possess and unpos...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 22: Different Lane Count Roads

This post contains a link to the project file for download. In this tutorial, we will create a road network with different lane counts, allo

This post contains a link to the project f...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 21: Multi-Lane Road System

This post contains a link to the project file for download.
In this tutorial, we will create a road network tool to generate multi-lane roads with dynamic lane marking materials...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 20: Yielding System

This post contains a link to the project file for download.
In this tutorial, we will create a yielding system for vehicles at unprotected intersections. The system will be dece...

View Post

Yielding System Scenarios Showcase.

This yielding system will include in our Vehicle AI system. https://www.patreon.com/posts/project-file-ai...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 18: Improving Traffic Flow

This post contains a link to the project file for download.
In this tutorial, we will focus on improving traffic flow. We'll cover vehicle selection, collision detection, vehicl...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 17: Spawn Traffic System

This post contains a link to the project file for download.
In this tutorial, we will set up a Traffic Manager to spawn vehicles and assign target locations for each one. We’l...

View Post

[Project File] Bow and Arrow with Procedural Turning updated for UE 5.5

This post contains a link to the project file for download.
In this project, we use Mixamo animations to create a bow shooting system. Procedural leg turning is implemented for ...

View Post

[Project File] Windwalker Echo Locomotion Updated to UE5.5

This post contains a link to the project file for download.

You might not recall this animation locomotion, but it features the most beautiful turning animation I've ever see...

View Post

[Project File] Open Door and Grab Objects System with IK Updated for UE 5.5

This post contains a link to the project file for download.

This tutorial covers creating a system to pick up items at different heights using Inverse Kinematics (IK) with th...

View Post

[Project File] Tank and Building Destruction System Updated for UE 5.5

This post contains a link to the project file for download.
In this video, you will learn how to create a realistic M1A1 Abrams tank in Unreal Engine 5. You will learn how to: C...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 16: Offroad Vehicle AI

This post contains a link to the project file for download.

In this tutorial, we will create a vehicle AI capable of driving off-road on various terrains. To achieve this, we...

View Post

Vehicle AI Terrain Pathfinding

Our Vehicle AI can navigate uneven terrain, both on and off roads. The free-step A* algorithm allows it to find the closest path with the lowest slope to reach any target location.

Available...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 15: On Road Terrain Vehicle AI

This post contains a link to the project file for download. In this tutorial, we will create a vehicle AI capable of driving on terrain. To

This post contains a link to the project f...

View Post

Edit Landscape in C++

After a week of dedicated effort, I successfully developed a C++ function to deform or raise the landscape at a specific world location. This function is...

View Post

[Project File] Destructible Vehicle Project from City Sample Updated to UE 5.5

This post contains a link to the project file for download.

I updated our destructible vehicle project to Unreal Engine 5.5. I rebuilt all levels to resolve the stuttering is...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 12: Organizing and Packaging a Vehicle AI Plugin

This post contains a link to the project file for download.

Learn how to organize and package your Vehicle AI Plugin in Unreal Engine. This step-by-step tutorial walks you th...

View Post

[Project File] Unreal Engine AI Vehicle Tutorial 11: Vehicle AI Component for Multiple Vehicles

This post contains a link to the project file for download.

In this tutorial, we will transfer all the logic to the Vehicle AI component, making it easy to integrate with any...

View Post