Unreal Engine Car List Selection Tutorial

preview_player
Показать описание
Hello everyone. This is a Tutorial, how to create a Car List Selection.
I used the Version 5.3.2 of the Unreal Engine for this one.

Рекомендации по теме
Комментарии
Автор

for thoses who aim at doing this but with car modifications you need a savefile and lots of 'statics' mesh inside the car pawn ( bassically splits cars in pieces to load them in later in unreal ) ( plus add materials variables that you cast inside the pawn on spawn (the meshses too need to be cast inside it on spawn when transfering from the menu to the gamemode)). link a name to a mesh and then use the savegame file to get the info when picking a car (aka you get a copy of the array inside the save instead of the instance) ( you can also link the car index to a name and send it there.) ( bassically sera did a simple system view of a complex setting ) aka a great spot to begin on for new users. :P (but beware doing what i said earlier is a tedious process and can take close to a week and more full time to complete correclty (and im excluding the multiplayer layer from it) )

psyco
Автор

Very helpful, would be lovely to have a tutorial on how to adjust the vehicles material with this set up.

Tovvok
Автор

Easy to understand tutorial, thank you!
Just curious, did you make any games yourself? :)

EverythingLoad
Автор

love the tuts please make one on how to register hit events when you crash cars into eachother i cant figure out how to make cars with simple heath thats subtracted when cars collide because the on hit component on the meshes never works

johndoe
Автор

hi, I made the car and it works. I haven't changed the wheel traction settings and my car behaves as if it were on a wet road. or on ice. Tell me how to set up the car so that it behaves like it does on dry asphalt. (UE4)

ILIZIUM
Автор

Can you make a tutorial on a vehicle modification system, with different types of engines, brakes, vehicle additions (light bar for example)

edwardwpalmeriii
Автор

please make inventory system for guns and items for horror game if you may

agentshadow
Автор

Hello, can you make a tutorial video about box spawn and unspawn for vehicles please ?

zerotwo
Автор

Hey Seredias, I've been following your Inventory tutorial, and when I got to the hot box it broke my game and none of the functions work now
My project is due Friday 😩 ae you available for helping me out?

TBrolyT