BEGIN ;start script ; Scene CLASSNAME: BsEngineBlockBP VEHICLE_CLASS: BsProModCarBP VEH_PROHIBITED_COMP: BsEngineBlowerBP NAME_ID: 1029 DESCRIPTION_ID: 1030 ; Vehicle Component MASS: 395 ; LBS VALUE: 4750 RATING: 4 ADD_SOUND_BANK_FILE: carsnd ; Block Component ENG_TORQUE: 950.0 ; The maximum gross torque the engine can supply at the optimal RPM ENG_MIN_RPM: 1600.0 ; Minimum RPM of the engine ENG_OPT_RPM: 8500.0 ; This is where the gross torque of the engine is optimal ENG_MAX_RPM: 12500.0 ; Maximum RPM of the engine ENG_TORQUE_FACTOR_AT_MIN_RPM: 0.30 ; 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: Promod END ;end script