Vehicles are missing in default CryEngine 5 installation

273 views Asked by At

I installed CryEngine 5 from an official site. Now I want to add a vehicle to a level.

As described in Beginners manual, I need to

open the Create Object tool, go to Entity and expand Vehicles in the list that appears in the bottom of the tool.

However, there is no Vehicles item: enter image description here

How to add DefaultVehicle into my level?

2

There are 2 answers

0
Skyblade On BEST ANSWER

It turns out that in CryEngine 5 you need to download GameSDK, because engine does not have this editor by default.

0
Lorenzo Montanari On

I guess you are using one of the many templates from the Cryengine launcher. In those templates you have almost nothing, so you would have to implement them by yourself.

Here you can find some useful resource to register a new vehicle entity

And here you can find a small guide on vehicle modelling and setup.

But if you want just start using a vehicle without having to implement it from scratch, I suggest you to download and use the CRYENGINE GameSDK Sample Project that comes with some cool stuff, such as different categories of vehicles, particles, objects and an actual player.

Please note that these guides from the official documentation were developed for CryEngine 3.X but they should work also for CryEngine 5.X

I hope I helped you :)