NokiMo
jourverse
jourverse

patreon


[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'll use the A* algorithm with a free step to perform line traces of neighboring points to determine the landscape's height. This allows us to generate a path with the lowest slope and the shortest distance to the target without searching boundary.

Youtube Tutorial: https://youtu.be/LRd6oUT41PM

-

-

-

Documentation: https://sites.google.com/view/jourverse/vehicleaidocumentation

UE5.4 Vehicle AI Plugin: https://drive.google.com/file/d/1kiChyv3ZjidDwY7IK--x9D1D6MHu-BRK/view?usp=sharing
UE5.5 Vehicle AI Plugin: https://drive.google.com/file/d/1Yi8kEhsf3uJPfhKqs5nTuHOpcHDeLwZ6/view?usp=sharing

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

Comments

Thank you! Yes, you can. Simply copy the Vehicle AI plugin into the Plugins folder of the Destructible Vehicle project. Add the Vehicle AI component to the Destructible Vehicle blueprint, include the Box Collision component, tag the landscape as "floor," and set the Game Mode to VehicleGameMode. The process is the same as adding the AI component to a non-destructible vehicle. This document will guide you through the process. https://sites.google.com/view/jourverse/vehicleaidocumentation

Sengchor Taing

Very happy to be here! Is there anyway to combine this AI vehicle with the destruction vehicle system project you have from the city sample?

Dev


Related Creators