You may have seen that I have been add damage to some of the cars, but at the moment I can only get the wheels to work - when I try wings etc. vdrift crashes. Here is what I added to AX2.car:
Code:
[wing.rear]
frontal-area = 0.05
drag-coefficient = 0.0
surface-area = 1.9
lift-coefficient = -3.0
efficiency = 0.99
texture = body00.png, body-misc1.png
mesh = wing_rear.joe
position = 0.0, 0.0, 0.0
mass = 20
[wing.rear.shape.box.0]
center = 0.0, 0.0, 0.0
size = 1.55, 0.46, 0.31
[wing.rear.link]
strength = 1000
elastic-limit = 1000
Do I need to add anything else, or is something wrong here?