How to change amount of passenger in a car?
-
Is it possible by editing some value(s) in the game or it depends on the 3d model of the car?
I noticed the c63 amg 4 door only holds 2 passenger and i wanna change it to 4 passengers.
Thanks in advance!
-
I found out which values have to be changed.
before i had these values in vehicles.meta,
<firstPersonDrivebyData> <Item>STD_BUFFALO2_FRONT_LEFT</Item> <Item>STD_BUFFALO2_FRONT_RIGHT</Item> </firstPersonDrivebyData>
i changed them to this and it works with 4 passengers.
<firstPersonDrivebyData> <Item>STD_FELON_FRONT_LEFT</Item> <Item>STD_FELON_FRONT_RIGHT</Item> <Item>STD_FELON_REAR_LEFT</Item> <Item>STD_FELON_REAR_RIGHT</Item> </firstPersonDrivebyData>
regards
-
Welcome. That might help some people configure their releases.