Adapt a vehicle to the roof system

We do not provide support for the use of zModeler

Here's a video example of how to adapt a vehicle to the roof system

point_fl -- front left
point_fr -- front right
point_bl -- rear left
point_br -- rear right

Here are the bone names to add to the vehicle:

Don't forget to modify the configuration by adding the vehicle with the extra number

brokenDoorRequired = {}

The above variable is designed for vehicles where the trunk is connected to the roof, requiring the player to cut the trunk before being able to cut the roof.

VEH_EXT_DOOR_DSIDE_F = 0,
VEH_EXT_DOOR_DSIDE_R = 1,
VEH_EXT_DOOR_PSIDE_F = 2,
VEH_EXT_DOOR_PSIDE_R = 3,
VEH_EXT_BONNET = 4,
VEH_EXT_BOOT = 5,

Here are the IDs of the various possible doors to put in the brokenDoorRequired variable

Last updated