BEGIN ;start script ; Scene CLASSNAME: BsEngineBlockBP VEHICLE_CLASS: BsProStockCarBP NAME_ID: 1141 DESCRIPTION_ID: 1142 ; Vehicle Component MASS: 370 ; LBS VALUE: 14470 RATING: 4 ADD_SOUND_BANK_FILE: carsnd ; Block Component ENG_TORQUE: 900.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: 10000.0 ; Maximum RPM of the engine ENG_TORQUE_FACTOR_AT_MIN_RPM: 0.40 ; 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: prostock END ;end script