BEGIN ;start script ; Scene CLASSNAME: BsEngineBlockBP VEHICLE_CLASS: BsRailCarBP NAME_ID: 1259 DESCRIPTION_ID: 1260 ; Vehicle Component MASS: 415 ; LBS VALUE: 24250 RATING: 9 ADD_SOUND_BANK_FILE: carsnd ; Block Component ENG_TORQUE: 2400.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: 13500.0 ; This is where the gross torque of the engine is optimal ENG_MAX_RPM: 18500.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: topfuel END ;end script