BEGIN ;start script ; Scene CLASSNAME: BsTransmissionBP VEHICLE_CLASS: BsFunnyCarBP NAME_ID: 973 DESCRIPTION_ID: 974 ; Vehicle component MASS: 250 ; LBS VALUE: 9250 RATING: 6 ; Metrics TRANS_DOWNSHIFT_RPM: 3500.0 ; The RPM at which the transmission shifts down a gear TRANS_UPSHIFT_RPM: 10500 ; The RPM at which the transmission shifts up a gear TRANS_PRIMARY_TRANSMISSION_RATIO: 4.11 ; The transmission ratio regardless of gear. It is an extra factor for the total transmission ratio. TRANS_CLUTCH_DELAY_TIME: 0.00 ; The time needed (in seconds) to shift a gear. TRANS_REVERSE_GEAR_RATIO: 1.00 ; The gear ratio for the revese gear. ; Gear Set 3 - 16 TRANS_ADD_GEAR_SET: 3,Gear Set 1 TRANS_GEAR_RATIO: 1,3.89 TRANS_GEAR_RATIO: 2,1.97 TRANS_GEAR_RATIO: 3,1.00 END ;end script