BEGIN ;start script ; Scene CLASSNAME: BsEngineBlockBP VEHICLE_CLASS: BsProModCarBP NAME: 747 CID DESCRIPTION: Custom 8 cylinder Engine Bore/Stroke 5.00/5.25 ; Vehicle Component MASS: 350 ; LBS VALUE: 2000 RATING: 1 ADD_SOUND_BANK_FILE: menu ; Block Component ENG_TORQUE: 2000.0 ; The maximum gross torque the engine can supply at the optimal RPM ENG_MIN_RPM: 1200.0 ; Minimum RPM of the engine ENG_OPT_RPM: 7500.0 ; This is where the gross torque of the engine is optimal ENG_MAX_RPM: 11000.0 ; Maximum RPM of the engine ENG_TORQUE_FACTOR_AT_MIN_RPM: 0.80 ; This defines the gross torque at the minium RPM as a factor to the torque at the optimal RPM ENG_TORQUE_FACTOR_AT_MAX_RPM: 0.80 ; This defines the gross torque at the maximum RPM as a factor to the torque at the optimal RPM ENG_RESISTANCE_FACTOR_AT_MIN_RPM: 0.05 ; This defines the engine resistence torque at the minimum RPM as a factor of the torque at the optimal RPM ENG_RESISTANCE_FACTOR_AT_OPT_RPM: 0.10 ; This defines the engine resistence torque at the optimum RPM as a factor of the torque at the optimal RPM ENG_RESISTANCE_FACTOR_AT_MAX_RPM: 0.30 ; This defines the engine resistence torque at the maximum RPM as a factor of the torque at the optimal RPM ENG_CLUTCH_SLIP_RPM: 2000.0 ENG_MOTOR_SOUND_CUE: motor1 END ;end script