BEGIN ;start script ; Object CLASSNAME: BsAerodynamicsBP NAME_ID: 909 DESCRIPTION_ID: 910 ; Vehicle Component MASS: 0 ;LBS VALUE: 310 RATING: 1 ; Aerodynamics AERO_AIR_DENSITY: 1.3 ;The density of the air that sorrounds the vehicle, usually, 1.3 kg/m3 AERO_FRONTAL_AREA: 1.0 ;The frontal area, in m2, of the car AERO_DRAG_COEFFICIENT: 0.3 ;The drag coefficient of the car. Values around 0.3 are realistic. AERO_LIFT_COEFFICIENT: -0.3 ;Values between 0.5 and -0.5 are usually good AERO_EXTRA_GRAVITY: 0.0, 0.0, -5.0 ; Adding this force has the effect of accelerating the subjective time of the driver END ;end script