Jump to content
Beagle

Eden - vehicle configuration

Recommended Posts

Is is posible to configure vehicles (remove or add doors, roll bars, etc.) that have that feature in the Arsenal anywhere inside the Ede editor?

The only feature that's changeable so far seems o be skins.

 

If modification of vehicles is not possible inside eden. how can I import a saved vehicle configuration into Eden editor?

 

I want to emulate a fire department vehicle. It is easy to achive in the arsenal by adding a police lightbar to a red offroad pickup.

I just have no clue how to import that into the editor

Share this post


Link to post
Share on other sites

Until it gets properly integrated into Eden you can do it this way.
Place the vehicle down.

With the vehicle selected bring up the debugconsole( default key is ` next to the number 1 - although this may differ dependant on language )

Run the code below..

garageVeh = get3DENSelected "object" select 0;
["Open",[false,garageVeh]] call BIS_fnc_garage3DEN;

The garage should open and you can choose the settings you like or load some you have already saved.

Once back in the editor the vehicle should have your changes applied for you.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×