BEGIN ;start script ; Scene CLASSNAME: BsTransmissionBP VEHICLE_CLASS: BsFunnyCarBP NAME: Funny DESCRIPTION: A 4 speed transmission designed to meet the demands of Pro-Mod Racing. ; Vehicle component MASS: 250 ; LBS VALUE: 700 RATING: 5 ; Metrics TRANS_DOWNSHIFT_RPM: 5500.0 ; The RPM at which the transmission shifts down a gear TRANS_UPSHIFT_RPM: 9250 ; The RPM at which the transmission shifts up a gear TRANS_PRIMARY_TRANSMISSION_RATIO: 3.20 ; The transmission ratio regardless of gear. It is an extra factor for the total transmission ratio. TRANS_CLUTCH_DELAY_TIME: 0.03 ; The time needed (in seconds) to shift a gear. TRANS_REVERSE_GEAR_RATIO: 1.00 ; The gear ratio for the revese gear. ; Gear Set 1 TRANS_ADD_GEAR_SET: 5,Gear Set 1 TRANS_GEAR_RATIO: 1,2.600 TRANS_GEAR_RATIO: 2,1.861 TRANS_GEAR_RATIO: 3,1.585 TRANS_GEAR_RATIO: 4,1.357 TRANS_GEAR_RATIO: 5,1.000 END ;end script