├── IVAO_A320fCFM ├── IVAO.txt ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A320fIAE ├── IVAO.txt ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A320wCFM ├── IVAO.txt ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A320wIAE ├── IVAO.txt ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── LICENSE ├── README.md ├── ivao_csl_aircraft_config_cleaner.py ├── ivao_x-csl.zip └── ivao_x-csl └── SimObjects └── Airplanes ├── IVAO_A319fCFM ├── IVAO.txt ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A319fCFMw ├── IVAO.txt ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A319fIAE ├── IVAO.txt ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A319fIAEw ├── IVAO.txt ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A320fCFM ├── IVAO.txt ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A320fIAE ├── IVAO.txt ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A320wCFM ├── IVAO.txt ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A320wIAE ├── IVAO.txt ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A321fCFM ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A321fIAE ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A321wCFM ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A321wIAE ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A332GE ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A332PW ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg ├── IVAO_A332RR ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg └── IVAO_A346 ├── ai.cfg ├── aircraft.cfg ├── cameras.cfg ├── cockpit.cfg ├── engines.cfg ├── flight_model.cfg ├── gameplay.cfg └── systems.cfg /IVAO_A320fCFM/IVAO.txt: -------------------------------------------------------------------------------- 1 | Source files provided by X-CSL. Converted, compiled and distributed by IVAO for officially approved IVAO Pilot Client Software only. 2020 © International Virtual Aviation Organisation. -------------------------------------------------------------------------------- /IVAO_A320fCFM/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /IVAO_A320fCFM/cockpit.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [FUEL_FLOW] 6 | min =0 7 | lowLimit =0 8 | green_start =0 9 | green_end =0 10 | highLimit =0 11 | max =0 12 | 13 | [FUEL_QUANTITY] 14 | min =0 15 | lowLimit =0 16 | green_start =0 17 | green_end =0 18 | yellow_start =0 19 | yellow_end =0 20 | red_start =0 21 | red_end =0 22 | highLimit =0 23 | max =0 24 | 25 | [FUEL_TEMPERATURE] 26 | min =0 27 | lowLimit =0 28 | low_red_start =0 29 | low_red_end =0 30 | low_yellow_start =0 31 | low_yellow_end =0 32 | green_start =0 33 | green_end =0 34 | yellow_start =0 35 | yellow_end =0 36 | red_start =0 37 | red_end =0 38 | highLimit =0 39 | max =0 40 | 41 | [OIL_PRESSURE] 42 | min =0 43 | lowLimit =0 44 | low_red_start =0 45 | low_red_end =0 46 | low_yellow_start =0 47 | low_yellow_end =0 48 | green_start =0 49 | green_end =0 50 | yellow_start =0 51 | yellow_end =0 52 | red_start =0 53 | red_end =0 54 | highLimit =0 55 | max =0 56 | 57 | [OIL_TEMPERATURE] 58 | min =0 59 | lowLimit =0 60 | low_red_start =0 61 | low_red_end =0 62 | low_yellow_start =0 63 | low_yellow_end =0 64 | green_start =0 65 | green_end =0 66 | yellow_start =0 67 | yellow_end =0 68 | red_start =0 69 | red_end =0 70 | highLimit =0 71 | max =0 72 | 73 | [EGT_TEMPERATURE] 74 | min =0 75 | max =0 76 | lowLimit =0 77 | highLimit =0 78 | 79 | [VACUUM] 80 | min =0 81 | lowLimit =0 82 | green_start =0 83 | green_end =0 84 | highLimit =0 85 | max =0 86 | 87 | [AIRSPEED] 88 | min =0 89 | lowLimit =0 90 | white_start =0 91 | white_end =0 92 | green_start =0 93 | green_end =0 94 | yellow_start =0 95 | yellow_end =0 96 | red_start =0 97 | red_end =0 98 | highLimit =0 99 | max =0 100 | 101 | [TORQUE] 102 | min =0 103 | lowLimit =0 104 | green_start =0 105 | green_end =0 106 | yellow_start =0 107 | yellow_end =0 108 | red_start =0 109 | red_end =0 110 | highLimit =0 111 | max =0 112 | 113 | [RPM] 114 | min =0 115 | lowLimit =0 116 | green_start =0 117 | green_end =0 118 | yellow_start =0 119 | yellow_end =0 120 | red_start =0 121 | red_end =0 122 | highLimit =0 123 | max =0 124 | 125 | [TURBINE_NG] 126 | min =0 127 | lowLimit =0 128 | green_start =0 129 | green_end =0 130 | yellow_start =0 131 | yellow_end =0 132 | red_start =0 133 | red_end =0 134 | highLimit =0 135 | max =0 136 | 137 | [ITTENGINEOFF] 138 | min =0 139 | lowLimit =0 140 | low_red_start =0 141 | low_red_end =0 142 | low_yellow_start =0 143 | low_yellow_end =0 144 | green_start =0 145 | green_end =0 146 | yellow_start =0 147 | yellow_end =0 148 | red_start =0 149 | red_end =0 150 | highLimit =0 151 | max =0 152 | 153 | [ITTENGINEON] 154 | min =0 155 | lowLimit =0 156 | low_red_start =0 157 | low_red_end =0 158 | low_yellow_start =0 159 | low_yellow_end =0 160 | green_start =0 161 | green_end =0 162 | yellow_start =0 163 | yellow_end =0 164 | red_start =0 165 | red_end =0 166 | highLimit =0 167 | max =0 168 | 169 | [MAIN_BUS_VOLTAGE] 170 | min =0 171 | lowLimit =0 172 | low_red_start =0 173 | low_red_end =0 174 | low_yellow_start =0 175 | low_yellow_end =0 176 | green_start =0 177 | green_end =0 178 | yellow_start =0 179 | yellow_end =0 180 | red_start =0 181 | red_end =0 182 | highLimit =0 183 | max =0 184 | 185 | [HOT_BATTERY_BUS_VOLTAGE] 186 | min =0 187 | lowLimit =0 188 | low_red_start =0 189 | low_red_end =0 190 | low_yellow_start =0 191 | low_yellow_end =0 192 | green_start =0 193 | green_end =0 194 | yellow_start =0 195 | yellow_end =0 196 | red_start =0 197 | red_end =0 198 | highLimit =0 199 | max =0 200 | 201 | [BATTERY_BUS_AMPS] 202 | min =0 203 | lowLimit =0 204 | green_start =0 205 | green_end =0 206 | yellow_start =0 207 | yellow_end =0 208 | red_start =0 209 | red_end =0 210 | highLimit =0 211 | max =0 212 | 213 | [GENALT_BUS_AMPS] 214 | min =0 215 | lowLimit =0 216 | green_start =0 217 | green_end =0 218 | yellow_start =0 219 | yellow_end =0 220 | red_start =0 221 | red_end =0 222 | highLimit =0 223 | max =0 224 | 225 | [COOLANT_LEVEL] 226 | min =0 227 | max =0 228 | lowLimit =0 229 | highLimit =0 230 | 231 | [COOLANT_TEMPERATURE] 232 | min =0 233 | lowLimit =0 234 | low_red_start =0 235 | low_red_end =0 236 | low_yellow_start =0 237 | low_yellow_end =0 238 | green_start =0 239 | green_end =0 240 | yellow_start =0 241 | yellow_end =0 242 | red_start =0 243 | red_end =0 244 | highLimit =0 245 | max =0 246 | 247 | [GEAR_OIL_TEMPERATURE] 248 | min =0 249 | lowLimit =0 250 | green_start =0 251 | green_end =0 252 | yellow_start =0 253 | yellow_end =0 254 | red_start =0 255 | red_end =0 256 | highLimit =0 257 | max =0 258 | 259 | [CABIN_ALTITUDE] 260 | min =0 261 | lowLimit =0 262 | green_start =0 263 | green_end =0 264 | highLimit =0 265 | max =0 266 | 267 | [CABIN_ALTITUDE_CHANGE_RATE] 268 | min =0 269 | max =0 270 | lowLimit =0 271 | highLimit =0 272 | 273 | [CABIN_PRESSURE_DIFF] 274 | min =0 275 | lowLimit =0 276 | green_start =0 277 | green_end =0 278 | highLimit =0 279 | max =0 280 | 281 | [ATTITUDE_INDICATORS] 282 | attitude_indicator.0 =2 283 | attitude_indicator.1 =2 284 | 285 | [TURN_INDICATORS] 286 | turn_indicator.0 =1,1 287 | 288 | [DIRECTION_INDICATORS] 289 | direction_indicator.0 = 1,0 290 | 291 | [AIRSPEED_INDICATORS] 292 | airspeed_indicator.0 = 1, 0 293 | airspeed_indicator.1 = 1, 0 294 | 295 | [ALTIMETERS] 296 | altimeter.0 =0.000000,0.000000,0.000000 297 | altimeter.1 =0.000000,0.000000,0.000000 298 | altimeter.2 =0.000000,0.000000,0.000000 299 | altimeter.3 =0.000000,0.000000,0.000000 300 | 301 | [THROTTLE_LEVELS] 302 | level_1_min =0 303 | level_1_name ="" 304 | level_2_min =0 305 | level_2_name ="" 306 | level_3_min =0 307 | level_3_name ="" 308 | level_4_min =0 309 | level_4_name ="" 310 | level_5_min =0 311 | level_5_name ="" 312 | level_6_min=0 313 | level_6_name="" 314 | 315 | [FLAPS_LEVELS] 316 | slats_level_1 =0 317 | flaps_level_1 =0 318 | slats_level_2 =0 319 | flaps_level_2 =0 320 | slats_level_3 =0 321 | flaps_level_3 =0 322 | slats_level_full =0 323 | flaps_level_full =0 324 | 325 | [FUEL_PRESSURE] 326 | min=0 327 | max=0 328 | lowLimit=0 329 | low_red_start=0 330 | low_red_end=0 331 | low_yellow_start=0 332 | low_yellow_end=0 333 | green_start=0 334 | green_end=0 335 | yellow_start=0 336 | yellow_end=0 337 | red_start=0 338 | red_end=0 339 | highLimit=0 340 | 341 | [MANIFOLD_PRESSURE] 342 | min=0 343 | max=0 344 | lowLimit=0 345 | green_start=0 346 | green_end=0 347 | highLimit=0 348 | 349 | [MagneticCompass] 350 | Compass.0=0 351 | -------------------------------------------------------------------------------- /IVAO_A320fCFM/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.724 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | [TURBINEENGINEDATA] 25 | fuel_flow_gain=0.002 26 | low_idle_n1=50 27 | tp_idle_range=0 28 | free_turbine=0 29 | inlet_area=19.6 30 | rated_N2_rpm=29920 31 | static_thrust=24200 32 | reverser_available=1 33 | reverser_mach_controlled=0 34 | afterburner_available=0 35 | afterburner_throttle_threshold=0 36 | ThrustSpecificFuelConsumption=0.6 37 | AfterBurnThrustSpecificFuelConsumption=0 38 | mach_0_corrected_commanded_ne_table=0.000000 39 | mach_hi_corrected_commanded_ne_table=0.000000 40 | corrected_n2_from_ff_table=0.000000 41 | n2_to_n1_table=0.000000 42 | n1_and_mach_on_thrust_table=0.000000 43 | corrected_airflow_table=0.000000 44 | epr_max=0 45 | epr_tc=0 46 | epr_tuning_constant=1 47 | oil_temp_cooling_constant=0 48 | oil_temp_heating_constant=0 49 | oil_temp_tc=0 50 | oil_temp_tuning_constant=1 51 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 52 | oil_press_max=0 53 | oil_press_tc=0 54 | oil_press_tuning_constant=1 55 | itt_peak_temperature=0 56 | itt_tc=0 57 | itt_tuning_constant=1 58 | egt_peak_temperature=0 59 | egt_tc=0 60 | egt_tuning_constant=1 61 | fuel_press_max=2376 62 | fuel_press_tc=2 63 | fuel_press_tuning_constant=1 64 | variable_inlet=0 65 | primary_nozzle_available=0 66 | starter_N1_max_pct=12 67 | starter_N1_rate=0.3 68 | ignition_auto_type= 69 | min_condition_lever_for_combustion=0.01 70 | min_n1_for_combustion=10 71 | min_n2_for_combustion=19.4 72 | min_n1_for_starter_cutoff=200 73 | min_n2_for_starter_cutoff=200 74 | min_n2_for_apu_bleed_air_cutoff=200 75 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 76 | bleed_air_on_n2_tc=1 77 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 78 | n1_normal_tc=1 79 | n1_start_max_rate=1 80 | n1_start_combustion_max_rate=2 81 | idle_fuel_flow=35 82 | idle_high_fuel_flow=40 83 | min_n2_for_fuel_flow=15 84 | low_idle_n2=50 85 | high_n1=100 86 | high_n2=100 87 | high_fuel_flow=50 88 | mach_influence_on_n1=10 89 | fuel_flow_max=10000 90 | fuel_flow_controller_p=0.01 91 | fuel_flow_controller_i=0.001 92 | fuel_flow_controller_d=0.01 93 | fuel_flow_controller_iboundary=10 94 | fuel_flow_controller_dboundary=100 95 | max_torque_protection=0 96 | max_n1_protection=0 97 | max_n2_protection=0 98 | max_egt_protection=0 99 | fuel_flow_max_itt_factor=2 100 | fuel_flow_min_itt_factor=0.9 101 | n1_cooling_factor=0.01 102 | primary_nozzle_afterburner_offset=0.14 103 | primary_nozzle_n1_mach_to_nozzle_pos=0.000000:0.000000:2.000000,53.000000:0.660000:0.100000,65.000000:0.690000:0.330000,96.000000:0.700000:0.440000 104 | [JET_ENGINE] 105 | thrust_scalar=1 106 | -------------------------------------------------------------------------------- /IVAO_A320fCFM/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /IVAO_A320fIAE/IVAO.txt: -------------------------------------------------------------------------------- 1 | Source files provided by X-CSL. Converted, compiled and distributed by IVAO for officially approved IVAO Pilot Client Software only. 2020 © International Virtual Aviation Organisation. -------------------------------------------------------------------------------- /IVAO_A320fIAE/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /IVAO_A320fIAE/cockpit.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [FUEL_FLOW] 6 | min =0 7 | lowLimit =0 8 | green_start =0 9 | green_end =0 10 | highLimit =0 11 | max =0 12 | 13 | [FUEL_QUANTITY] 14 | min =0 15 | lowLimit =0 16 | green_start =0 17 | green_end =0 18 | yellow_start =0 19 | yellow_end =0 20 | red_start =0 21 | red_end =0 22 | highLimit =0 23 | max =0 24 | 25 | [FUEL_TEMPERATURE] 26 | min =0 27 | lowLimit =0 28 | low_red_start =0 29 | low_red_end =0 30 | low_yellow_start =0 31 | low_yellow_end =0 32 | green_start =0 33 | green_end =0 34 | yellow_start =0 35 | yellow_end =0 36 | red_start =0 37 | red_end =0 38 | highLimit =0 39 | max =0 40 | 41 | [OIL_PRESSURE] 42 | min =0 43 | lowLimit =0 44 | low_red_start =0 45 | low_red_end =0 46 | low_yellow_start =0 47 | low_yellow_end =0 48 | green_start =0 49 | green_end =0 50 | yellow_start =0 51 | yellow_end =0 52 | red_start =0 53 | red_end =0 54 | highLimit =0 55 | max =0 56 | 57 | [OIL_TEMPERATURE] 58 | min =0 59 | lowLimit =0 60 | low_red_start =0 61 | low_red_end =0 62 | low_yellow_start =0 63 | low_yellow_end =0 64 | green_start =0 65 | green_end =0 66 | yellow_start =0 67 | yellow_end =0 68 | red_start =0 69 | red_end =0 70 | highLimit =0 71 | max =0 72 | 73 | [EGT_TEMPERATURE] 74 | min =0 75 | max =0 76 | lowLimit =0 77 | highLimit =0 78 | 79 | [VACUUM] 80 | min =0 81 | lowLimit =0 82 | green_start =0 83 | green_end =0 84 | highLimit =0 85 | max =0 86 | 87 | [AIRSPEED] 88 | min =0 89 | lowLimit =0 90 | white_start =0 91 | white_end =0 92 | green_start =0 93 | green_end =0 94 | yellow_start =0 95 | yellow_end =0 96 | red_start =0 97 | red_end =0 98 | highLimit =0 99 | max =0 100 | 101 | [TORQUE] 102 | min =0 103 | lowLimit =0 104 | green_start =0 105 | green_end =0 106 | yellow_start =0 107 | yellow_end =0 108 | red_start =0 109 | red_end =0 110 | highLimit =0 111 | max =0 112 | 113 | [RPM] 114 | min =0 115 | lowLimit =0 116 | green_start =0 117 | green_end =0 118 | yellow_start =0 119 | yellow_end =0 120 | red_start =0 121 | red_end =0 122 | highLimit =0 123 | max =0 124 | 125 | [TURBINE_NG] 126 | min =0 127 | lowLimit =0 128 | green_start =0 129 | green_end =0 130 | yellow_start =0 131 | yellow_end =0 132 | red_start =0 133 | red_end =0 134 | highLimit =0 135 | max =0 136 | 137 | [ITTENGINEOFF] 138 | min =0 139 | lowLimit =0 140 | low_red_start =0 141 | low_red_end =0 142 | low_yellow_start =0 143 | low_yellow_end =0 144 | green_start =0 145 | green_end =0 146 | yellow_start =0 147 | yellow_end =0 148 | red_start =0 149 | red_end =0 150 | highLimit =0 151 | max =0 152 | 153 | [ITTENGINEON] 154 | min =0 155 | lowLimit =0 156 | low_red_start =0 157 | low_red_end =0 158 | low_yellow_start =0 159 | low_yellow_end =0 160 | green_start =0 161 | green_end =0 162 | yellow_start =0 163 | yellow_end =0 164 | red_start =0 165 | red_end =0 166 | highLimit =0 167 | max =0 168 | 169 | [MAIN_BUS_VOLTAGE] 170 | min =0 171 | lowLimit =0 172 | low_red_start =0 173 | low_red_end =0 174 | low_yellow_start =0 175 | low_yellow_end =0 176 | green_start =0 177 | green_end =0 178 | yellow_start =0 179 | yellow_end =0 180 | red_start =0 181 | red_end =0 182 | highLimit =0 183 | max =0 184 | 185 | [HOT_BATTERY_BUS_VOLTAGE] 186 | min =0 187 | lowLimit =0 188 | low_red_start =0 189 | low_red_end =0 190 | low_yellow_start =0 191 | low_yellow_end =0 192 | green_start =0 193 | green_end =0 194 | yellow_start =0 195 | yellow_end =0 196 | red_start =0 197 | red_end =0 198 | highLimit =0 199 | max =0 200 | 201 | [BATTERY_BUS_AMPS] 202 | min =0 203 | lowLimit =0 204 | green_start =0 205 | green_end =0 206 | yellow_start =0 207 | yellow_end =0 208 | red_start =0 209 | red_end =0 210 | highLimit =0 211 | max =0 212 | 213 | [GENALT_BUS_AMPS] 214 | min =0 215 | lowLimit =0 216 | green_start =0 217 | green_end =0 218 | yellow_start =0 219 | yellow_end =0 220 | red_start =0 221 | red_end =0 222 | highLimit =0 223 | max =0 224 | 225 | [COOLANT_LEVEL] 226 | min =0 227 | max =0 228 | lowLimit =0 229 | highLimit =0 230 | 231 | [COOLANT_TEMPERATURE] 232 | min =0 233 | lowLimit =0 234 | low_red_start =0 235 | low_red_end =0 236 | low_yellow_start =0 237 | low_yellow_end =0 238 | green_start =0 239 | green_end =0 240 | yellow_start =0 241 | yellow_end =0 242 | red_start =0 243 | red_end =0 244 | highLimit =0 245 | max =0 246 | 247 | [GEAR_OIL_TEMPERATURE] 248 | min =0 249 | lowLimit =0 250 | green_start =0 251 | green_end =0 252 | yellow_start =0 253 | yellow_end =0 254 | red_start =0 255 | red_end =0 256 | highLimit =0 257 | max =0 258 | 259 | [CABIN_ALTITUDE] 260 | min =0 261 | lowLimit =0 262 | green_start =0 263 | green_end =0 264 | highLimit =0 265 | max =0 266 | 267 | [CABIN_ALTITUDE_CHANGE_RATE] 268 | min =0 269 | max =0 270 | lowLimit =0 271 | highLimit =0 272 | 273 | [CABIN_PRESSURE_DIFF] 274 | min =0 275 | lowLimit =0 276 | green_start =0 277 | green_end =0 278 | highLimit =0 279 | max =0 280 | 281 | [ATTITUDE_INDICATORS] 282 | attitude_indicator.0 =2 283 | attitude_indicator.1 =2 284 | 285 | [TURN_INDICATORS] 286 | turn_indicator.0 =1,1 287 | 288 | [DIRECTION_INDICATORS] 289 | direction_indicator.0 = 1,0 290 | 291 | [AIRSPEED_INDICATORS] 292 | airspeed_indicator.0 = 1, 0 293 | airspeed_indicator.1 = 1, 0 294 | 295 | [ALTIMETERS] 296 | altimeter.0 =0.000000,0.000000,0.000000 297 | altimeter.1 =0.000000,0.000000,0.000000 298 | altimeter.2 =0.000000,0.000000,0.000000 299 | altimeter.3 =0.000000,0.000000,0.000000 300 | 301 | [THROTTLE_LEVELS] 302 | level_1_min =0 303 | level_1_name ="" 304 | level_2_min =0 305 | level_2_name ="" 306 | level_3_min =0 307 | level_3_name ="" 308 | level_4_min =0 309 | level_4_name ="" 310 | level_5_min =0 311 | level_5_name ="" 312 | level_6_min=0 313 | level_6_name="" 314 | 315 | [FLAPS_LEVELS] 316 | slats_level_1 =0 317 | flaps_level_1 =0 318 | slats_level_2 =0 319 | flaps_level_2 =0 320 | slats_level_3 =0 321 | flaps_level_3 =0 322 | slats_level_full =0 323 | flaps_level_full =0 324 | 325 | [FUEL_PRESSURE] 326 | min=0 327 | max=0 328 | lowLimit=0 329 | low_red_start=0 330 | low_red_end=0 331 | low_yellow_start=0 332 | low_yellow_end=0 333 | green_start=0 334 | green_end=0 335 | yellow_start=0 336 | yellow_end=0 337 | red_start=0 338 | red_end=0 339 | highLimit=0 340 | 341 | [MANIFOLD_PRESSURE] 342 | min=0 343 | max=0 344 | lowLimit=0 345 | green_start=0 346 | green_end=0 347 | highLimit=0 348 | 349 | [MagneticCompass] 350 | Compass.0=0 351 | -------------------------------------------------------------------------------- /IVAO_A320fIAE/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.724 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | [TURBINEENGINEDATA] 25 | fuel_flow_gain=0.002 26 | low_idle_n1=50 27 | tp_idle_range=0 28 | free_turbine=0 29 | inlet_area=19.6 30 | rated_N2_rpm=29920 31 | static_thrust=24200 32 | reverser_available=1 33 | reverser_mach_controlled=0 34 | afterburner_available=0 35 | afterburner_throttle_threshold=0 36 | ThrustSpecificFuelConsumption=0.6 37 | AfterBurnThrustSpecificFuelConsumption=0 38 | mach_0_corrected_commanded_ne_table=0.000000 39 | mach_hi_corrected_commanded_ne_table=0.000000 40 | corrected_n2_from_ff_table=0.000000 41 | n2_to_n1_table=0.000000 42 | n1_and_mach_on_thrust_table=0.000000 43 | corrected_airflow_table=0.000000 44 | epr_max=0 45 | epr_tc=0 46 | epr_tuning_constant=1 47 | oil_temp_cooling_constant=0 48 | oil_temp_heating_constant=0 49 | oil_temp_tc=0 50 | oil_temp_tuning_constant=1 51 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 52 | oil_press_max=0 53 | oil_press_tc=0 54 | oil_press_tuning_constant=1 55 | itt_peak_temperature=0 56 | itt_tc=0 57 | itt_tuning_constant=1 58 | egt_peak_temperature=0 59 | egt_tc=0 60 | egt_tuning_constant=1 61 | fuel_press_max=2376 62 | fuel_press_tc=2 63 | fuel_press_tuning_constant=1 64 | variable_inlet=0 65 | primary_nozzle_available=0 66 | starter_N1_max_pct=12 67 | starter_N1_rate=0.3 68 | ignition_auto_type= 69 | min_condition_lever_for_combustion=0.01 70 | min_n1_for_combustion=10 71 | min_n2_for_combustion=19.4 72 | min_n1_for_starter_cutoff=200 73 | min_n2_for_starter_cutoff=200 74 | min_n2_for_apu_bleed_air_cutoff=200 75 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 76 | bleed_air_on_n2_tc=1 77 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 78 | n1_normal_tc=1 79 | n1_start_max_rate=1 80 | n1_start_combustion_max_rate=2 81 | idle_fuel_flow=35 82 | idle_high_fuel_flow=40 83 | min_n2_for_fuel_flow=15 84 | low_idle_n2=50 85 | high_n1=100 86 | high_n2=100 87 | high_fuel_flow=50 88 | mach_influence_on_n1=10 89 | fuel_flow_max=10000 90 | fuel_flow_controller_p=0.01 91 | fuel_flow_controller_i=0.001 92 | fuel_flow_controller_d=0.01 93 | fuel_flow_controller_iboundary=10 94 | fuel_flow_controller_dboundary=100 95 | max_torque_protection=0 96 | max_n1_protection=0 97 | max_n2_protection=0 98 | max_egt_protection=0 99 | fuel_flow_max_itt_factor=2 100 | fuel_flow_min_itt_factor=0.9 101 | n1_cooling_factor=0.01 102 | primary_nozzle_afterburner_offset=0.14 103 | primary_nozzle_n1_mach_to_nozzle_pos=0.000000:0.000000:2.000000,53.000000:0.660000:0.100000,65.000000:0.690000:0.330000,96.000000:0.700000:0.440000 104 | [JET_ENGINE] 105 | thrust_scalar=1 106 | -------------------------------------------------------------------------------- /IVAO_A320fIAE/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /IVAO_A320wCFM/IVAO.txt: -------------------------------------------------------------------------------- 1 | Source files provided by X-CSL. Converted, compiled and distributed by IVAO for officially approved IVAO Pilot Client Software only. 2020 © International Virtual Aviation Organisation. -------------------------------------------------------------------------------- /IVAO_A320wCFM/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /IVAO_A320wCFM/cockpit.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [FUEL_FLOW] 6 | min =0 7 | lowLimit =0 8 | green_start =0 9 | green_end =0 10 | highLimit =0 11 | max =0 12 | 13 | [FUEL_QUANTITY] 14 | min =0 15 | lowLimit =0 16 | green_start =0 17 | green_end =0 18 | yellow_start =0 19 | yellow_end =0 20 | red_start =0 21 | red_end =0 22 | highLimit =0 23 | max =0 24 | 25 | [FUEL_TEMPERATURE] 26 | min =0 27 | lowLimit =0 28 | low_red_start =0 29 | low_red_end =0 30 | low_yellow_start =0 31 | low_yellow_end =0 32 | green_start =0 33 | green_end =0 34 | yellow_start =0 35 | yellow_end =0 36 | red_start =0 37 | red_end =0 38 | highLimit =0 39 | max =0 40 | 41 | [OIL_PRESSURE] 42 | min =0 43 | lowLimit =0 44 | low_red_start =0 45 | low_red_end =0 46 | low_yellow_start =0 47 | low_yellow_end =0 48 | green_start =0 49 | green_end =0 50 | yellow_start =0 51 | yellow_end =0 52 | red_start =0 53 | red_end =0 54 | highLimit =0 55 | max =0 56 | 57 | [OIL_TEMPERATURE] 58 | min =0 59 | lowLimit =0 60 | low_red_start =0 61 | low_red_end =0 62 | low_yellow_start =0 63 | low_yellow_end =0 64 | green_start =0 65 | green_end =0 66 | yellow_start =0 67 | yellow_end =0 68 | red_start =0 69 | red_end =0 70 | highLimit =0 71 | max =0 72 | 73 | [EGT_TEMPERATURE] 74 | min =0 75 | max =0 76 | lowLimit =0 77 | highLimit =0 78 | 79 | [VACUUM] 80 | min =0 81 | lowLimit =0 82 | green_start =0 83 | green_end =0 84 | highLimit =0 85 | max =0 86 | 87 | [AIRSPEED] 88 | min =0 89 | lowLimit =0 90 | white_start =0 91 | white_end =0 92 | green_start =0 93 | green_end =0 94 | yellow_start =0 95 | yellow_end =0 96 | red_start =0 97 | red_end =0 98 | highLimit =0 99 | max =0 100 | 101 | [TORQUE] 102 | min =0 103 | lowLimit =0 104 | green_start =0 105 | green_end =0 106 | yellow_start =0 107 | yellow_end =0 108 | red_start =0 109 | red_end =0 110 | highLimit =0 111 | max =0 112 | 113 | [RPM] 114 | min =0 115 | lowLimit =0 116 | green_start =0 117 | green_end =0 118 | yellow_start =0 119 | yellow_end =0 120 | red_start =0 121 | red_end =0 122 | highLimit =0 123 | max =0 124 | 125 | [TURBINE_NG] 126 | min =0 127 | lowLimit =0 128 | green_start =0 129 | green_end =0 130 | yellow_start =0 131 | yellow_end =0 132 | red_start =0 133 | red_end =0 134 | highLimit =0 135 | max =0 136 | 137 | [ITTENGINEOFF] 138 | min =0 139 | lowLimit =0 140 | low_red_start =0 141 | low_red_end =0 142 | low_yellow_start =0 143 | low_yellow_end =0 144 | green_start =0 145 | green_end =0 146 | yellow_start =0 147 | yellow_end =0 148 | red_start =0 149 | red_end =0 150 | highLimit =0 151 | max =0 152 | 153 | [ITTENGINEON] 154 | min =0 155 | lowLimit =0 156 | low_red_start =0 157 | low_red_end =0 158 | low_yellow_start =0 159 | low_yellow_end =0 160 | green_start =0 161 | green_end =0 162 | yellow_start =0 163 | yellow_end =0 164 | red_start =0 165 | red_end =0 166 | highLimit =0 167 | max =0 168 | 169 | [MAIN_BUS_VOLTAGE] 170 | min =0 171 | lowLimit =0 172 | low_red_start =0 173 | low_red_end =0 174 | low_yellow_start =0 175 | low_yellow_end =0 176 | green_start =0 177 | green_end =0 178 | yellow_start =0 179 | yellow_end =0 180 | red_start =0 181 | red_end =0 182 | highLimit =0 183 | max =0 184 | 185 | [HOT_BATTERY_BUS_VOLTAGE] 186 | min =0 187 | lowLimit =0 188 | low_red_start =0 189 | low_red_end =0 190 | low_yellow_start =0 191 | low_yellow_end =0 192 | green_start =0 193 | green_end =0 194 | yellow_start =0 195 | yellow_end =0 196 | red_start =0 197 | red_end =0 198 | highLimit =0 199 | max =0 200 | 201 | [BATTERY_BUS_AMPS] 202 | min =0 203 | lowLimit =0 204 | green_start =0 205 | green_end =0 206 | yellow_start =0 207 | yellow_end =0 208 | red_start =0 209 | red_end =0 210 | highLimit =0 211 | max =0 212 | 213 | [GENALT_BUS_AMPS] 214 | min =0 215 | lowLimit =0 216 | green_start =0 217 | green_end =0 218 | yellow_start =0 219 | yellow_end =0 220 | red_start =0 221 | red_end =0 222 | highLimit =0 223 | max =0 224 | 225 | [COOLANT_LEVEL] 226 | min =0 227 | max =0 228 | lowLimit =0 229 | highLimit =0 230 | 231 | [COOLANT_TEMPERATURE] 232 | min =0 233 | lowLimit =0 234 | low_red_start =0 235 | low_red_end =0 236 | low_yellow_start =0 237 | low_yellow_end =0 238 | green_start =0 239 | green_end =0 240 | yellow_start =0 241 | yellow_end =0 242 | red_start =0 243 | red_end =0 244 | highLimit =0 245 | max =0 246 | 247 | [GEAR_OIL_TEMPERATURE] 248 | min =0 249 | lowLimit =0 250 | green_start =0 251 | green_end =0 252 | yellow_start =0 253 | yellow_end =0 254 | red_start =0 255 | red_end =0 256 | highLimit =0 257 | max =0 258 | 259 | [CABIN_ALTITUDE] 260 | min =0 261 | lowLimit =0 262 | green_start =0 263 | green_end =0 264 | highLimit =0 265 | max =0 266 | 267 | [CABIN_ALTITUDE_CHANGE_RATE] 268 | min =0 269 | max =0 270 | lowLimit =0 271 | highLimit =0 272 | 273 | [CABIN_PRESSURE_DIFF] 274 | min =0 275 | lowLimit =0 276 | green_start =0 277 | green_end =0 278 | highLimit =0 279 | max =0 280 | 281 | [ATTITUDE_INDICATORS] 282 | attitude_indicator.0 =2 283 | attitude_indicator.1 =2 284 | 285 | [TURN_INDICATORS] 286 | turn_indicator.0 =1,1 287 | 288 | [DIRECTION_INDICATORS] 289 | direction_indicator.0 = 1,0 290 | 291 | [AIRSPEED_INDICATORS] 292 | airspeed_indicator.0 = 1, 0 293 | airspeed_indicator.1 = 1, 0 294 | 295 | [ALTIMETERS] 296 | altimeter.0 =0.000000,0.000000,0.000000 297 | altimeter.1 =0.000000,0.000000,0.000000 298 | altimeter.2 =0.000000,0.000000,0.000000 299 | altimeter.3 =0.000000,0.000000,0.000000 300 | 301 | [THROTTLE_LEVELS] 302 | level_1_min =0 303 | level_1_name ="" 304 | level_2_min =0 305 | level_2_name ="" 306 | level_3_min =0 307 | level_3_name ="" 308 | level_4_min =0 309 | level_4_name ="" 310 | level_5_min =0 311 | level_5_name ="" 312 | level_6_min=0 313 | level_6_name="" 314 | 315 | [FLAPS_LEVELS] 316 | slats_level_1 =0 317 | flaps_level_1 =0 318 | slats_level_2 =0 319 | flaps_level_2 =0 320 | slats_level_3 =0 321 | flaps_level_3 =0 322 | slats_level_full =0 323 | flaps_level_full =0 324 | 325 | [FUEL_PRESSURE] 326 | min=0 327 | max=0 328 | lowLimit=0 329 | low_red_start=0 330 | low_red_end=0 331 | low_yellow_start=0 332 | low_yellow_end=0 333 | green_start=0 334 | green_end=0 335 | yellow_start=0 336 | yellow_end=0 337 | red_start=0 338 | red_end=0 339 | highLimit=0 340 | 341 | [MANIFOLD_PRESSURE] 342 | min=0 343 | max=0 344 | lowLimit=0 345 | green_start=0 346 | green_end=0 347 | highLimit=0 348 | 349 | [MagneticCompass] 350 | Compass.0=0 351 | -------------------------------------------------------------------------------- /IVAO_A320wCFM/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.707329 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | [TURBINEENGINEDATA] 25 | fuel_flow_gain=0.002 26 | low_idle_n1=50 27 | tp_idle_range=0 28 | free_turbine=0 29 | inlet_area=19.6 30 | rated_N2_rpm=29920 31 | static_thrust=24200 32 | reverser_available=1 33 | reverser_mach_controlled=0 34 | afterburner_available=0 35 | afterburner_throttle_threshold=0 36 | ThrustSpecificFuelConsumption=0.6 37 | AfterBurnThrustSpecificFuelConsumption=0 38 | mach_0_corrected_commanded_ne_table=0.000000 39 | mach_hi_corrected_commanded_ne_table=0.000000 40 | corrected_n2_from_ff_table=0.000000 41 | n2_to_n1_table=0.000000 42 | n1_and_mach_on_thrust_table=0.000000 43 | corrected_airflow_table=0.000000 44 | epr_max=0 45 | epr_tc=0 46 | epr_tuning_constant=1 47 | oil_temp_cooling_constant=0 48 | oil_temp_heating_constant=0 49 | oil_temp_tc=0 50 | oil_temp_tuning_constant=1 51 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 52 | oil_press_max=0 53 | oil_press_tc=0 54 | oil_press_tuning_constant=1 55 | itt_peak_temperature=0 56 | itt_tc=0 57 | itt_tuning_constant=1 58 | egt_peak_temperature=0 59 | egt_tc=0 60 | egt_tuning_constant=1 61 | fuel_press_max=2376 62 | fuel_press_tc=2 63 | fuel_press_tuning_constant=1 64 | variable_inlet=0 65 | primary_nozzle_available=0 66 | starter_N1_max_pct=12 67 | starter_N1_rate=0.3 68 | ignition_auto_type= 69 | min_condition_lever_for_combustion=0.01 70 | min_n1_for_combustion=10 71 | min_n2_for_combustion=19.4 72 | min_n1_for_starter_cutoff=200 73 | min_n2_for_starter_cutoff=200 74 | min_n2_for_apu_bleed_air_cutoff=200 75 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 76 | bleed_air_on_n2_tc=1 77 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 78 | [JET_ENGINE] 79 | thrust_scalar=1 80 | -------------------------------------------------------------------------------- /IVAO_A320wCFM/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /IVAO_A320wIAE/IVAO.txt: -------------------------------------------------------------------------------- 1 | Source files provided by X-CSL. Converted, compiled and distributed by IVAO for officially approved IVAO Pilot Client Software only. 2020 © International Virtual Aviation Organisation. -------------------------------------------------------------------------------- /IVAO_A320wIAE/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /IVAO_A320wIAE/cockpit.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [FUEL_FLOW] 6 | min =0 7 | lowLimit =0 8 | green_start =0 9 | green_end =0 10 | highLimit =0 11 | max =0 12 | 13 | [FUEL_QUANTITY] 14 | min =0 15 | lowLimit =0 16 | green_start =0 17 | green_end =0 18 | yellow_start =0 19 | yellow_end =0 20 | red_start =0 21 | red_end =0 22 | highLimit =0 23 | max =0 24 | 25 | [FUEL_TEMPERATURE] 26 | min =0 27 | lowLimit =0 28 | low_red_start =0 29 | low_red_end =0 30 | low_yellow_start =0 31 | low_yellow_end =0 32 | green_start =0 33 | green_end =0 34 | yellow_start =0 35 | yellow_end =0 36 | red_start =0 37 | red_end =0 38 | highLimit =0 39 | max =0 40 | 41 | [OIL_PRESSURE] 42 | min =0 43 | lowLimit =0 44 | low_red_start =0 45 | low_red_end =0 46 | low_yellow_start =0 47 | low_yellow_end =0 48 | green_start =0 49 | green_end =0 50 | yellow_start =0 51 | yellow_end =0 52 | red_start =0 53 | red_end =0 54 | highLimit =0 55 | max =0 56 | 57 | [OIL_TEMPERATURE] 58 | min =0 59 | lowLimit =0 60 | low_red_start =0 61 | low_red_end =0 62 | low_yellow_start =0 63 | low_yellow_end =0 64 | green_start =0 65 | green_end =0 66 | yellow_start =0 67 | yellow_end =0 68 | red_start =0 69 | red_end =0 70 | highLimit =0 71 | max =0 72 | 73 | [EGT_TEMPERATURE] 74 | min =0 75 | max =0 76 | lowLimit =0 77 | highLimit =0 78 | 79 | [VACUUM] 80 | min =0 81 | lowLimit =0 82 | green_start =0 83 | green_end =0 84 | highLimit =0 85 | max =0 86 | 87 | [AIRSPEED] 88 | min =0 89 | lowLimit =0 90 | white_start =0 91 | white_end =0 92 | green_start =0 93 | green_end =0 94 | yellow_start =0 95 | yellow_end =0 96 | red_start =0 97 | red_end =0 98 | highLimit =0 99 | max =0 100 | 101 | [TORQUE] 102 | min =0 103 | lowLimit =0 104 | green_start =0 105 | green_end =0 106 | yellow_start =0 107 | yellow_end =0 108 | red_start =0 109 | red_end =0 110 | highLimit =0 111 | max =0 112 | 113 | [RPM] 114 | min =0 115 | lowLimit =0 116 | green_start =0 117 | green_end =0 118 | yellow_start =0 119 | yellow_end =0 120 | red_start =0 121 | red_end =0 122 | highLimit =0 123 | max =0 124 | 125 | [TURBINE_NG] 126 | min =0 127 | lowLimit =0 128 | green_start =0 129 | green_end =0 130 | yellow_start =0 131 | yellow_end =0 132 | red_start =0 133 | red_end =0 134 | highLimit =0 135 | max =0 136 | 137 | [ITTENGINEOFF] 138 | min =0 139 | lowLimit =0 140 | low_red_start =0 141 | low_red_end =0 142 | low_yellow_start =0 143 | low_yellow_end =0 144 | green_start =0 145 | green_end =0 146 | yellow_start =0 147 | yellow_end =0 148 | red_start =0 149 | red_end =0 150 | highLimit =0 151 | max =0 152 | 153 | [ITTENGINEON] 154 | min =0 155 | lowLimit =0 156 | low_red_start =0 157 | low_red_end =0 158 | low_yellow_start =0 159 | low_yellow_end =0 160 | green_start =0 161 | green_end =0 162 | yellow_start =0 163 | yellow_end =0 164 | red_start =0 165 | red_end =0 166 | highLimit =0 167 | max =0 168 | 169 | [MAIN_BUS_VOLTAGE] 170 | min =0 171 | lowLimit =0 172 | low_red_start =0 173 | low_red_end =0 174 | low_yellow_start =0 175 | low_yellow_end =0 176 | green_start =0 177 | green_end =0 178 | yellow_start =0 179 | yellow_end =0 180 | red_start =0 181 | red_end =0 182 | highLimit =0 183 | max =0 184 | 185 | [HOT_BATTERY_BUS_VOLTAGE] 186 | min =0 187 | lowLimit =0 188 | low_red_start =0 189 | low_red_end =0 190 | low_yellow_start =0 191 | low_yellow_end =0 192 | green_start =0 193 | green_end =0 194 | yellow_start =0 195 | yellow_end =0 196 | red_start =0 197 | red_end =0 198 | highLimit =0 199 | max =0 200 | 201 | [BATTERY_BUS_AMPS] 202 | min =0 203 | lowLimit =0 204 | green_start =0 205 | green_end =0 206 | yellow_start =0 207 | yellow_end =0 208 | red_start =0 209 | red_end =0 210 | highLimit =0 211 | max =0 212 | 213 | [GENALT_BUS_AMPS] 214 | min =0 215 | lowLimit =0 216 | green_start =0 217 | green_end =0 218 | yellow_start =0 219 | yellow_end =0 220 | red_start =0 221 | red_end =0 222 | highLimit =0 223 | max =0 224 | 225 | [COOLANT_LEVEL] 226 | min =0 227 | max =0 228 | lowLimit =0 229 | highLimit =0 230 | 231 | [COOLANT_TEMPERATURE] 232 | min =0 233 | lowLimit =0 234 | low_red_start =0 235 | low_red_end =0 236 | low_yellow_start =0 237 | low_yellow_end =0 238 | green_start =0 239 | green_end =0 240 | yellow_start =0 241 | yellow_end =0 242 | red_start =0 243 | red_end =0 244 | highLimit =0 245 | max =0 246 | 247 | [GEAR_OIL_TEMPERATURE] 248 | min =0 249 | lowLimit =0 250 | green_start =0 251 | green_end =0 252 | yellow_start =0 253 | yellow_end =0 254 | red_start =0 255 | red_end =0 256 | highLimit =0 257 | max =0 258 | 259 | [CABIN_ALTITUDE] 260 | min =0 261 | lowLimit =0 262 | green_start =0 263 | green_end =0 264 | highLimit =0 265 | max =0 266 | 267 | [CABIN_ALTITUDE_CHANGE_RATE] 268 | min =0 269 | max =0 270 | lowLimit =0 271 | highLimit =0 272 | 273 | [CABIN_PRESSURE_DIFF] 274 | min =0 275 | lowLimit =0 276 | green_start =0 277 | green_end =0 278 | highLimit =0 279 | max =0 280 | 281 | [ATTITUDE_INDICATORS] 282 | attitude_indicator.0 =2 283 | attitude_indicator.1 =2 284 | 285 | [TURN_INDICATORS] 286 | turn_indicator.0 =1,1 287 | 288 | [DIRECTION_INDICATORS] 289 | direction_indicator.0 = 1,0 290 | 291 | [AIRSPEED_INDICATORS] 292 | airspeed_indicator.0 = 1, 0 293 | airspeed_indicator.1 = 1, 0 294 | 295 | [ALTIMETERS] 296 | altimeter.0 =0.000000,0.000000,0.000000 297 | altimeter.1 =0.000000,0.000000,0.000000 298 | altimeter.2 =0.000000,0.000000,0.000000 299 | altimeter.3 =0.000000,0.000000,0.000000 300 | 301 | [THROTTLE_LEVELS] 302 | level_1_min =0 303 | level_1_name ="" 304 | level_2_min =0 305 | level_2_name ="" 306 | level_3_min =0 307 | level_3_name ="" 308 | level_4_min =0 309 | level_4_name ="" 310 | level_5_min =0 311 | level_5_name ="" 312 | level_6_min=0 313 | level_6_name="" 314 | 315 | [FLAPS_LEVELS] 316 | slats_level_1 =0 317 | flaps_level_1 =0 318 | slats_level_2 =0 319 | flaps_level_2 =0 320 | slats_level_3 =0 321 | flaps_level_3 =0 322 | slats_level_full =0 323 | flaps_level_full =0 324 | 325 | [FUEL_PRESSURE] 326 | min=0 327 | max=0 328 | lowLimit=0 329 | low_red_start=0 330 | low_red_end=0 331 | low_yellow_start=0 332 | low_yellow_end=0 333 | green_start=0 334 | green_end=0 335 | yellow_start=0 336 | yellow_end=0 337 | red_start=0 338 | red_end=0 339 | highLimit=0 340 | 341 | [MANIFOLD_PRESSURE] 342 | min=0 343 | max=0 344 | lowLimit=0 345 | green_start=0 346 | green_end=0 347 | highLimit=0 348 | 349 | [MagneticCompass] 350 | Compass.0=0 351 | -------------------------------------------------------------------------------- /IVAO_A320wIAE/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.724 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | [TURBINEENGINEDATA] 25 | fuel_flow_gain=0.002 26 | low_idle_n1=50 27 | tp_idle_range=0 28 | free_turbine=0 29 | inlet_area=19.6 30 | rated_N2_rpm=29920 31 | static_thrust=24200 32 | reverser_available=1 33 | reverser_mach_controlled=0 34 | afterburner_available=0 35 | afterburner_throttle_threshold=0 36 | ThrustSpecificFuelConsumption=0.6 37 | AfterBurnThrustSpecificFuelConsumption=0 38 | mach_0_corrected_commanded_ne_table=0.000000 39 | mach_hi_corrected_commanded_ne_table=0.000000 40 | corrected_n2_from_ff_table=0.000000 41 | n2_to_n1_table=0.000000 42 | n1_and_mach_on_thrust_table=0.000000 43 | corrected_airflow_table=0.000000 44 | epr_max=0 45 | epr_tc=0 46 | epr_tuning_constant=1 47 | oil_temp_cooling_constant=0 48 | oil_temp_heating_constant=0 49 | oil_temp_tc=0 50 | oil_temp_tuning_constant=1 51 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 52 | oil_press_max=0 53 | oil_press_tc=0 54 | oil_press_tuning_constant=1 55 | itt_peak_temperature=0 56 | itt_tc=0 57 | itt_tuning_constant=1 58 | egt_peak_temperature=0 59 | egt_tc=0 60 | egt_tuning_constant=1 61 | fuel_press_max=2376 62 | fuel_press_tc=2 63 | fuel_press_tuning_constant=1 64 | variable_inlet=0 65 | primary_nozzle_available=0 66 | starter_N1_max_pct=12 67 | starter_N1_rate=0.3 68 | ignition_auto_type= 69 | min_condition_lever_for_combustion=0.01 70 | min_n1_for_combustion=10 71 | min_n2_for_combustion=19.4 72 | min_n1_for_starter_cutoff=200 73 | min_n2_for_starter_cutoff=200 74 | min_n2_for_apu_bleed_air_cutoff=200 75 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 76 | bleed_air_on_n2_tc=1 77 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 78 | n1_normal_tc=1 79 | n1_start_max_rate=1 80 | n1_start_combustion_max_rate=2 81 | idle_fuel_flow=35 82 | idle_high_fuel_flow=40 83 | min_n2_for_fuel_flow=15 84 | low_idle_n2=50 85 | high_n1=100 86 | high_n2=100 87 | high_fuel_flow=50 88 | mach_influence_on_n1=10 89 | fuel_flow_max=10000 90 | fuel_flow_controller_p=0.01 91 | fuel_flow_controller_i=0.001 92 | fuel_flow_controller_d=0.01 93 | fuel_flow_controller_iboundary=10 94 | fuel_flow_controller_dboundary=100 95 | max_torque_protection=0 96 | max_n1_protection=0 97 | max_n2_protection=0 98 | max_egt_protection=0 99 | fuel_flow_max_itt_factor=2 100 | fuel_flow_min_itt_factor=0.9 101 | n1_cooling_factor=0.01 102 | primary_nozzle_afterburner_offset=0.14 103 | primary_nozzle_n1_mach_to_nozzle_pos=0.000000:0.000000:2.000000,53.000000:0.660000:0.100000,65.000000:0.690000:0.330000,96.000000:0.700000:0.440000 104 | [JET_ENGINE] 105 | thrust_scalar=1 106 | -------------------------------------------------------------------------------- /IVAO_A320wIAE/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # msfs-script-bucket. 2 | Helpful scripts to make your MSFS more enjoyable. 3 | 4 | ## How to convert ivao_x-csl aircraft to Live Traffic 5 | 6 | Note: This is not the cleanest script I have ever written but it works. This purely relies on a "happy path" for the ivao_x-csl aircraft for MSFS. 7 | Note: I can not garuntee this will work if you have modified the airplanes aircraft.cfg in any way. 8 | 9 | ## Steps 10 | 0. Install the latest version of python. Make sure you enable the setting in the wizard to update the PATH. 11 | 1. Downoad the package from [IVAO](https://www.ivao.aero/softdev/beta/altitudebeta.asp) (you may need to register for an account). 12 | 2. Follow instructions to install. 13 | 3. Try to make a backup of the .zip package once download is complete. If not, make a backup of the ivao_x-sl folder located inside your community folder. (make sure backup is outside of your community directory. 14 | 4. Place the python script inside `Community\ivao_x-csl\SimObjects\Airplanes` folder. 15 | 5. Double click on the python file or open Powershell and run `python C:\Users\$USERNAME\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\Packages\Community\ivao_x-csl\SimObjects\Airplanes` not this may be different for steam users and replace *$USERNAME* with your actualy username on pc. 16 | 6. Launch flightsim and enjoy. 17 | 7. Report bugs back to me under the issues tab! 18 | 19 | I'm so very excited to contribute to the flightsim community and I hope this script will change the experience of many. I haven't tested everything but as a community we can try to make this solution a bit better until Asobo/3rd party releases something better. 20 | 21 | - Kai 22 | -------------------------------------------------------------------------------- /ivao_csl_aircraft_config_cleaner.py: -------------------------------------------------------------------------------- 1 | import os, re, fileinput 2 | ivao_dir = os.path.dirname(os.path.abspath(__file__)) 3 | airplane_folders = [ f.path for f in os.scandir(ivao_dir) if f.is_dir() ] 4 | # print(ivao_dir) 5 | # print(airplane_folders) 6 | # ------------------------------------------------------------------------------ 7 | def flightSimHeaderNumber(header): 8 | header = header 9 | number = int(re.search(r'\d+', header).group()) 10 | return number 11 | 12 | def isFlightSimHeader(line): 13 | common_fltsim_string = "[FLTSIM." 14 | if common_fltsim_string in line: 15 | return True 16 | else: 17 | return False 18 | 19 | 20 | for airplane in airplane_folders: 21 | filename = airplane + "\\aircraft.cfg" 22 | common_fltsim_string = "FLTSIM." 23 | flt_zero = "[FLTSIM.0]" 24 | fltsim_number = 0 25 | line_counter = 0 26 | fltsim_config_items = [] 27 | config_dict = {} 28 | copy = False 29 | # print("Opening: " + filename) 30 | aircaft_cfg_file = open(filename, "r") 31 | aircraft_cfg_contents = aircaft_cfg_file.read() 32 | aircaft_cfg_file.close() 33 | 34 | # Add Services (Not sure if this works in sim yet). 35 | aircraft_cfg_contents = aircraft_cfg_contents.replace("PUSHBACK=0","PUSHBACK=1") 36 | aircraft_cfg_contents = aircraft_cfg_contents.replace("MARSHALLER=0","MARSHALLER=1") 37 | aircraft_cfg_contents = aircraft_cfg_contents.replace("JETWAY=0","JETWAY=1") 38 | aircraft_cfg_contents = aircraft_cfg_contents.replace("isAirTraffic=0","isAirTraffic=1") 39 | aircraft_cfg_contents = aircraft_cfg_contents.replace("BOARDING_RAMP=0","BOARDING_RAMP=1") 40 | aircraft_cfg_contents = aircraft_cfg_contents.replace("SMALL_PUSHBACK=1","SMALL_PUSHBACK=0") 41 | 42 | # Save changes. 43 | f = open(filename, "w") 44 | f.write(aircraft_cfg_contents) 45 | f.close() 46 | 47 | # print(aircraft_cfg_contents) 48 | fltsim_dict = {} 49 | with open(filename, "r") as aircraft_cfg: 50 | config_in_mem = aircraft_cfg.readlines() 51 | 52 | with open(filename, "w") as out_file: 53 | for line in config_in_mem: 54 | if "icao_type_designator" in line: 55 | icao_type_designator = line.split("=",1)[1].upper() 56 | # print(line) 57 | if line not in "icao_airline": # Some files/entries have icao_airline="" this will ensure those are not written to config and only we add that field. 58 | if isFlightSimHeader(line): 59 | copy = True 60 | fltsim_number = flightSimHeaderNumber(line) 61 | # fltsim_dict.append(fltsim_number: []) 62 | elif "[" in line and not isFlightSimHeader(line): 63 | copy = False 64 | 65 | elif "Texture=" in line: 66 | print("icao value= " + line.split("=",1)[1].upper()) 67 | icao_airline = line.split("=",1)[1].upper() # Splits text into a list where "=" is the delimeter; grabs second item in list (value). 68 | # fltsim_config_items[-1].update({'texture': line, 'icao_airline': icao_airline}) # Finds last item in list and adds new dictionary key:value pairs. 69 | # print(fltsim_config_items) 70 | print("ICAO AIRLINE: " + icao_airline) 71 | line = line + 'icao_airline=' +icao_airline[0:4] + '"\nicao_type_designator=' + icao_type_designator 72 | # print(line) 73 | out_file.write(line) 74 | -------------------------------------------------------------------------------- /ivao_x-csl.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rambo436/msfs-script-bucket/0b1020f610d53c38fc1c8e793e25a2186d0e101f/ivao_x-csl.zip -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fCFM/IVAO.txt: -------------------------------------------------------------------------------- 1 | Source files provided by X-CSL. Converted, compiled and distributed by IVAO for officially approved IVAO Pilot Client Software only. 2020 © International Virtual Aviation Organisation. -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fCFM/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fCFM/cockpit.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [FUEL_FLOW] 6 | min =0 7 | lowLimit =0 8 | green_start =0 9 | green_end =0 10 | highLimit =0 11 | max =0 12 | 13 | [FUEL_QUANTITY] 14 | min =0 15 | lowLimit =0 16 | green_start =0 17 | green_end =0 18 | yellow_start =0 19 | yellow_end =0 20 | red_start =0 21 | red_end =0 22 | highLimit =0 23 | max =0 24 | 25 | [FUEL_TEMPERATURE] 26 | min =0 27 | lowLimit =0 28 | low_red_start =0 29 | low_red_end =0 30 | low_yellow_start =0 31 | low_yellow_end =0 32 | green_start =0 33 | green_end =0 34 | yellow_start =0 35 | yellow_end =0 36 | red_start =0 37 | red_end =0 38 | highLimit =0 39 | max =0 40 | 41 | [OIL_PRESSURE] 42 | min =0 43 | lowLimit =0 44 | low_red_start =0 45 | low_red_end =0 46 | low_yellow_start =0 47 | low_yellow_end =0 48 | green_start =0 49 | green_end =0 50 | yellow_start =0 51 | yellow_end =0 52 | red_start =0 53 | red_end =0 54 | highLimit =0 55 | max =0 56 | 57 | [OIL_TEMPERATURE] 58 | min =0 59 | lowLimit =0 60 | low_red_start =0 61 | low_red_end =0 62 | low_yellow_start =0 63 | low_yellow_end =0 64 | green_start =0 65 | green_end =0 66 | yellow_start =0 67 | yellow_end =0 68 | red_start =0 69 | red_end =0 70 | highLimit =0 71 | max =0 72 | 73 | [EGT_TEMPERATURE] 74 | min =0 75 | max =0 76 | lowLimit =0 77 | highLimit =0 78 | 79 | [VACUUM] 80 | min =0 81 | lowLimit =0 82 | green_start =0 83 | green_end =0 84 | highLimit =0 85 | max =0 86 | 87 | [AIRSPEED] 88 | min =0 89 | lowLimit =0 90 | white_start =0 91 | white_end =0 92 | green_start =0 93 | green_end =0 94 | yellow_start =0 95 | yellow_end =0 96 | red_start =0 97 | red_end =0 98 | highLimit =0 99 | max =0 100 | 101 | [TORQUE] 102 | min =0 103 | lowLimit =0 104 | green_start =0 105 | green_end =0 106 | yellow_start =0 107 | yellow_end =0 108 | red_start =0 109 | red_end =0 110 | highLimit =0 111 | max =0 112 | 113 | [RPM] 114 | min =0 115 | lowLimit =0 116 | green_start =0 117 | green_end =0 118 | yellow_start =0 119 | yellow_end =0 120 | red_start =0 121 | red_end =0 122 | highLimit =0 123 | max =0 124 | 125 | [TURBINE_NG] 126 | min =0 127 | lowLimit =0 128 | green_start =0 129 | green_end =0 130 | yellow_start =0 131 | yellow_end =0 132 | red_start =0 133 | red_end =0 134 | highLimit =0 135 | max =0 136 | 137 | [ITTENGINEOFF] 138 | min =0 139 | lowLimit =0 140 | low_red_start =0 141 | low_red_end =0 142 | low_yellow_start =0 143 | low_yellow_end =0 144 | green_start =0 145 | green_end =0 146 | yellow_start =0 147 | yellow_end =0 148 | red_start =0 149 | red_end =0 150 | highLimit =0 151 | max =0 152 | 153 | [ITTENGINEON] 154 | min =0 155 | lowLimit =0 156 | low_red_start =0 157 | low_red_end =0 158 | low_yellow_start =0 159 | low_yellow_end =0 160 | green_start =0 161 | green_end =0 162 | yellow_start =0 163 | yellow_end =0 164 | red_start =0 165 | red_end =0 166 | highLimit =0 167 | max =0 168 | 169 | [MAIN_BUS_VOLTAGE] 170 | min =0 171 | lowLimit =0 172 | low_red_start =0 173 | low_red_end =0 174 | low_yellow_start =0 175 | low_yellow_end =0 176 | green_start =0 177 | green_end =0 178 | yellow_start =0 179 | yellow_end =0 180 | red_start =0 181 | red_end =0 182 | highLimit =0 183 | max =0 184 | 185 | [HOT_BATTERY_BUS_VOLTAGE] 186 | min =0 187 | lowLimit =0 188 | low_red_start =0 189 | low_red_end =0 190 | low_yellow_start =0 191 | low_yellow_end =0 192 | green_start =0 193 | green_end =0 194 | yellow_start =0 195 | yellow_end =0 196 | red_start =0 197 | red_end =0 198 | highLimit =0 199 | max =0 200 | 201 | [BATTERY_BUS_AMPS] 202 | min =0 203 | lowLimit =0 204 | green_start =0 205 | green_end =0 206 | yellow_start =0 207 | yellow_end =0 208 | red_start =0 209 | red_end =0 210 | highLimit =0 211 | max =0 212 | 213 | [GENALT_BUS_AMPS] 214 | min =0 215 | lowLimit =0 216 | green_start =0 217 | green_end =0 218 | yellow_start =0 219 | yellow_end =0 220 | red_start =0 221 | red_end =0 222 | highLimit =0 223 | max =0 224 | 225 | [COOLANT_LEVEL] 226 | min =0 227 | max =0 228 | lowLimit =0 229 | highLimit =0 230 | 231 | [COOLANT_TEMPERATURE] 232 | min =0 233 | lowLimit =0 234 | low_red_start =0 235 | low_red_end =0 236 | low_yellow_start =0 237 | low_yellow_end =0 238 | green_start =0 239 | green_end =0 240 | yellow_start =0 241 | yellow_end =0 242 | red_start =0 243 | red_end =0 244 | highLimit =0 245 | max =0 246 | 247 | [GEAR_OIL_TEMPERATURE] 248 | min =0 249 | lowLimit =0 250 | green_start =0 251 | green_end =0 252 | yellow_start =0 253 | yellow_end =0 254 | red_start =0 255 | red_end =0 256 | highLimit =0 257 | max =0 258 | 259 | [CABIN_ALTITUDE] 260 | min =0 261 | lowLimit =0 262 | green_start =0 263 | green_end =0 264 | highLimit =0 265 | max =0 266 | 267 | [CABIN_ALTITUDE_CHANGE_RATE] 268 | min =0 269 | max =0 270 | lowLimit =0 271 | highLimit =0 272 | 273 | [CABIN_PRESSURE_DIFF] 274 | min =0 275 | lowLimit =0 276 | green_start =0 277 | green_end =0 278 | highLimit =0 279 | max =0 280 | 281 | [ATTITUDE_INDICATORS] 282 | attitude_indicator.0 =2 283 | attitude_indicator.1 =2 284 | 285 | [TURN_INDICATORS] 286 | turn_indicator.0 =1,1 287 | 288 | [DIRECTION_INDICATORS] 289 | direction_indicator.0 = 1,0 290 | 291 | [AIRSPEED_INDICATORS] 292 | airspeed_indicator.0 = 1, 0 293 | airspeed_indicator.1 = 1, 0 294 | 295 | [ALTIMETERS] 296 | altimeter.0 =0.000000,0.000000,0.000000 297 | altimeter.1 =0.000000,0.000000,0.000000 298 | altimeter.2 =0.000000,0.000000,0.000000 299 | altimeter.3 =0.000000,0.000000,0.000000 300 | 301 | [THROTTLE_LEVELS] 302 | level_1_min =0 303 | level_1_name ="" 304 | level_2_min =0 305 | level_2_name ="" 306 | level_3_min =0 307 | level_3_name ="" 308 | level_4_min =0 309 | level_4_name ="" 310 | level_5_min =0 311 | level_5_name ="" 312 | level_6_min=0 313 | level_6_name="" 314 | 315 | [FLAPS_LEVELS] 316 | slats_level_1 =0 317 | flaps_level_1 =0 318 | slats_level_2 =0 319 | flaps_level_2 =0 320 | slats_level_3 =0 321 | flaps_level_3 =0 322 | slats_level_full =0 323 | flaps_level_full =0 324 | 325 | [FUEL_PRESSURE] 326 | min=0 327 | max=0 328 | lowLimit=0 329 | low_red_start=0 330 | low_red_end=0 331 | low_yellow_start=0 332 | low_yellow_end=0 333 | green_start=0 334 | green_end=0 335 | yellow_start=0 336 | yellow_end=0 337 | red_start=0 338 | red_end=0 339 | highLimit=0 340 | 341 | [MANIFOLD_PRESSURE] 342 | min=0 343 | max=0 344 | lowLimit=0 345 | green_start=0 346 | green_end=0 347 | highLimit=0 348 | 349 | [MagneticCompass] 350 | Compass.0=0 351 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fCFM/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.707329 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | [TURBINEENGINEDATA] 25 | fuel_flow_gain=0.002 26 | low_idle_n1=50 27 | tp_idle_range=0 28 | free_turbine=0 29 | inlet_area=19.6 30 | rated_N2_rpm=29920 31 | static_thrust=24200 32 | reverser_available=1 33 | reverser_mach_controlled=0 34 | afterburner_available=0 35 | afterburner_throttle_threshold=0 36 | ThrustSpecificFuelConsumption=0.6 37 | AfterBurnThrustSpecificFuelConsumption=0 38 | mach_0_corrected_commanded_ne_table=0.000000 39 | mach_hi_corrected_commanded_ne_table=0.000000 40 | corrected_n2_from_ff_table=0.000000 41 | n2_to_n1_table=0.000000 42 | n1_and_mach_on_thrust_table=0.000000 43 | corrected_airflow_table=0.000000 44 | epr_max=0 45 | epr_tc=0 46 | epr_tuning_constant=1 47 | oil_temp_cooling_constant=0 48 | oil_temp_heating_constant=0 49 | oil_temp_tc=0 50 | oil_temp_tuning_constant=1 51 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 52 | oil_press_max=0 53 | oil_press_tc=0 54 | oil_press_tuning_constant=1 55 | itt_peak_temperature=0 56 | itt_tc=0 57 | itt_tuning_constant=1 58 | egt_peak_temperature=0 59 | egt_tc=0 60 | egt_tuning_constant=1 61 | fuel_press_max=2376 62 | fuel_press_tc=2 63 | fuel_press_tuning_constant=1 64 | variable_inlet=0 65 | primary_nozzle_available=0 66 | starter_N1_max_pct=12 67 | starter_N1_rate=0.3 68 | ignition_auto_type= 69 | min_condition_lever_for_combustion=0.01 70 | min_n1_for_combustion=10 71 | min_n2_for_combustion=19.4 72 | min_n1_for_starter_cutoff=200 73 | min_n2_for_starter_cutoff=200 74 | min_n2_for_apu_bleed_air_cutoff=200 75 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 76 | bleed_air_on_n2_tc=1 77 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 78 | [JET_ENGINE] 79 | thrust_scalar=1 80 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fCFM/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fCFMw/IVAO.txt: -------------------------------------------------------------------------------- 1 | Source files provided by X-CSL. Converted, compiled and distributed by IVAO for officially approved IVAO Pilot Client Software only. 2020 © International Virtual Aviation Organisation. -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fCFMw/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fCFMw/cockpit.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [FUEL_FLOW] 6 | min =0 7 | lowLimit =0 8 | green_start =0 9 | green_end =0 10 | highLimit =0 11 | max =0 12 | 13 | [FUEL_QUANTITY] 14 | min =0 15 | lowLimit =0 16 | green_start =0 17 | green_end =0 18 | yellow_start =0 19 | yellow_end =0 20 | red_start =0 21 | red_end =0 22 | highLimit =0 23 | max =0 24 | 25 | [FUEL_TEMPERATURE] 26 | min =0 27 | lowLimit =0 28 | low_red_start =0 29 | low_red_end =0 30 | low_yellow_start =0 31 | low_yellow_end =0 32 | green_start =0 33 | green_end =0 34 | yellow_start =0 35 | yellow_end =0 36 | red_start =0 37 | red_end =0 38 | highLimit =0 39 | max =0 40 | 41 | [OIL_PRESSURE] 42 | min =0 43 | lowLimit =0 44 | low_red_start =0 45 | low_red_end =0 46 | low_yellow_start =0 47 | low_yellow_end =0 48 | green_start =0 49 | green_end =0 50 | yellow_start =0 51 | yellow_end =0 52 | red_start =0 53 | red_end =0 54 | highLimit =0 55 | max =0 56 | 57 | [OIL_TEMPERATURE] 58 | min =0 59 | lowLimit =0 60 | low_red_start =0 61 | low_red_end =0 62 | low_yellow_start =0 63 | low_yellow_end =0 64 | green_start =0 65 | green_end =0 66 | yellow_start =0 67 | yellow_end =0 68 | red_start =0 69 | red_end =0 70 | highLimit =0 71 | max =0 72 | 73 | [EGT_TEMPERATURE] 74 | min =0 75 | max =0 76 | lowLimit =0 77 | highLimit =0 78 | 79 | [VACUUM] 80 | min =0 81 | lowLimit =0 82 | green_start =0 83 | green_end =0 84 | highLimit =0 85 | max =0 86 | 87 | [AIRSPEED] 88 | min =0 89 | lowLimit =0 90 | white_start =0 91 | white_end =0 92 | green_start =0 93 | green_end =0 94 | yellow_start =0 95 | yellow_end =0 96 | red_start =0 97 | red_end =0 98 | highLimit =0 99 | max =0 100 | 101 | [TORQUE] 102 | min =0 103 | lowLimit =0 104 | green_start =0 105 | green_end =0 106 | yellow_start =0 107 | yellow_end =0 108 | red_start =0 109 | red_end =0 110 | highLimit =0 111 | max =0 112 | 113 | [RPM] 114 | min =0 115 | lowLimit =0 116 | green_start =0 117 | green_end =0 118 | yellow_start =0 119 | yellow_end =0 120 | red_start =0 121 | red_end =0 122 | highLimit =0 123 | max =0 124 | 125 | [TURBINE_NG] 126 | min =0 127 | lowLimit =0 128 | green_start =0 129 | green_end =0 130 | yellow_start =0 131 | yellow_end =0 132 | red_start =0 133 | red_end =0 134 | highLimit =0 135 | max =0 136 | 137 | [ITTENGINEOFF] 138 | min =0 139 | lowLimit =0 140 | low_red_start =0 141 | low_red_end =0 142 | low_yellow_start =0 143 | low_yellow_end =0 144 | green_start =0 145 | green_end =0 146 | yellow_start =0 147 | yellow_end =0 148 | red_start =0 149 | red_end =0 150 | highLimit =0 151 | max =0 152 | 153 | [ITTENGINEON] 154 | min =0 155 | lowLimit =0 156 | low_red_start =0 157 | low_red_end =0 158 | low_yellow_start =0 159 | low_yellow_end =0 160 | green_start =0 161 | green_end =0 162 | yellow_start =0 163 | yellow_end =0 164 | red_start =0 165 | red_end =0 166 | highLimit =0 167 | max =0 168 | 169 | [MAIN_BUS_VOLTAGE] 170 | min =0 171 | lowLimit =0 172 | low_red_start =0 173 | low_red_end =0 174 | low_yellow_start =0 175 | low_yellow_end =0 176 | green_start =0 177 | green_end =0 178 | yellow_start =0 179 | yellow_end =0 180 | red_start =0 181 | red_end =0 182 | highLimit =0 183 | max =0 184 | 185 | [HOT_BATTERY_BUS_VOLTAGE] 186 | min =0 187 | lowLimit =0 188 | low_red_start =0 189 | low_red_end =0 190 | low_yellow_start =0 191 | low_yellow_end =0 192 | green_start =0 193 | green_end =0 194 | yellow_start =0 195 | yellow_end =0 196 | red_start =0 197 | red_end =0 198 | highLimit =0 199 | max =0 200 | 201 | [BATTERY_BUS_AMPS] 202 | min =0 203 | lowLimit =0 204 | green_start =0 205 | green_end =0 206 | yellow_start =0 207 | yellow_end =0 208 | red_start =0 209 | red_end =0 210 | highLimit =0 211 | max =0 212 | 213 | [GENALT_BUS_AMPS] 214 | min =0 215 | lowLimit =0 216 | green_start =0 217 | green_end =0 218 | yellow_start =0 219 | yellow_end =0 220 | red_start =0 221 | red_end =0 222 | highLimit =0 223 | max =0 224 | 225 | [COOLANT_LEVEL] 226 | min =0 227 | max =0 228 | lowLimit =0 229 | highLimit =0 230 | 231 | [COOLANT_TEMPERATURE] 232 | min =0 233 | lowLimit =0 234 | low_red_start =0 235 | low_red_end =0 236 | low_yellow_start =0 237 | low_yellow_end =0 238 | green_start =0 239 | green_end =0 240 | yellow_start =0 241 | yellow_end =0 242 | red_start =0 243 | red_end =0 244 | highLimit =0 245 | max =0 246 | 247 | [GEAR_OIL_TEMPERATURE] 248 | min =0 249 | lowLimit =0 250 | green_start =0 251 | green_end =0 252 | yellow_start =0 253 | yellow_end =0 254 | red_start =0 255 | red_end =0 256 | highLimit =0 257 | max =0 258 | 259 | [CABIN_ALTITUDE] 260 | min =0 261 | lowLimit =0 262 | green_start =0 263 | green_end =0 264 | highLimit =0 265 | max =0 266 | 267 | [CABIN_ALTITUDE_CHANGE_RATE] 268 | min =0 269 | max =0 270 | lowLimit =0 271 | highLimit =0 272 | 273 | [CABIN_PRESSURE_DIFF] 274 | min =0 275 | lowLimit =0 276 | green_start =0 277 | green_end =0 278 | highLimit =0 279 | max =0 280 | 281 | [ATTITUDE_INDICATORS] 282 | attitude_indicator.0 =2 283 | attitude_indicator.1 =2 284 | 285 | [TURN_INDICATORS] 286 | turn_indicator.0 =1,1 287 | 288 | [DIRECTION_INDICATORS] 289 | direction_indicator.0 = 1,0 290 | 291 | [AIRSPEED_INDICATORS] 292 | airspeed_indicator.0 = 1, 0 293 | airspeed_indicator.1 = 1, 0 294 | 295 | [ALTIMETERS] 296 | altimeter.0 =0.000000,0.000000,0.000000 297 | altimeter.1 =0.000000,0.000000,0.000000 298 | altimeter.2 =0.000000,0.000000,0.000000 299 | altimeter.3 =0.000000,0.000000,0.000000 300 | 301 | [THROTTLE_LEVELS] 302 | level_1_min =0 303 | level_1_name ="" 304 | level_2_min =0 305 | level_2_name ="" 306 | level_3_min =0 307 | level_3_name ="" 308 | level_4_min =0 309 | level_4_name ="" 310 | level_5_min =0 311 | level_5_name ="" 312 | level_6_min=0 313 | level_6_name="" 314 | 315 | [FLAPS_LEVELS] 316 | slats_level_1 =0 317 | flaps_level_1 =0 318 | slats_level_2 =0 319 | flaps_level_2 =0 320 | slats_level_3 =0 321 | flaps_level_3 =0 322 | slats_level_full =0 323 | flaps_level_full =0 324 | 325 | [FUEL_PRESSURE] 326 | min=0 327 | max=0 328 | lowLimit=0 329 | low_red_start=0 330 | low_red_end=0 331 | low_yellow_start=0 332 | low_yellow_end=0 333 | green_start=0 334 | green_end=0 335 | yellow_start=0 336 | yellow_end=0 337 | red_start=0 338 | red_end=0 339 | highLimit=0 340 | 341 | [MANIFOLD_PRESSURE] 342 | min=0 343 | max=0 344 | lowLimit=0 345 | green_start=0 346 | green_end=0 347 | highLimit=0 348 | 349 | [MagneticCompass] 350 | Compass.0=0 351 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fCFMw/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.724 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | [TURBINEENGINEDATA] 25 | fuel_flow_gain=0.002 26 | low_idle_n1=50 27 | tp_idle_range=0 28 | free_turbine=0 29 | inlet_area=19.6 30 | rated_N2_rpm=29920 31 | static_thrust=24200 32 | reverser_available=1 33 | reverser_mach_controlled=0 34 | afterburner_available=0 35 | afterburner_throttle_threshold=0 36 | ThrustSpecificFuelConsumption=0.6 37 | AfterBurnThrustSpecificFuelConsumption=0 38 | mach_0_corrected_commanded_ne_table=0.000000 39 | mach_hi_corrected_commanded_ne_table=0.000000 40 | corrected_n2_from_ff_table=0.000000 41 | n2_to_n1_table=0.000000 42 | n1_and_mach_on_thrust_table=0.000000 43 | corrected_airflow_table=0.000000 44 | epr_max=0 45 | epr_tc=0 46 | epr_tuning_constant=1 47 | oil_temp_cooling_constant=0 48 | oil_temp_heating_constant=0 49 | oil_temp_tc=0 50 | oil_temp_tuning_constant=1 51 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 52 | oil_press_max=0 53 | oil_press_tc=0 54 | oil_press_tuning_constant=1 55 | itt_peak_temperature=0 56 | itt_tc=0 57 | itt_tuning_constant=1 58 | egt_peak_temperature=0 59 | egt_tc=0 60 | egt_tuning_constant=1 61 | fuel_press_max=2376 62 | fuel_press_tc=2 63 | fuel_press_tuning_constant=1 64 | variable_inlet=0 65 | primary_nozzle_available=0 66 | starter_N1_max_pct=12 67 | starter_N1_rate=0.3 68 | ignition_auto_type= 69 | min_condition_lever_for_combustion=0.01 70 | min_n1_for_combustion=10 71 | min_n2_for_combustion=19.4 72 | min_n1_for_starter_cutoff=200 73 | min_n2_for_starter_cutoff=200 74 | min_n2_for_apu_bleed_air_cutoff=200 75 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 76 | bleed_air_on_n2_tc=1 77 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 78 | n1_normal_tc=1 79 | n1_start_max_rate=1 80 | n1_start_combustion_max_rate=2 81 | idle_fuel_flow=35 82 | idle_high_fuel_flow=40 83 | min_n2_for_fuel_flow=15 84 | low_idle_n2=50 85 | high_n1=100 86 | high_n2=100 87 | high_fuel_flow=50 88 | mach_influence_on_n1=10 89 | fuel_flow_max=10000 90 | fuel_flow_controller_p=0.01 91 | fuel_flow_controller_i=0.001 92 | fuel_flow_controller_d=0.01 93 | fuel_flow_controller_iboundary=10 94 | fuel_flow_controller_dboundary=100 95 | max_torque_protection=0 96 | max_n1_protection=0 97 | max_n2_protection=0 98 | max_egt_protection=0 99 | fuel_flow_max_itt_factor=2 100 | fuel_flow_min_itt_factor=0.9 101 | n1_cooling_factor=0.01 102 | primary_nozzle_afterburner_offset=0.14 103 | primary_nozzle_n1_mach_to_nozzle_pos=0.000000:0.000000:2.000000,53.000000:0.660000:0.100000,65.000000:0.690000:0.330000,96.000000:0.700000:0.440000 104 | [JET_ENGINE] 105 | thrust_scalar=1 106 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fCFMw/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fIAE/IVAO.txt: -------------------------------------------------------------------------------- 1 | Source files provided by X-CSL. Converted, compiled and distributed by IVAO for officially approved IVAO Pilot Client Software only. 2020 © International Virtual Aviation Organisation. -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fIAE/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fIAE/cockpit.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [FUEL_FLOW] 6 | min =0 7 | lowLimit =0 8 | green_start =0 9 | green_end =0 10 | highLimit =0 11 | max =0 12 | 13 | [FUEL_QUANTITY] 14 | min =0 15 | lowLimit =0 16 | green_start =0 17 | green_end =0 18 | yellow_start =0 19 | yellow_end =0 20 | red_start =0 21 | red_end =0 22 | highLimit =0 23 | max =0 24 | 25 | [FUEL_TEMPERATURE] 26 | min =0 27 | lowLimit =0 28 | low_red_start =0 29 | low_red_end =0 30 | low_yellow_start =0 31 | low_yellow_end =0 32 | green_start =0 33 | green_end =0 34 | yellow_start =0 35 | yellow_end =0 36 | red_start =0 37 | red_end =0 38 | highLimit =0 39 | max =0 40 | 41 | [OIL_PRESSURE] 42 | min =0 43 | lowLimit =0 44 | low_red_start =0 45 | low_red_end =0 46 | low_yellow_start =0 47 | low_yellow_end =0 48 | green_start =0 49 | green_end =0 50 | yellow_start =0 51 | yellow_end =0 52 | red_start =0 53 | red_end =0 54 | highLimit =0 55 | max =0 56 | 57 | [OIL_TEMPERATURE] 58 | min =0 59 | lowLimit =0 60 | low_red_start =0 61 | low_red_end =0 62 | low_yellow_start =0 63 | low_yellow_end =0 64 | green_start =0 65 | green_end =0 66 | yellow_start =0 67 | yellow_end =0 68 | red_start =0 69 | red_end =0 70 | highLimit =0 71 | max =0 72 | 73 | [EGT_TEMPERATURE] 74 | min =0 75 | max =0 76 | lowLimit =0 77 | highLimit =0 78 | 79 | [VACUUM] 80 | min =0 81 | lowLimit =0 82 | green_start =0 83 | green_end =0 84 | highLimit =0 85 | max =0 86 | 87 | [AIRSPEED] 88 | min =0 89 | lowLimit =0 90 | white_start =0 91 | white_end =0 92 | green_start =0 93 | green_end =0 94 | yellow_start =0 95 | yellow_end =0 96 | red_start =0 97 | red_end =0 98 | highLimit =0 99 | max =0 100 | 101 | [TORQUE] 102 | min =0 103 | lowLimit =0 104 | green_start =0 105 | green_end =0 106 | yellow_start =0 107 | yellow_end =0 108 | red_start =0 109 | red_end =0 110 | highLimit =0 111 | max =0 112 | 113 | [RPM] 114 | min =0 115 | lowLimit =0 116 | green_start =0 117 | green_end =0 118 | yellow_start =0 119 | yellow_end =0 120 | red_start =0 121 | red_end =0 122 | highLimit =0 123 | max =0 124 | 125 | [TURBINE_NG] 126 | min =0 127 | lowLimit =0 128 | green_start =0 129 | green_end =0 130 | yellow_start =0 131 | yellow_end =0 132 | red_start =0 133 | red_end =0 134 | highLimit =0 135 | max =0 136 | 137 | [ITTENGINEOFF] 138 | min =0 139 | lowLimit =0 140 | low_red_start =0 141 | low_red_end =0 142 | low_yellow_start =0 143 | low_yellow_end =0 144 | green_start =0 145 | green_end =0 146 | yellow_start =0 147 | yellow_end =0 148 | red_start =0 149 | red_end =0 150 | highLimit =0 151 | max =0 152 | 153 | [ITTENGINEON] 154 | min =0 155 | lowLimit =0 156 | low_red_start =0 157 | low_red_end =0 158 | low_yellow_start =0 159 | low_yellow_end =0 160 | green_start =0 161 | green_end =0 162 | yellow_start =0 163 | yellow_end =0 164 | red_start =0 165 | red_end =0 166 | highLimit =0 167 | max =0 168 | 169 | [MAIN_BUS_VOLTAGE] 170 | min =0 171 | lowLimit =0 172 | low_red_start =0 173 | low_red_end =0 174 | low_yellow_start =0 175 | low_yellow_end =0 176 | green_start =0 177 | green_end =0 178 | yellow_start =0 179 | yellow_end =0 180 | red_start =0 181 | red_end =0 182 | highLimit =0 183 | max =0 184 | 185 | [HOT_BATTERY_BUS_VOLTAGE] 186 | min =0 187 | lowLimit =0 188 | low_red_start =0 189 | low_red_end =0 190 | low_yellow_start =0 191 | low_yellow_end =0 192 | green_start =0 193 | green_end =0 194 | yellow_start =0 195 | yellow_end =0 196 | red_start =0 197 | red_end =0 198 | highLimit =0 199 | max =0 200 | 201 | [BATTERY_BUS_AMPS] 202 | min =0 203 | lowLimit =0 204 | green_start =0 205 | green_end =0 206 | yellow_start =0 207 | yellow_end =0 208 | red_start =0 209 | red_end =0 210 | highLimit =0 211 | max =0 212 | 213 | [GENALT_BUS_AMPS] 214 | min =0 215 | lowLimit =0 216 | green_start =0 217 | green_end =0 218 | yellow_start =0 219 | yellow_end =0 220 | red_start =0 221 | red_end =0 222 | highLimit =0 223 | max =0 224 | 225 | [COOLANT_LEVEL] 226 | min =0 227 | max =0 228 | lowLimit =0 229 | highLimit =0 230 | 231 | [COOLANT_TEMPERATURE] 232 | min =0 233 | lowLimit =0 234 | low_red_start =0 235 | low_red_end =0 236 | low_yellow_start =0 237 | low_yellow_end =0 238 | green_start =0 239 | green_end =0 240 | yellow_start =0 241 | yellow_end =0 242 | red_start =0 243 | red_end =0 244 | highLimit =0 245 | max =0 246 | 247 | [GEAR_OIL_TEMPERATURE] 248 | min =0 249 | lowLimit =0 250 | green_start =0 251 | green_end =0 252 | yellow_start =0 253 | yellow_end =0 254 | red_start =0 255 | red_end =0 256 | highLimit =0 257 | max =0 258 | 259 | [CABIN_ALTITUDE] 260 | min =0 261 | lowLimit =0 262 | green_start =0 263 | green_end =0 264 | highLimit =0 265 | max =0 266 | 267 | [CABIN_ALTITUDE_CHANGE_RATE] 268 | min =0 269 | max =0 270 | lowLimit =0 271 | highLimit =0 272 | 273 | [CABIN_PRESSURE_DIFF] 274 | min =0 275 | lowLimit =0 276 | green_start =0 277 | green_end =0 278 | highLimit =0 279 | max =0 280 | 281 | [ATTITUDE_INDICATORS] 282 | attitude_indicator.0 =2 283 | attitude_indicator.1 =2 284 | 285 | [TURN_INDICATORS] 286 | turn_indicator.0 =1,1 287 | 288 | [DIRECTION_INDICATORS] 289 | direction_indicator.0 = 1,0 290 | 291 | [AIRSPEED_INDICATORS] 292 | airspeed_indicator.0 = 1, 0 293 | airspeed_indicator.1 = 1, 0 294 | 295 | [ALTIMETERS] 296 | altimeter.0 =0.000000,0.000000,0.000000 297 | altimeter.1 =0.000000,0.000000,0.000000 298 | altimeter.2 =0.000000,0.000000,0.000000 299 | altimeter.3 =0.000000,0.000000,0.000000 300 | 301 | [THROTTLE_LEVELS] 302 | level_1_min =0 303 | level_1_name ="" 304 | level_2_min =0 305 | level_2_name ="" 306 | level_3_min =0 307 | level_3_name ="" 308 | level_4_min =0 309 | level_4_name ="" 310 | level_5_min =0 311 | level_5_name ="" 312 | level_6_min=0 313 | level_6_name="" 314 | 315 | [FLAPS_LEVELS] 316 | slats_level_1 =0 317 | flaps_level_1 =0 318 | slats_level_2 =0 319 | flaps_level_2 =0 320 | slats_level_3 =0 321 | flaps_level_3 =0 322 | slats_level_full =0 323 | flaps_level_full =0 324 | 325 | [FUEL_PRESSURE] 326 | min=0 327 | max=0 328 | lowLimit=0 329 | low_red_start=0 330 | low_red_end=0 331 | low_yellow_start=0 332 | low_yellow_end=0 333 | green_start=0 334 | green_end=0 335 | yellow_start=0 336 | yellow_end=0 337 | red_start=0 338 | red_end=0 339 | highLimit=0 340 | 341 | [MANIFOLD_PRESSURE] 342 | min=0 343 | max=0 344 | lowLimit=0 345 | green_start=0 346 | green_end=0 347 | highLimit=0 348 | 349 | [MagneticCompass] 350 | Compass.0=0 351 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fIAE/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.707329 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | [TURBINEENGINEDATA] 25 | fuel_flow_gain=0.002 26 | low_idle_n1=50 27 | tp_idle_range=0 28 | free_turbine=0 29 | inlet_area=19.6 30 | rated_N2_rpm=29920 31 | static_thrust=24200 32 | reverser_available=1 33 | reverser_mach_controlled=0 34 | afterburner_available=0 35 | afterburner_throttle_threshold=0 36 | ThrustSpecificFuelConsumption=0.6 37 | AfterBurnThrustSpecificFuelConsumption=0 38 | mach_0_corrected_commanded_ne_table=0.000000 39 | mach_hi_corrected_commanded_ne_table=0.000000 40 | corrected_n2_from_ff_table=0.000000 41 | n2_to_n1_table=0.000000 42 | n1_and_mach_on_thrust_table=0.000000 43 | corrected_airflow_table=0.000000 44 | epr_max=0 45 | epr_tc=0 46 | epr_tuning_constant=1 47 | oil_temp_cooling_constant=0 48 | oil_temp_heating_constant=0 49 | oil_temp_tc=0 50 | oil_temp_tuning_constant=1 51 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 52 | oil_press_max=0 53 | oil_press_tc=0 54 | oil_press_tuning_constant=1 55 | itt_peak_temperature=0 56 | itt_tc=0 57 | itt_tuning_constant=1 58 | egt_peak_temperature=0 59 | egt_tc=0 60 | egt_tuning_constant=1 61 | fuel_press_max=2376 62 | fuel_press_tc=2 63 | fuel_press_tuning_constant=1 64 | variable_inlet=0 65 | primary_nozzle_available=0 66 | starter_N1_max_pct=12 67 | starter_N1_rate=0.3 68 | ignition_auto_type= 69 | min_condition_lever_for_combustion=0.01 70 | min_n1_for_combustion=10 71 | min_n2_for_combustion=19.4 72 | min_n1_for_starter_cutoff=200 73 | min_n2_for_starter_cutoff=200 74 | min_n2_for_apu_bleed_air_cutoff=200 75 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 76 | bleed_air_on_n2_tc=1 77 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 78 | [JET_ENGINE] 79 | thrust_scalar=1 80 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fIAE/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fIAEw/IVAO.txt: -------------------------------------------------------------------------------- 1 | Source files provided by X-CSL. Converted, compiled and distributed by IVAO for officially approved IVAO Pilot Client Software only. 2020 © International Virtual Aviation Organisation. -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fIAEw/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fIAEw/cockpit.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [FUEL_FLOW] 6 | min =0 7 | lowLimit =0 8 | green_start =0 9 | green_end =0 10 | highLimit =0 11 | max =0 12 | 13 | [FUEL_QUANTITY] 14 | min =0 15 | lowLimit =0 16 | green_start =0 17 | green_end =0 18 | yellow_start =0 19 | yellow_end =0 20 | red_start =0 21 | red_end =0 22 | highLimit =0 23 | max =0 24 | 25 | [FUEL_TEMPERATURE] 26 | min =0 27 | lowLimit =0 28 | low_red_start =0 29 | low_red_end =0 30 | low_yellow_start =0 31 | low_yellow_end =0 32 | green_start =0 33 | green_end =0 34 | yellow_start =0 35 | yellow_end =0 36 | red_start =0 37 | red_end =0 38 | highLimit =0 39 | max =0 40 | 41 | [OIL_PRESSURE] 42 | min =0 43 | lowLimit =0 44 | low_red_start =0 45 | low_red_end =0 46 | low_yellow_start =0 47 | low_yellow_end =0 48 | green_start =0 49 | green_end =0 50 | yellow_start =0 51 | yellow_end =0 52 | red_start =0 53 | red_end =0 54 | highLimit =0 55 | max =0 56 | 57 | [OIL_TEMPERATURE] 58 | min =0 59 | lowLimit =0 60 | low_red_start =0 61 | low_red_end =0 62 | low_yellow_start =0 63 | low_yellow_end =0 64 | green_start =0 65 | green_end =0 66 | yellow_start =0 67 | yellow_end =0 68 | red_start =0 69 | red_end =0 70 | highLimit =0 71 | max =0 72 | 73 | [EGT_TEMPERATURE] 74 | min =0 75 | max =0 76 | lowLimit =0 77 | highLimit =0 78 | 79 | [VACUUM] 80 | min =0 81 | lowLimit =0 82 | green_start =0 83 | green_end =0 84 | highLimit =0 85 | max =0 86 | 87 | [AIRSPEED] 88 | min =0 89 | lowLimit =0 90 | white_start =0 91 | white_end =0 92 | green_start =0 93 | green_end =0 94 | yellow_start =0 95 | yellow_end =0 96 | red_start =0 97 | red_end =0 98 | highLimit =0 99 | max =0 100 | 101 | [TORQUE] 102 | min =0 103 | lowLimit =0 104 | green_start =0 105 | green_end =0 106 | yellow_start =0 107 | yellow_end =0 108 | red_start =0 109 | red_end =0 110 | highLimit =0 111 | max =0 112 | 113 | [RPM] 114 | min =0 115 | lowLimit =0 116 | green_start =0 117 | green_end =0 118 | yellow_start =0 119 | yellow_end =0 120 | red_start =0 121 | red_end =0 122 | highLimit =0 123 | max =0 124 | 125 | [TURBINE_NG] 126 | min =0 127 | lowLimit =0 128 | green_start =0 129 | green_end =0 130 | yellow_start =0 131 | yellow_end =0 132 | red_start =0 133 | red_end =0 134 | highLimit =0 135 | max =0 136 | 137 | [ITTENGINEOFF] 138 | min =0 139 | lowLimit =0 140 | low_red_start =0 141 | low_red_end =0 142 | low_yellow_start =0 143 | low_yellow_end =0 144 | green_start =0 145 | green_end =0 146 | yellow_start =0 147 | yellow_end =0 148 | red_start =0 149 | red_end =0 150 | highLimit =0 151 | max =0 152 | 153 | [ITTENGINEON] 154 | min =0 155 | lowLimit =0 156 | low_red_start =0 157 | low_red_end =0 158 | low_yellow_start =0 159 | low_yellow_end =0 160 | green_start =0 161 | green_end =0 162 | yellow_start =0 163 | yellow_end =0 164 | red_start =0 165 | red_end =0 166 | highLimit =0 167 | max =0 168 | 169 | [MAIN_BUS_VOLTAGE] 170 | min =0 171 | lowLimit =0 172 | low_red_start =0 173 | low_red_end =0 174 | low_yellow_start =0 175 | low_yellow_end =0 176 | green_start =0 177 | green_end =0 178 | yellow_start =0 179 | yellow_end =0 180 | red_start =0 181 | red_end =0 182 | highLimit =0 183 | max =0 184 | 185 | [HOT_BATTERY_BUS_VOLTAGE] 186 | min =0 187 | lowLimit =0 188 | low_red_start =0 189 | low_red_end =0 190 | low_yellow_start =0 191 | low_yellow_end =0 192 | green_start =0 193 | green_end =0 194 | yellow_start =0 195 | yellow_end =0 196 | red_start =0 197 | red_end =0 198 | highLimit =0 199 | max =0 200 | 201 | [BATTERY_BUS_AMPS] 202 | min =0 203 | lowLimit =0 204 | green_start =0 205 | green_end =0 206 | yellow_start =0 207 | yellow_end =0 208 | red_start =0 209 | red_end =0 210 | highLimit =0 211 | max =0 212 | 213 | [GENALT_BUS_AMPS] 214 | min =0 215 | lowLimit =0 216 | green_start =0 217 | green_end =0 218 | yellow_start =0 219 | yellow_end =0 220 | red_start =0 221 | red_end =0 222 | highLimit =0 223 | max =0 224 | 225 | [COOLANT_LEVEL] 226 | min =0 227 | max =0 228 | lowLimit =0 229 | highLimit =0 230 | 231 | [COOLANT_TEMPERATURE] 232 | min =0 233 | lowLimit =0 234 | low_red_start =0 235 | low_red_end =0 236 | low_yellow_start =0 237 | low_yellow_end =0 238 | green_start =0 239 | green_end =0 240 | yellow_start =0 241 | yellow_end =0 242 | red_start =0 243 | red_end =0 244 | highLimit =0 245 | max =0 246 | 247 | [GEAR_OIL_TEMPERATURE] 248 | min =0 249 | lowLimit =0 250 | green_start =0 251 | green_end =0 252 | yellow_start =0 253 | yellow_end =0 254 | red_start =0 255 | red_end =0 256 | highLimit =0 257 | max =0 258 | 259 | [CABIN_ALTITUDE] 260 | min =0 261 | lowLimit =0 262 | green_start =0 263 | green_end =0 264 | highLimit =0 265 | max =0 266 | 267 | [CABIN_ALTITUDE_CHANGE_RATE] 268 | min =0 269 | max =0 270 | lowLimit =0 271 | highLimit =0 272 | 273 | [CABIN_PRESSURE_DIFF] 274 | min =0 275 | lowLimit =0 276 | green_start =0 277 | green_end =0 278 | highLimit =0 279 | max =0 280 | 281 | [ATTITUDE_INDICATORS] 282 | attitude_indicator.0 =2 283 | attitude_indicator.1 =2 284 | 285 | [TURN_INDICATORS] 286 | turn_indicator.0 =1,1 287 | 288 | [DIRECTION_INDICATORS] 289 | direction_indicator.0 = 1,0 290 | 291 | [AIRSPEED_INDICATORS] 292 | airspeed_indicator.0 = 1, 0 293 | airspeed_indicator.1 = 1, 0 294 | 295 | [ALTIMETERS] 296 | altimeter.0 =0.000000,0.000000,0.000000 297 | altimeter.1 =0.000000,0.000000,0.000000 298 | altimeter.2 =0.000000,0.000000,0.000000 299 | altimeter.3 =0.000000,0.000000,0.000000 300 | 301 | [THROTTLE_LEVELS] 302 | level_1_min =0 303 | level_1_name ="" 304 | level_2_min =0 305 | level_2_name ="" 306 | level_3_min =0 307 | level_3_name ="" 308 | level_4_min =0 309 | level_4_name ="" 310 | level_5_min =0 311 | level_5_name ="" 312 | level_6_min=0 313 | level_6_name="" 314 | 315 | [FLAPS_LEVELS] 316 | slats_level_1 =0 317 | flaps_level_1 =0 318 | slats_level_2 =0 319 | flaps_level_2 =0 320 | slats_level_3 =0 321 | flaps_level_3 =0 322 | slats_level_full =0 323 | flaps_level_full =0 324 | 325 | [FUEL_PRESSURE] 326 | min=0 327 | max=0 328 | lowLimit=0 329 | low_red_start=0 330 | low_red_end=0 331 | low_yellow_start=0 332 | low_yellow_end=0 333 | green_start=0 334 | green_end=0 335 | yellow_start=0 336 | yellow_end=0 337 | red_start=0 338 | red_end=0 339 | highLimit=0 340 | 341 | [MANIFOLD_PRESSURE] 342 | min=0 343 | max=0 344 | lowLimit=0 345 | green_start=0 346 | green_end=0 347 | highLimit=0 348 | 349 | [MagneticCompass] 350 | Compass.0=0 351 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fIAEw/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.724 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | [TURBINEENGINEDATA] 25 | fuel_flow_gain=0.002 26 | low_idle_n1=50 27 | tp_idle_range=0 28 | free_turbine=0 29 | inlet_area=19.6 30 | rated_N2_rpm=29920 31 | static_thrust=24200 32 | reverser_available=1 33 | reverser_mach_controlled=0 34 | afterburner_available=0 35 | afterburner_throttle_threshold=0 36 | ThrustSpecificFuelConsumption=0.6 37 | AfterBurnThrustSpecificFuelConsumption=0 38 | mach_0_corrected_commanded_ne_table=0.000000 39 | mach_hi_corrected_commanded_ne_table=0.000000 40 | corrected_n2_from_ff_table=0.000000 41 | n2_to_n1_table=0.000000 42 | n1_and_mach_on_thrust_table=0.000000 43 | corrected_airflow_table=0.000000 44 | epr_max=0 45 | epr_tc=0 46 | epr_tuning_constant=1 47 | oil_temp_cooling_constant=0 48 | oil_temp_heating_constant=0 49 | oil_temp_tc=0 50 | oil_temp_tuning_constant=1 51 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 52 | oil_press_max=0 53 | oil_press_tc=0 54 | oil_press_tuning_constant=1 55 | itt_peak_temperature=0 56 | itt_tc=0 57 | itt_tuning_constant=1 58 | egt_peak_temperature=0 59 | egt_tc=0 60 | egt_tuning_constant=1 61 | fuel_press_max=2376 62 | fuel_press_tc=2 63 | fuel_press_tuning_constant=1 64 | variable_inlet=0 65 | primary_nozzle_available=0 66 | starter_N1_max_pct=12 67 | starter_N1_rate=0.3 68 | ignition_auto_type= 69 | min_condition_lever_for_combustion=0.01 70 | min_n1_for_combustion=10 71 | min_n2_for_combustion=19.4 72 | min_n1_for_starter_cutoff=200 73 | min_n2_for_starter_cutoff=200 74 | min_n2_for_apu_bleed_air_cutoff=200 75 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 76 | bleed_air_on_n2_tc=1 77 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 78 | n1_normal_tc=1 79 | n1_start_max_rate=1 80 | n1_start_combustion_max_rate=2 81 | idle_fuel_flow=35 82 | idle_high_fuel_flow=40 83 | min_n2_for_fuel_flow=15 84 | low_idle_n2=50 85 | high_n1=100 86 | high_n2=100 87 | high_fuel_flow=50 88 | mach_influence_on_n1=10 89 | fuel_flow_max=10000 90 | fuel_flow_controller_p=0.01 91 | fuel_flow_controller_i=0.001 92 | fuel_flow_controller_d=0.01 93 | fuel_flow_controller_iboundary=10 94 | fuel_flow_controller_dboundary=100 95 | max_torque_protection=0 96 | max_n1_protection=0 97 | max_n2_protection=0 98 | max_egt_protection=0 99 | fuel_flow_max_itt_factor=2 100 | fuel_flow_min_itt_factor=0.9 101 | n1_cooling_factor=0.01 102 | primary_nozzle_afterburner_offset=0.14 103 | primary_nozzle_n1_mach_to_nozzle_pos=0.000000:0.000000:2.000000,53.000000:0.660000:0.100000,65.000000:0.690000:0.330000,96.000000:0.700000:0.440000 104 | [JET_ENGINE] 105 | thrust_scalar=1 106 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A319fIAEw/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320fCFM/IVAO.txt: -------------------------------------------------------------------------------- 1 | Source files provided by X-CSL. Converted, compiled and distributed by IVAO for officially approved IVAO Pilot Client Software only. 2020 © International Virtual Aviation Organisation. -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320fCFM/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320fCFM/cockpit.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [FUEL_FLOW] 6 | min =0 7 | lowLimit =0 8 | green_start =0 9 | green_end =0 10 | highLimit =0 11 | max =0 12 | 13 | [FUEL_QUANTITY] 14 | min =0 15 | lowLimit =0 16 | green_start =0 17 | green_end =0 18 | yellow_start =0 19 | yellow_end =0 20 | red_start =0 21 | red_end =0 22 | highLimit =0 23 | max =0 24 | 25 | [FUEL_TEMPERATURE] 26 | min =0 27 | lowLimit =0 28 | low_red_start =0 29 | low_red_end =0 30 | low_yellow_start =0 31 | low_yellow_end =0 32 | green_start =0 33 | green_end =0 34 | yellow_start =0 35 | yellow_end =0 36 | red_start =0 37 | red_end =0 38 | highLimit =0 39 | max =0 40 | 41 | [OIL_PRESSURE] 42 | min =0 43 | lowLimit =0 44 | low_red_start =0 45 | low_red_end =0 46 | low_yellow_start =0 47 | low_yellow_end =0 48 | green_start =0 49 | green_end =0 50 | yellow_start =0 51 | yellow_end =0 52 | red_start =0 53 | red_end =0 54 | highLimit =0 55 | max =0 56 | 57 | [OIL_TEMPERATURE] 58 | min =0 59 | lowLimit =0 60 | low_red_start =0 61 | low_red_end =0 62 | low_yellow_start =0 63 | low_yellow_end =0 64 | green_start =0 65 | green_end =0 66 | yellow_start =0 67 | yellow_end =0 68 | red_start =0 69 | red_end =0 70 | highLimit =0 71 | max =0 72 | 73 | [EGT_TEMPERATURE] 74 | min =0 75 | max =0 76 | lowLimit =0 77 | highLimit =0 78 | 79 | [VACUUM] 80 | min =0 81 | lowLimit =0 82 | green_start =0 83 | green_end =0 84 | highLimit =0 85 | max =0 86 | 87 | [AIRSPEED] 88 | min =0 89 | lowLimit =0 90 | white_start =0 91 | white_end =0 92 | green_start =0 93 | green_end =0 94 | yellow_start =0 95 | yellow_end =0 96 | red_start =0 97 | red_end =0 98 | highLimit =0 99 | max =0 100 | 101 | [TORQUE] 102 | min =0 103 | lowLimit =0 104 | green_start =0 105 | green_end =0 106 | yellow_start =0 107 | yellow_end =0 108 | red_start =0 109 | red_end =0 110 | highLimit =0 111 | max =0 112 | 113 | [RPM] 114 | min =0 115 | lowLimit =0 116 | green_start =0 117 | green_end =0 118 | yellow_start =0 119 | yellow_end =0 120 | red_start =0 121 | red_end =0 122 | highLimit =0 123 | max =0 124 | 125 | [TURBINE_NG] 126 | min =0 127 | lowLimit =0 128 | green_start =0 129 | green_end =0 130 | yellow_start =0 131 | yellow_end =0 132 | red_start =0 133 | red_end =0 134 | highLimit =0 135 | max =0 136 | 137 | [ITTENGINEOFF] 138 | min =0 139 | lowLimit =0 140 | low_red_start =0 141 | low_red_end =0 142 | low_yellow_start =0 143 | low_yellow_end =0 144 | green_start =0 145 | green_end =0 146 | yellow_start =0 147 | yellow_end =0 148 | red_start =0 149 | red_end =0 150 | highLimit =0 151 | max =0 152 | 153 | [ITTENGINEON] 154 | min =0 155 | lowLimit =0 156 | low_red_start =0 157 | low_red_end =0 158 | low_yellow_start =0 159 | low_yellow_end =0 160 | green_start =0 161 | green_end =0 162 | yellow_start =0 163 | yellow_end =0 164 | red_start =0 165 | red_end =0 166 | highLimit =0 167 | max =0 168 | 169 | [MAIN_BUS_VOLTAGE] 170 | min =0 171 | lowLimit =0 172 | low_red_start =0 173 | low_red_end =0 174 | low_yellow_start =0 175 | low_yellow_end =0 176 | green_start =0 177 | green_end =0 178 | yellow_start =0 179 | yellow_end =0 180 | red_start =0 181 | red_end =0 182 | highLimit =0 183 | max =0 184 | 185 | [HOT_BATTERY_BUS_VOLTAGE] 186 | min =0 187 | lowLimit =0 188 | low_red_start =0 189 | low_red_end =0 190 | low_yellow_start =0 191 | low_yellow_end =0 192 | green_start =0 193 | green_end =0 194 | yellow_start =0 195 | yellow_end =0 196 | red_start =0 197 | red_end =0 198 | highLimit =0 199 | max =0 200 | 201 | [BATTERY_BUS_AMPS] 202 | min =0 203 | lowLimit =0 204 | green_start =0 205 | green_end =0 206 | yellow_start =0 207 | yellow_end =0 208 | red_start =0 209 | red_end =0 210 | highLimit =0 211 | max =0 212 | 213 | [GENALT_BUS_AMPS] 214 | min =0 215 | lowLimit =0 216 | green_start =0 217 | green_end =0 218 | yellow_start =0 219 | yellow_end =0 220 | red_start =0 221 | red_end =0 222 | highLimit =0 223 | max =0 224 | 225 | [COOLANT_LEVEL] 226 | min =0 227 | max =0 228 | lowLimit =0 229 | highLimit =0 230 | 231 | [COOLANT_TEMPERATURE] 232 | min =0 233 | lowLimit =0 234 | low_red_start =0 235 | low_red_end =0 236 | low_yellow_start =0 237 | low_yellow_end =0 238 | green_start =0 239 | green_end =0 240 | yellow_start =0 241 | yellow_end =0 242 | red_start =0 243 | red_end =0 244 | highLimit =0 245 | max =0 246 | 247 | [GEAR_OIL_TEMPERATURE] 248 | min =0 249 | lowLimit =0 250 | green_start =0 251 | green_end =0 252 | yellow_start =0 253 | yellow_end =0 254 | red_start =0 255 | red_end =0 256 | highLimit =0 257 | max =0 258 | 259 | [CABIN_ALTITUDE] 260 | min =0 261 | lowLimit =0 262 | green_start =0 263 | green_end =0 264 | highLimit =0 265 | max =0 266 | 267 | [CABIN_ALTITUDE_CHANGE_RATE] 268 | min =0 269 | max =0 270 | lowLimit =0 271 | highLimit =0 272 | 273 | [CABIN_PRESSURE_DIFF] 274 | min =0 275 | lowLimit =0 276 | green_start =0 277 | green_end =0 278 | highLimit =0 279 | max =0 280 | 281 | [ATTITUDE_INDICATORS] 282 | attitude_indicator.0 =2 283 | attitude_indicator.1 =2 284 | 285 | [TURN_INDICATORS] 286 | turn_indicator.0 =1,1 287 | 288 | [DIRECTION_INDICATORS] 289 | direction_indicator.0 = 1,0 290 | 291 | [AIRSPEED_INDICATORS] 292 | airspeed_indicator.0 = 1, 0 293 | airspeed_indicator.1 = 1, 0 294 | 295 | [ALTIMETERS] 296 | altimeter.0 =0.000000,0.000000,0.000000 297 | altimeter.1 =0.000000,0.000000,0.000000 298 | altimeter.2 =0.000000,0.000000,0.000000 299 | altimeter.3 =0.000000,0.000000,0.000000 300 | 301 | [THROTTLE_LEVELS] 302 | level_1_min =0 303 | level_1_name ="" 304 | level_2_min =0 305 | level_2_name ="" 306 | level_3_min =0 307 | level_3_name ="" 308 | level_4_min =0 309 | level_4_name ="" 310 | level_5_min =0 311 | level_5_name ="" 312 | level_6_min=0 313 | level_6_name="" 314 | 315 | [FLAPS_LEVELS] 316 | slats_level_1 =0 317 | flaps_level_1 =0 318 | slats_level_2 =0 319 | flaps_level_2 =0 320 | slats_level_3 =0 321 | flaps_level_3 =0 322 | slats_level_full =0 323 | flaps_level_full =0 324 | 325 | [FUEL_PRESSURE] 326 | min=0 327 | max=0 328 | lowLimit=0 329 | low_red_start=0 330 | low_red_end=0 331 | low_yellow_start=0 332 | low_yellow_end=0 333 | green_start=0 334 | green_end=0 335 | yellow_start=0 336 | yellow_end=0 337 | red_start=0 338 | red_end=0 339 | highLimit=0 340 | 341 | [MANIFOLD_PRESSURE] 342 | min=0 343 | max=0 344 | lowLimit=0 345 | green_start=0 346 | green_end=0 347 | highLimit=0 348 | 349 | [MagneticCompass] 350 | Compass.0=0 351 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320fCFM/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.724 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | [TURBINEENGINEDATA] 25 | fuel_flow_gain=0.002 26 | low_idle_n1=50 27 | tp_idle_range=0 28 | free_turbine=0 29 | inlet_area=19.6 30 | rated_N2_rpm=29920 31 | static_thrust=24200 32 | reverser_available=1 33 | reverser_mach_controlled=0 34 | afterburner_available=0 35 | afterburner_throttle_threshold=0 36 | ThrustSpecificFuelConsumption=0.6 37 | AfterBurnThrustSpecificFuelConsumption=0 38 | mach_0_corrected_commanded_ne_table=0.000000 39 | mach_hi_corrected_commanded_ne_table=0.000000 40 | corrected_n2_from_ff_table=0.000000 41 | n2_to_n1_table=0.000000 42 | n1_and_mach_on_thrust_table=0.000000 43 | corrected_airflow_table=0.000000 44 | epr_max=0 45 | epr_tc=0 46 | epr_tuning_constant=1 47 | oil_temp_cooling_constant=0 48 | oil_temp_heating_constant=0 49 | oil_temp_tc=0 50 | oil_temp_tuning_constant=1 51 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 52 | oil_press_max=0 53 | oil_press_tc=0 54 | oil_press_tuning_constant=1 55 | itt_peak_temperature=0 56 | itt_tc=0 57 | itt_tuning_constant=1 58 | egt_peak_temperature=0 59 | egt_tc=0 60 | egt_tuning_constant=1 61 | fuel_press_max=2376 62 | fuel_press_tc=2 63 | fuel_press_tuning_constant=1 64 | variable_inlet=0 65 | primary_nozzle_available=0 66 | starter_N1_max_pct=12 67 | starter_N1_rate=0.3 68 | ignition_auto_type= 69 | min_condition_lever_for_combustion=0.01 70 | min_n1_for_combustion=10 71 | min_n2_for_combustion=19.4 72 | min_n1_for_starter_cutoff=200 73 | min_n2_for_starter_cutoff=200 74 | min_n2_for_apu_bleed_air_cutoff=200 75 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 76 | bleed_air_on_n2_tc=1 77 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 78 | n1_normal_tc=1 79 | n1_start_max_rate=1 80 | n1_start_combustion_max_rate=2 81 | idle_fuel_flow=35 82 | idle_high_fuel_flow=40 83 | min_n2_for_fuel_flow=15 84 | low_idle_n2=50 85 | high_n1=100 86 | high_n2=100 87 | high_fuel_flow=50 88 | mach_influence_on_n1=10 89 | fuel_flow_max=10000 90 | fuel_flow_controller_p=0.01 91 | fuel_flow_controller_i=0.001 92 | fuel_flow_controller_d=0.01 93 | fuel_flow_controller_iboundary=10 94 | fuel_flow_controller_dboundary=100 95 | max_torque_protection=0 96 | max_n1_protection=0 97 | max_n2_protection=0 98 | max_egt_protection=0 99 | fuel_flow_max_itt_factor=2 100 | fuel_flow_min_itt_factor=0.9 101 | n1_cooling_factor=0.01 102 | primary_nozzle_afterburner_offset=0.14 103 | primary_nozzle_n1_mach_to_nozzle_pos=0.000000:0.000000:2.000000,53.000000:0.660000:0.100000,65.000000:0.690000:0.330000,96.000000:0.700000:0.440000 104 | [JET_ENGINE] 105 | thrust_scalar=1 106 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320fCFM/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320fIAE/IVAO.txt: -------------------------------------------------------------------------------- 1 | Source files provided by X-CSL. Converted, compiled and distributed by IVAO for officially approved IVAO Pilot Client Software only. 2020 © International Virtual Aviation Organisation. -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320fIAE/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320fIAE/cockpit.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [FUEL_FLOW] 6 | min =0 7 | lowLimit =0 8 | green_start =0 9 | green_end =0 10 | highLimit =0 11 | max =0 12 | 13 | [FUEL_QUANTITY] 14 | min =0 15 | lowLimit =0 16 | green_start =0 17 | green_end =0 18 | yellow_start =0 19 | yellow_end =0 20 | red_start =0 21 | red_end =0 22 | highLimit =0 23 | max =0 24 | 25 | [FUEL_TEMPERATURE] 26 | min =0 27 | lowLimit =0 28 | low_red_start =0 29 | low_red_end =0 30 | low_yellow_start =0 31 | low_yellow_end =0 32 | green_start =0 33 | green_end =0 34 | yellow_start =0 35 | yellow_end =0 36 | red_start =0 37 | red_end =0 38 | highLimit =0 39 | max =0 40 | 41 | [OIL_PRESSURE] 42 | min =0 43 | lowLimit =0 44 | low_red_start =0 45 | low_red_end =0 46 | low_yellow_start =0 47 | low_yellow_end =0 48 | green_start =0 49 | green_end =0 50 | yellow_start =0 51 | yellow_end =0 52 | red_start =0 53 | red_end =0 54 | highLimit =0 55 | max =0 56 | 57 | [OIL_TEMPERATURE] 58 | min =0 59 | lowLimit =0 60 | low_red_start =0 61 | low_red_end =0 62 | low_yellow_start =0 63 | low_yellow_end =0 64 | green_start =0 65 | green_end =0 66 | yellow_start =0 67 | yellow_end =0 68 | red_start =0 69 | red_end =0 70 | highLimit =0 71 | max =0 72 | 73 | [EGT_TEMPERATURE] 74 | min =0 75 | max =0 76 | lowLimit =0 77 | highLimit =0 78 | 79 | [VACUUM] 80 | min =0 81 | lowLimit =0 82 | green_start =0 83 | green_end =0 84 | highLimit =0 85 | max =0 86 | 87 | [AIRSPEED] 88 | min =0 89 | lowLimit =0 90 | white_start =0 91 | white_end =0 92 | green_start =0 93 | green_end =0 94 | yellow_start =0 95 | yellow_end =0 96 | red_start =0 97 | red_end =0 98 | highLimit =0 99 | max =0 100 | 101 | [TORQUE] 102 | min =0 103 | lowLimit =0 104 | green_start =0 105 | green_end =0 106 | yellow_start =0 107 | yellow_end =0 108 | red_start =0 109 | red_end =0 110 | highLimit =0 111 | max =0 112 | 113 | [RPM] 114 | min =0 115 | lowLimit =0 116 | green_start =0 117 | green_end =0 118 | yellow_start =0 119 | yellow_end =0 120 | red_start =0 121 | red_end =0 122 | highLimit =0 123 | max =0 124 | 125 | [TURBINE_NG] 126 | min =0 127 | lowLimit =0 128 | green_start =0 129 | green_end =0 130 | yellow_start =0 131 | yellow_end =0 132 | red_start =0 133 | red_end =0 134 | highLimit =0 135 | max =0 136 | 137 | [ITTENGINEOFF] 138 | min =0 139 | lowLimit =0 140 | low_red_start =0 141 | low_red_end =0 142 | low_yellow_start =0 143 | low_yellow_end =0 144 | green_start =0 145 | green_end =0 146 | yellow_start =0 147 | yellow_end =0 148 | red_start =0 149 | red_end =0 150 | highLimit =0 151 | max =0 152 | 153 | [ITTENGINEON] 154 | min =0 155 | lowLimit =0 156 | low_red_start =0 157 | low_red_end =0 158 | low_yellow_start =0 159 | low_yellow_end =0 160 | green_start =0 161 | green_end =0 162 | yellow_start =0 163 | yellow_end =0 164 | red_start =0 165 | red_end =0 166 | highLimit =0 167 | max =0 168 | 169 | [MAIN_BUS_VOLTAGE] 170 | min =0 171 | lowLimit =0 172 | low_red_start =0 173 | low_red_end =0 174 | low_yellow_start =0 175 | low_yellow_end =0 176 | green_start =0 177 | green_end =0 178 | yellow_start =0 179 | yellow_end =0 180 | red_start =0 181 | red_end =0 182 | highLimit =0 183 | max =0 184 | 185 | [HOT_BATTERY_BUS_VOLTAGE] 186 | min =0 187 | lowLimit =0 188 | low_red_start =0 189 | low_red_end =0 190 | low_yellow_start =0 191 | low_yellow_end =0 192 | green_start =0 193 | green_end =0 194 | yellow_start =0 195 | yellow_end =0 196 | red_start =0 197 | red_end =0 198 | highLimit =0 199 | max =0 200 | 201 | [BATTERY_BUS_AMPS] 202 | min =0 203 | lowLimit =0 204 | green_start =0 205 | green_end =0 206 | yellow_start =0 207 | yellow_end =0 208 | red_start =0 209 | red_end =0 210 | highLimit =0 211 | max =0 212 | 213 | [GENALT_BUS_AMPS] 214 | min =0 215 | lowLimit =0 216 | green_start =0 217 | green_end =0 218 | yellow_start =0 219 | yellow_end =0 220 | red_start =0 221 | red_end =0 222 | highLimit =0 223 | max =0 224 | 225 | [COOLANT_LEVEL] 226 | min =0 227 | max =0 228 | lowLimit =0 229 | highLimit =0 230 | 231 | [COOLANT_TEMPERATURE] 232 | min =0 233 | lowLimit =0 234 | low_red_start =0 235 | low_red_end =0 236 | low_yellow_start =0 237 | low_yellow_end =0 238 | green_start =0 239 | green_end =0 240 | yellow_start =0 241 | yellow_end =0 242 | red_start =0 243 | red_end =0 244 | highLimit =0 245 | max =0 246 | 247 | [GEAR_OIL_TEMPERATURE] 248 | min =0 249 | lowLimit =0 250 | green_start =0 251 | green_end =0 252 | yellow_start =0 253 | yellow_end =0 254 | red_start =0 255 | red_end =0 256 | highLimit =0 257 | max =0 258 | 259 | [CABIN_ALTITUDE] 260 | min =0 261 | lowLimit =0 262 | green_start =0 263 | green_end =0 264 | highLimit =0 265 | max =0 266 | 267 | [CABIN_ALTITUDE_CHANGE_RATE] 268 | min =0 269 | max =0 270 | lowLimit =0 271 | highLimit =0 272 | 273 | [CABIN_PRESSURE_DIFF] 274 | min =0 275 | lowLimit =0 276 | green_start =0 277 | green_end =0 278 | highLimit =0 279 | max =0 280 | 281 | [ATTITUDE_INDICATORS] 282 | attitude_indicator.0 =2 283 | attitude_indicator.1 =2 284 | 285 | [TURN_INDICATORS] 286 | turn_indicator.0 =1,1 287 | 288 | [DIRECTION_INDICATORS] 289 | direction_indicator.0 = 1,0 290 | 291 | [AIRSPEED_INDICATORS] 292 | airspeed_indicator.0 = 1, 0 293 | airspeed_indicator.1 = 1, 0 294 | 295 | [ALTIMETERS] 296 | altimeter.0 =0.000000,0.000000,0.000000 297 | altimeter.1 =0.000000,0.000000,0.000000 298 | altimeter.2 =0.000000,0.000000,0.000000 299 | altimeter.3 =0.000000,0.000000,0.000000 300 | 301 | [THROTTLE_LEVELS] 302 | level_1_min =0 303 | level_1_name ="" 304 | level_2_min =0 305 | level_2_name ="" 306 | level_3_min =0 307 | level_3_name ="" 308 | level_4_min =0 309 | level_4_name ="" 310 | level_5_min =0 311 | level_5_name ="" 312 | level_6_min=0 313 | level_6_name="" 314 | 315 | [FLAPS_LEVELS] 316 | slats_level_1 =0 317 | flaps_level_1 =0 318 | slats_level_2 =0 319 | flaps_level_2 =0 320 | slats_level_3 =0 321 | flaps_level_3 =0 322 | slats_level_full =0 323 | flaps_level_full =0 324 | 325 | [FUEL_PRESSURE] 326 | min=0 327 | max=0 328 | lowLimit=0 329 | low_red_start=0 330 | low_red_end=0 331 | low_yellow_start=0 332 | low_yellow_end=0 333 | green_start=0 334 | green_end=0 335 | yellow_start=0 336 | yellow_end=0 337 | red_start=0 338 | red_end=0 339 | highLimit=0 340 | 341 | [MANIFOLD_PRESSURE] 342 | min=0 343 | max=0 344 | lowLimit=0 345 | green_start=0 346 | green_end=0 347 | highLimit=0 348 | 349 | [MagneticCompass] 350 | Compass.0=0 351 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320fIAE/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.724 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | [TURBINEENGINEDATA] 25 | fuel_flow_gain=0.002 26 | low_idle_n1=50 27 | tp_idle_range=0 28 | free_turbine=0 29 | inlet_area=19.6 30 | rated_N2_rpm=29920 31 | static_thrust=24200 32 | reverser_available=1 33 | reverser_mach_controlled=0 34 | afterburner_available=0 35 | afterburner_throttle_threshold=0 36 | ThrustSpecificFuelConsumption=0.6 37 | AfterBurnThrustSpecificFuelConsumption=0 38 | mach_0_corrected_commanded_ne_table=0.000000 39 | mach_hi_corrected_commanded_ne_table=0.000000 40 | corrected_n2_from_ff_table=0.000000 41 | n2_to_n1_table=0.000000 42 | n1_and_mach_on_thrust_table=0.000000 43 | corrected_airflow_table=0.000000 44 | epr_max=0 45 | epr_tc=0 46 | epr_tuning_constant=1 47 | oil_temp_cooling_constant=0 48 | oil_temp_heating_constant=0 49 | oil_temp_tc=0 50 | oil_temp_tuning_constant=1 51 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 52 | oil_press_max=0 53 | oil_press_tc=0 54 | oil_press_tuning_constant=1 55 | itt_peak_temperature=0 56 | itt_tc=0 57 | itt_tuning_constant=1 58 | egt_peak_temperature=0 59 | egt_tc=0 60 | egt_tuning_constant=1 61 | fuel_press_max=2376 62 | fuel_press_tc=2 63 | fuel_press_tuning_constant=1 64 | variable_inlet=0 65 | primary_nozzle_available=0 66 | starter_N1_max_pct=12 67 | starter_N1_rate=0.3 68 | ignition_auto_type= 69 | min_condition_lever_for_combustion=0.01 70 | min_n1_for_combustion=10 71 | min_n2_for_combustion=19.4 72 | min_n1_for_starter_cutoff=200 73 | min_n2_for_starter_cutoff=200 74 | min_n2_for_apu_bleed_air_cutoff=200 75 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 76 | bleed_air_on_n2_tc=1 77 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 78 | n1_normal_tc=1 79 | n1_start_max_rate=1 80 | n1_start_combustion_max_rate=2 81 | idle_fuel_flow=35 82 | idle_high_fuel_flow=40 83 | min_n2_for_fuel_flow=15 84 | low_idle_n2=50 85 | high_n1=100 86 | high_n2=100 87 | high_fuel_flow=50 88 | mach_influence_on_n1=10 89 | fuel_flow_max=10000 90 | fuel_flow_controller_p=0.01 91 | fuel_flow_controller_i=0.001 92 | fuel_flow_controller_d=0.01 93 | fuel_flow_controller_iboundary=10 94 | fuel_flow_controller_dboundary=100 95 | max_torque_protection=0 96 | max_n1_protection=0 97 | max_n2_protection=0 98 | max_egt_protection=0 99 | fuel_flow_max_itt_factor=2 100 | fuel_flow_min_itt_factor=0.9 101 | n1_cooling_factor=0.01 102 | primary_nozzle_afterburner_offset=0.14 103 | primary_nozzle_n1_mach_to_nozzle_pos=0.000000:0.000000:2.000000,53.000000:0.660000:0.100000,65.000000:0.690000:0.330000,96.000000:0.700000:0.440000 104 | [JET_ENGINE] 105 | thrust_scalar=1 106 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320fIAE/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320wCFM/IVAO.txt: -------------------------------------------------------------------------------- 1 | Source files provided by X-CSL. Converted, compiled and distributed by IVAO for officially approved IVAO Pilot Client Software only. 2020 © International Virtual Aviation Organisation. -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320wCFM/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320wCFM/cockpit.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [FUEL_FLOW] 6 | min =0 7 | lowLimit =0 8 | green_start =0 9 | green_end =0 10 | highLimit =0 11 | max =0 12 | 13 | [FUEL_QUANTITY] 14 | min =0 15 | lowLimit =0 16 | green_start =0 17 | green_end =0 18 | yellow_start =0 19 | yellow_end =0 20 | red_start =0 21 | red_end =0 22 | highLimit =0 23 | max =0 24 | 25 | [FUEL_TEMPERATURE] 26 | min =0 27 | lowLimit =0 28 | low_red_start =0 29 | low_red_end =0 30 | low_yellow_start =0 31 | low_yellow_end =0 32 | green_start =0 33 | green_end =0 34 | yellow_start =0 35 | yellow_end =0 36 | red_start =0 37 | red_end =0 38 | highLimit =0 39 | max =0 40 | 41 | [OIL_PRESSURE] 42 | min =0 43 | lowLimit =0 44 | low_red_start =0 45 | low_red_end =0 46 | low_yellow_start =0 47 | low_yellow_end =0 48 | green_start =0 49 | green_end =0 50 | yellow_start =0 51 | yellow_end =0 52 | red_start =0 53 | red_end =0 54 | highLimit =0 55 | max =0 56 | 57 | [OIL_TEMPERATURE] 58 | min =0 59 | lowLimit =0 60 | low_red_start =0 61 | low_red_end =0 62 | low_yellow_start =0 63 | low_yellow_end =0 64 | green_start =0 65 | green_end =0 66 | yellow_start =0 67 | yellow_end =0 68 | red_start =0 69 | red_end =0 70 | highLimit =0 71 | max =0 72 | 73 | [EGT_TEMPERATURE] 74 | min =0 75 | max =0 76 | lowLimit =0 77 | highLimit =0 78 | 79 | [VACUUM] 80 | min =0 81 | lowLimit =0 82 | green_start =0 83 | green_end =0 84 | highLimit =0 85 | max =0 86 | 87 | [AIRSPEED] 88 | min =0 89 | lowLimit =0 90 | white_start =0 91 | white_end =0 92 | green_start =0 93 | green_end =0 94 | yellow_start =0 95 | yellow_end =0 96 | red_start =0 97 | red_end =0 98 | highLimit =0 99 | max =0 100 | 101 | [TORQUE] 102 | min =0 103 | lowLimit =0 104 | green_start =0 105 | green_end =0 106 | yellow_start =0 107 | yellow_end =0 108 | red_start =0 109 | red_end =0 110 | highLimit =0 111 | max =0 112 | 113 | [RPM] 114 | min =0 115 | lowLimit =0 116 | green_start =0 117 | green_end =0 118 | yellow_start =0 119 | yellow_end =0 120 | red_start =0 121 | red_end =0 122 | highLimit =0 123 | max =0 124 | 125 | [TURBINE_NG] 126 | min =0 127 | lowLimit =0 128 | green_start =0 129 | green_end =0 130 | yellow_start =0 131 | yellow_end =0 132 | red_start =0 133 | red_end =0 134 | highLimit =0 135 | max =0 136 | 137 | [ITTENGINEOFF] 138 | min =0 139 | lowLimit =0 140 | low_red_start =0 141 | low_red_end =0 142 | low_yellow_start =0 143 | low_yellow_end =0 144 | green_start =0 145 | green_end =0 146 | yellow_start =0 147 | yellow_end =0 148 | red_start =0 149 | red_end =0 150 | highLimit =0 151 | max =0 152 | 153 | [ITTENGINEON] 154 | min =0 155 | lowLimit =0 156 | low_red_start =0 157 | low_red_end =0 158 | low_yellow_start =0 159 | low_yellow_end =0 160 | green_start =0 161 | green_end =0 162 | yellow_start =0 163 | yellow_end =0 164 | red_start =0 165 | red_end =0 166 | highLimit =0 167 | max =0 168 | 169 | [MAIN_BUS_VOLTAGE] 170 | min =0 171 | lowLimit =0 172 | low_red_start =0 173 | low_red_end =0 174 | low_yellow_start =0 175 | low_yellow_end =0 176 | green_start =0 177 | green_end =0 178 | yellow_start =0 179 | yellow_end =0 180 | red_start =0 181 | red_end =0 182 | highLimit =0 183 | max =0 184 | 185 | [HOT_BATTERY_BUS_VOLTAGE] 186 | min =0 187 | lowLimit =0 188 | low_red_start =0 189 | low_red_end =0 190 | low_yellow_start =0 191 | low_yellow_end =0 192 | green_start =0 193 | green_end =0 194 | yellow_start =0 195 | yellow_end =0 196 | red_start =0 197 | red_end =0 198 | highLimit =0 199 | max =0 200 | 201 | [BATTERY_BUS_AMPS] 202 | min =0 203 | lowLimit =0 204 | green_start =0 205 | green_end =0 206 | yellow_start =0 207 | yellow_end =0 208 | red_start =0 209 | red_end =0 210 | highLimit =0 211 | max =0 212 | 213 | [GENALT_BUS_AMPS] 214 | min =0 215 | lowLimit =0 216 | green_start =0 217 | green_end =0 218 | yellow_start =0 219 | yellow_end =0 220 | red_start =0 221 | red_end =0 222 | highLimit =0 223 | max =0 224 | 225 | [COOLANT_LEVEL] 226 | min =0 227 | max =0 228 | lowLimit =0 229 | highLimit =0 230 | 231 | [COOLANT_TEMPERATURE] 232 | min =0 233 | lowLimit =0 234 | low_red_start =0 235 | low_red_end =0 236 | low_yellow_start =0 237 | low_yellow_end =0 238 | green_start =0 239 | green_end =0 240 | yellow_start =0 241 | yellow_end =0 242 | red_start =0 243 | red_end =0 244 | highLimit =0 245 | max =0 246 | 247 | [GEAR_OIL_TEMPERATURE] 248 | min =0 249 | lowLimit =0 250 | green_start =0 251 | green_end =0 252 | yellow_start =0 253 | yellow_end =0 254 | red_start =0 255 | red_end =0 256 | highLimit =0 257 | max =0 258 | 259 | [CABIN_ALTITUDE] 260 | min =0 261 | lowLimit =0 262 | green_start =0 263 | green_end =0 264 | highLimit =0 265 | max =0 266 | 267 | [CABIN_ALTITUDE_CHANGE_RATE] 268 | min =0 269 | max =0 270 | lowLimit =0 271 | highLimit =0 272 | 273 | [CABIN_PRESSURE_DIFF] 274 | min =0 275 | lowLimit =0 276 | green_start =0 277 | green_end =0 278 | highLimit =0 279 | max =0 280 | 281 | [ATTITUDE_INDICATORS] 282 | attitude_indicator.0 =2 283 | attitude_indicator.1 =2 284 | 285 | [TURN_INDICATORS] 286 | turn_indicator.0 =1,1 287 | 288 | [DIRECTION_INDICATORS] 289 | direction_indicator.0 = 1,0 290 | 291 | [AIRSPEED_INDICATORS] 292 | airspeed_indicator.0 = 1, 0 293 | airspeed_indicator.1 = 1, 0 294 | 295 | [ALTIMETERS] 296 | altimeter.0 =0.000000,0.000000,0.000000 297 | altimeter.1 =0.000000,0.000000,0.000000 298 | altimeter.2 =0.000000,0.000000,0.000000 299 | altimeter.3 =0.000000,0.000000,0.000000 300 | 301 | [THROTTLE_LEVELS] 302 | level_1_min =0 303 | level_1_name ="" 304 | level_2_min =0 305 | level_2_name ="" 306 | level_3_min =0 307 | level_3_name ="" 308 | level_4_min =0 309 | level_4_name ="" 310 | level_5_min =0 311 | level_5_name ="" 312 | level_6_min=0 313 | level_6_name="" 314 | 315 | [FLAPS_LEVELS] 316 | slats_level_1 =0 317 | flaps_level_1 =0 318 | slats_level_2 =0 319 | flaps_level_2 =0 320 | slats_level_3 =0 321 | flaps_level_3 =0 322 | slats_level_full =0 323 | flaps_level_full =0 324 | 325 | [FUEL_PRESSURE] 326 | min=0 327 | max=0 328 | lowLimit=0 329 | low_red_start=0 330 | low_red_end=0 331 | low_yellow_start=0 332 | low_yellow_end=0 333 | green_start=0 334 | green_end=0 335 | yellow_start=0 336 | yellow_end=0 337 | red_start=0 338 | red_end=0 339 | highLimit=0 340 | 341 | [MANIFOLD_PRESSURE] 342 | min=0 343 | max=0 344 | lowLimit=0 345 | green_start=0 346 | green_end=0 347 | highLimit=0 348 | 349 | [MagneticCompass] 350 | Compass.0=0 351 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320wCFM/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.707329 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | [TURBINEENGINEDATA] 25 | fuel_flow_gain=0.002 26 | low_idle_n1=50 27 | tp_idle_range=0 28 | free_turbine=0 29 | inlet_area=19.6 30 | rated_N2_rpm=29920 31 | static_thrust=24200 32 | reverser_available=1 33 | reverser_mach_controlled=0 34 | afterburner_available=0 35 | afterburner_throttle_threshold=0 36 | ThrustSpecificFuelConsumption=0.6 37 | AfterBurnThrustSpecificFuelConsumption=0 38 | mach_0_corrected_commanded_ne_table=0.000000 39 | mach_hi_corrected_commanded_ne_table=0.000000 40 | corrected_n2_from_ff_table=0.000000 41 | n2_to_n1_table=0.000000 42 | n1_and_mach_on_thrust_table=0.000000 43 | corrected_airflow_table=0.000000 44 | epr_max=0 45 | epr_tc=0 46 | epr_tuning_constant=1 47 | oil_temp_cooling_constant=0 48 | oil_temp_heating_constant=0 49 | oil_temp_tc=0 50 | oil_temp_tuning_constant=1 51 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 52 | oil_press_max=0 53 | oil_press_tc=0 54 | oil_press_tuning_constant=1 55 | itt_peak_temperature=0 56 | itt_tc=0 57 | itt_tuning_constant=1 58 | egt_peak_temperature=0 59 | egt_tc=0 60 | egt_tuning_constant=1 61 | fuel_press_max=2376 62 | fuel_press_tc=2 63 | fuel_press_tuning_constant=1 64 | variable_inlet=0 65 | primary_nozzle_available=0 66 | starter_N1_max_pct=12 67 | starter_N1_rate=0.3 68 | ignition_auto_type= 69 | min_condition_lever_for_combustion=0.01 70 | min_n1_for_combustion=10 71 | min_n2_for_combustion=19.4 72 | min_n1_for_starter_cutoff=200 73 | min_n2_for_starter_cutoff=200 74 | min_n2_for_apu_bleed_air_cutoff=200 75 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 76 | bleed_air_on_n2_tc=1 77 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 78 | [JET_ENGINE] 79 | thrust_scalar=1 80 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320wCFM/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320wIAE/IVAO.txt: -------------------------------------------------------------------------------- 1 | Source files provided by X-CSL. Converted, compiled and distributed by IVAO for officially approved IVAO Pilot Client Software only. 2020 © International Virtual Aviation Organisation. -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320wIAE/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320wIAE/cockpit.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [FUEL_FLOW] 6 | min =0 7 | lowLimit =0 8 | green_start =0 9 | green_end =0 10 | highLimit =0 11 | max =0 12 | 13 | [FUEL_QUANTITY] 14 | min =0 15 | lowLimit =0 16 | green_start =0 17 | green_end =0 18 | yellow_start =0 19 | yellow_end =0 20 | red_start =0 21 | red_end =0 22 | highLimit =0 23 | max =0 24 | 25 | [FUEL_TEMPERATURE] 26 | min =0 27 | lowLimit =0 28 | low_red_start =0 29 | low_red_end =0 30 | low_yellow_start =0 31 | low_yellow_end =0 32 | green_start =0 33 | green_end =0 34 | yellow_start =0 35 | yellow_end =0 36 | red_start =0 37 | red_end =0 38 | highLimit =0 39 | max =0 40 | 41 | [OIL_PRESSURE] 42 | min =0 43 | lowLimit =0 44 | low_red_start =0 45 | low_red_end =0 46 | low_yellow_start =0 47 | low_yellow_end =0 48 | green_start =0 49 | green_end =0 50 | yellow_start =0 51 | yellow_end =0 52 | red_start =0 53 | red_end =0 54 | highLimit =0 55 | max =0 56 | 57 | [OIL_TEMPERATURE] 58 | min =0 59 | lowLimit =0 60 | low_red_start =0 61 | low_red_end =0 62 | low_yellow_start =0 63 | low_yellow_end =0 64 | green_start =0 65 | green_end =0 66 | yellow_start =0 67 | yellow_end =0 68 | red_start =0 69 | red_end =0 70 | highLimit =0 71 | max =0 72 | 73 | [EGT_TEMPERATURE] 74 | min =0 75 | max =0 76 | lowLimit =0 77 | highLimit =0 78 | 79 | [VACUUM] 80 | min =0 81 | lowLimit =0 82 | green_start =0 83 | green_end =0 84 | highLimit =0 85 | max =0 86 | 87 | [AIRSPEED] 88 | min =0 89 | lowLimit =0 90 | white_start =0 91 | white_end =0 92 | green_start =0 93 | green_end =0 94 | yellow_start =0 95 | yellow_end =0 96 | red_start =0 97 | red_end =0 98 | highLimit =0 99 | max =0 100 | 101 | [TORQUE] 102 | min =0 103 | lowLimit =0 104 | green_start =0 105 | green_end =0 106 | yellow_start =0 107 | yellow_end =0 108 | red_start =0 109 | red_end =0 110 | highLimit =0 111 | max =0 112 | 113 | [RPM] 114 | min =0 115 | lowLimit =0 116 | green_start =0 117 | green_end =0 118 | yellow_start =0 119 | yellow_end =0 120 | red_start =0 121 | red_end =0 122 | highLimit =0 123 | max =0 124 | 125 | [TURBINE_NG] 126 | min =0 127 | lowLimit =0 128 | green_start =0 129 | green_end =0 130 | yellow_start =0 131 | yellow_end =0 132 | red_start =0 133 | red_end =0 134 | highLimit =0 135 | max =0 136 | 137 | [ITTENGINEOFF] 138 | min =0 139 | lowLimit =0 140 | low_red_start =0 141 | low_red_end =0 142 | low_yellow_start =0 143 | low_yellow_end =0 144 | green_start =0 145 | green_end =0 146 | yellow_start =0 147 | yellow_end =0 148 | red_start =0 149 | red_end =0 150 | highLimit =0 151 | max =0 152 | 153 | [ITTENGINEON] 154 | min =0 155 | lowLimit =0 156 | low_red_start =0 157 | low_red_end =0 158 | low_yellow_start =0 159 | low_yellow_end =0 160 | green_start =0 161 | green_end =0 162 | yellow_start =0 163 | yellow_end =0 164 | red_start =0 165 | red_end =0 166 | highLimit =0 167 | max =0 168 | 169 | [MAIN_BUS_VOLTAGE] 170 | min =0 171 | lowLimit =0 172 | low_red_start =0 173 | low_red_end =0 174 | low_yellow_start =0 175 | low_yellow_end =0 176 | green_start =0 177 | green_end =0 178 | yellow_start =0 179 | yellow_end =0 180 | red_start =0 181 | red_end =0 182 | highLimit =0 183 | max =0 184 | 185 | [HOT_BATTERY_BUS_VOLTAGE] 186 | min =0 187 | lowLimit =0 188 | low_red_start =0 189 | low_red_end =0 190 | low_yellow_start =0 191 | low_yellow_end =0 192 | green_start =0 193 | green_end =0 194 | yellow_start =0 195 | yellow_end =0 196 | red_start =0 197 | red_end =0 198 | highLimit =0 199 | max =0 200 | 201 | [BATTERY_BUS_AMPS] 202 | min =0 203 | lowLimit =0 204 | green_start =0 205 | green_end =0 206 | yellow_start =0 207 | yellow_end =0 208 | red_start =0 209 | red_end =0 210 | highLimit =0 211 | max =0 212 | 213 | [GENALT_BUS_AMPS] 214 | min =0 215 | lowLimit =0 216 | green_start =0 217 | green_end =0 218 | yellow_start =0 219 | yellow_end =0 220 | red_start =0 221 | red_end =0 222 | highLimit =0 223 | max =0 224 | 225 | [COOLANT_LEVEL] 226 | min =0 227 | max =0 228 | lowLimit =0 229 | highLimit =0 230 | 231 | [COOLANT_TEMPERATURE] 232 | min =0 233 | lowLimit =0 234 | low_red_start =0 235 | low_red_end =0 236 | low_yellow_start =0 237 | low_yellow_end =0 238 | green_start =0 239 | green_end =0 240 | yellow_start =0 241 | yellow_end =0 242 | red_start =0 243 | red_end =0 244 | highLimit =0 245 | max =0 246 | 247 | [GEAR_OIL_TEMPERATURE] 248 | min =0 249 | lowLimit =0 250 | green_start =0 251 | green_end =0 252 | yellow_start =0 253 | yellow_end =0 254 | red_start =0 255 | red_end =0 256 | highLimit =0 257 | max =0 258 | 259 | [CABIN_ALTITUDE] 260 | min =0 261 | lowLimit =0 262 | green_start =0 263 | green_end =0 264 | highLimit =0 265 | max =0 266 | 267 | [CABIN_ALTITUDE_CHANGE_RATE] 268 | min =0 269 | max =0 270 | lowLimit =0 271 | highLimit =0 272 | 273 | [CABIN_PRESSURE_DIFF] 274 | min =0 275 | lowLimit =0 276 | green_start =0 277 | green_end =0 278 | highLimit =0 279 | max =0 280 | 281 | [ATTITUDE_INDICATORS] 282 | attitude_indicator.0 =2 283 | attitude_indicator.1 =2 284 | 285 | [TURN_INDICATORS] 286 | turn_indicator.0 =1,1 287 | 288 | [DIRECTION_INDICATORS] 289 | direction_indicator.0 = 1,0 290 | 291 | [AIRSPEED_INDICATORS] 292 | airspeed_indicator.0 = 1, 0 293 | airspeed_indicator.1 = 1, 0 294 | 295 | [ALTIMETERS] 296 | altimeter.0 =0.000000,0.000000,0.000000 297 | altimeter.1 =0.000000,0.000000,0.000000 298 | altimeter.2 =0.000000,0.000000,0.000000 299 | altimeter.3 =0.000000,0.000000,0.000000 300 | 301 | [THROTTLE_LEVELS] 302 | level_1_min =0 303 | level_1_name ="" 304 | level_2_min =0 305 | level_2_name ="" 306 | level_3_min =0 307 | level_3_name ="" 308 | level_4_min =0 309 | level_4_name ="" 310 | level_5_min =0 311 | level_5_name ="" 312 | level_6_min=0 313 | level_6_name="" 314 | 315 | [FLAPS_LEVELS] 316 | slats_level_1 =0 317 | flaps_level_1 =0 318 | slats_level_2 =0 319 | flaps_level_2 =0 320 | slats_level_3 =0 321 | flaps_level_3 =0 322 | slats_level_full =0 323 | flaps_level_full =0 324 | 325 | [FUEL_PRESSURE] 326 | min=0 327 | max=0 328 | lowLimit=0 329 | low_red_start=0 330 | low_red_end=0 331 | low_yellow_start=0 332 | low_yellow_end=0 333 | green_start=0 334 | green_end=0 335 | yellow_start=0 336 | yellow_end=0 337 | red_start=0 338 | red_end=0 339 | highLimit=0 340 | 341 | [MANIFOLD_PRESSURE] 342 | min=0 343 | max=0 344 | lowLimit=0 345 | green_start=0 346 | green_end=0 347 | highLimit=0 348 | 349 | [MagneticCompass] 350 | Compass.0=0 351 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320wIAE/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.724 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | [TURBINEENGINEDATA] 25 | fuel_flow_gain=0.002 26 | low_idle_n1=50 27 | tp_idle_range=0 28 | free_turbine=0 29 | inlet_area=19.6 30 | rated_N2_rpm=29920 31 | static_thrust=24200 32 | reverser_available=1 33 | reverser_mach_controlled=0 34 | afterburner_available=0 35 | afterburner_throttle_threshold=0 36 | ThrustSpecificFuelConsumption=0.6 37 | AfterBurnThrustSpecificFuelConsumption=0 38 | mach_0_corrected_commanded_ne_table=0.000000 39 | mach_hi_corrected_commanded_ne_table=0.000000 40 | corrected_n2_from_ff_table=0.000000 41 | n2_to_n1_table=0.000000 42 | n1_and_mach_on_thrust_table=0.000000 43 | corrected_airflow_table=0.000000 44 | epr_max=0 45 | epr_tc=0 46 | epr_tuning_constant=1 47 | oil_temp_cooling_constant=0 48 | oil_temp_heating_constant=0 49 | oil_temp_tc=0 50 | oil_temp_tuning_constant=1 51 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 52 | oil_press_max=0 53 | oil_press_tc=0 54 | oil_press_tuning_constant=1 55 | itt_peak_temperature=0 56 | itt_tc=0 57 | itt_tuning_constant=1 58 | egt_peak_temperature=0 59 | egt_tc=0 60 | egt_tuning_constant=1 61 | fuel_press_max=2376 62 | fuel_press_tc=2 63 | fuel_press_tuning_constant=1 64 | variable_inlet=0 65 | primary_nozzle_available=0 66 | starter_N1_max_pct=12 67 | starter_N1_rate=0.3 68 | ignition_auto_type= 69 | min_condition_lever_for_combustion=0.01 70 | min_n1_for_combustion=10 71 | min_n2_for_combustion=19.4 72 | min_n1_for_starter_cutoff=200 73 | min_n2_for_starter_cutoff=200 74 | min_n2_for_apu_bleed_air_cutoff=200 75 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 76 | bleed_air_on_n2_tc=1 77 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 78 | n1_normal_tc=1 79 | n1_start_max_rate=1 80 | n1_start_combustion_max_rate=2 81 | idle_fuel_flow=35 82 | idle_high_fuel_flow=40 83 | min_n2_for_fuel_flow=15 84 | low_idle_n2=50 85 | high_n1=100 86 | high_n2=100 87 | high_fuel_flow=50 88 | mach_influence_on_n1=10 89 | fuel_flow_max=10000 90 | fuel_flow_controller_p=0.01 91 | fuel_flow_controller_i=0.001 92 | fuel_flow_controller_d=0.01 93 | fuel_flow_controller_iboundary=10 94 | fuel_flow_controller_dboundary=100 95 | max_torque_protection=0 96 | max_n1_protection=0 97 | max_n2_protection=0 98 | max_egt_protection=0 99 | fuel_flow_max_itt_factor=2 100 | fuel_flow_min_itt_factor=0.9 101 | n1_cooling_factor=0.01 102 | primary_nozzle_afterburner_offset=0.14 103 | primary_nozzle_n1_mach_to_nozzle_pos=0.000000:0.000000:2.000000,53.000000:0.660000:0.100000,65.000000:0.690000:0.330000,96.000000:0.700000:0.440000 104 | [JET_ENGINE] 105 | thrust_scalar=1 106 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A320wIAE/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321fCFM/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321fCFM/cockpit.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [FUEL_FLOW] 6 | min =0 7 | lowLimit =0 8 | green_start =0 9 | green_end =0 10 | highLimit =0 11 | max =0 12 | 13 | [FUEL_QUANTITY] 14 | min =0 15 | lowLimit =0 16 | green_start =0 17 | green_end =0 18 | yellow_start =0 19 | yellow_end =0 20 | red_start =0 21 | red_end =0 22 | highLimit =0 23 | max =0 24 | 25 | [FUEL_TEMPERATURE] 26 | min =0 27 | lowLimit =0 28 | low_red_start =0 29 | low_red_end =0 30 | low_yellow_start =0 31 | low_yellow_end =0 32 | green_start =0 33 | green_end =0 34 | yellow_start =0 35 | yellow_end =0 36 | red_start =0 37 | red_end =0 38 | highLimit =0 39 | max =0 40 | 41 | [OIL_PRESSURE] 42 | min =0 43 | lowLimit =0 44 | low_red_start =0 45 | low_red_end =0 46 | low_yellow_start =0 47 | low_yellow_end =0 48 | green_start =0 49 | green_end =0 50 | yellow_start =0 51 | yellow_end =0 52 | red_start =0 53 | red_end =0 54 | highLimit =0 55 | max =0 56 | 57 | [OIL_TEMPERATURE] 58 | min =0 59 | lowLimit =0 60 | low_red_start =0 61 | low_red_end =0 62 | low_yellow_start =0 63 | low_yellow_end =0 64 | green_start =0 65 | green_end =0 66 | yellow_start =0 67 | yellow_end =0 68 | red_start =0 69 | red_end =0 70 | highLimit =0 71 | max =0 72 | 73 | [EGT_TEMPERATURE] 74 | min =0 75 | max =0 76 | lowLimit =0 77 | highLimit =0 78 | 79 | [VACUUM] 80 | min =0 81 | lowLimit =0 82 | green_start =0 83 | green_end =0 84 | highLimit =0 85 | max =0 86 | 87 | [AIRSPEED] 88 | min =0 89 | lowLimit =0 90 | white_start =0 91 | white_end =0 92 | green_start =0 93 | green_end =0 94 | yellow_start =0 95 | yellow_end =0 96 | red_start =0 97 | red_end =0 98 | highLimit =0 99 | max =0 100 | 101 | [TORQUE] 102 | min =0 103 | lowLimit =0 104 | green_start =0 105 | green_end =0 106 | yellow_start =0 107 | yellow_end =0 108 | red_start =0 109 | red_end =0 110 | highLimit =0 111 | max =0 112 | 113 | [RPM] 114 | min =0 115 | lowLimit =0 116 | green_start =0 117 | green_end =0 118 | yellow_start =0 119 | yellow_end =0 120 | red_start =0 121 | red_end =0 122 | highLimit =0 123 | max =0 124 | 125 | [TURBINE_NG] 126 | min =0 127 | lowLimit =0 128 | green_start =0 129 | green_end =0 130 | yellow_start =0 131 | yellow_end =0 132 | red_start =0 133 | red_end =0 134 | highLimit =0 135 | max =0 136 | 137 | [ITTENGINEOFF] 138 | min =0 139 | lowLimit =0 140 | low_red_start =0 141 | low_red_end =0 142 | low_yellow_start =0 143 | low_yellow_end =0 144 | green_start =0 145 | green_end =0 146 | yellow_start =0 147 | yellow_end =0 148 | red_start =0 149 | red_end =0 150 | highLimit =0 151 | max =0 152 | 153 | [ITTENGINEON] 154 | min =0 155 | lowLimit =0 156 | low_red_start =0 157 | low_red_end =0 158 | low_yellow_start =0 159 | low_yellow_end =0 160 | green_start =0 161 | green_end =0 162 | yellow_start =0 163 | yellow_end =0 164 | red_start =0 165 | red_end =0 166 | highLimit =0 167 | max =0 168 | 169 | [MAIN_BUS_VOLTAGE] 170 | min =0 171 | lowLimit =0 172 | low_red_start =0 173 | low_red_end =0 174 | low_yellow_start =0 175 | low_yellow_end =0 176 | green_start =0 177 | green_end =0 178 | yellow_start =0 179 | yellow_end =0 180 | red_start =0 181 | red_end =0 182 | highLimit =0 183 | max =0 184 | 185 | [HOT_BATTERY_BUS_VOLTAGE] 186 | min =0 187 | lowLimit =0 188 | low_red_start =0 189 | low_red_end =0 190 | low_yellow_start =0 191 | low_yellow_end =0 192 | green_start =0 193 | green_end =0 194 | yellow_start =0 195 | yellow_end =0 196 | red_start =0 197 | red_end =0 198 | highLimit =0 199 | max =0 200 | 201 | [BATTERY_BUS_AMPS] 202 | min =0 203 | lowLimit =0 204 | green_start =0 205 | green_end =0 206 | yellow_start =0 207 | yellow_end =0 208 | red_start =0 209 | red_end =0 210 | highLimit =0 211 | max =0 212 | 213 | [GENALT_BUS_AMPS] 214 | min =0 215 | lowLimit =0 216 | green_start =0 217 | green_end =0 218 | yellow_start =0 219 | yellow_end =0 220 | red_start =0 221 | red_end =0 222 | highLimit =0 223 | max =0 224 | 225 | [COOLANT_LEVEL] 226 | min =0 227 | max =0 228 | lowLimit =0 229 | highLimit =0 230 | 231 | [COOLANT_TEMPERATURE] 232 | min =0 233 | lowLimit =0 234 | low_red_start =0 235 | low_red_end =0 236 | low_yellow_start =0 237 | low_yellow_end =0 238 | green_start =0 239 | green_end =0 240 | yellow_start =0 241 | yellow_end =0 242 | red_start =0 243 | red_end =0 244 | highLimit =0 245 | max =0 246 | 247 | [GEAR_OIL_TEMPERATURE] 248 | min =0 249 | lowLimit =0 250 | green_start =0 251 | green_end =0 252 | yellow_start =0 253 | yellow_end =0 254 | red_start =0 255 | red_end =0 256 | highLimit =0 257 | max =0 258 | 259 | [CABIN_ALTITUDE] 260 | min =0 261 | lowLimit =0 262 | green_start =0 263 | green_end =0 264 | highLimit =0 265 | max =0 266 | 267 | [CABIN_ALTITUDE_CHANGE_RATE] 268 | min =0 269 | max =0 270 | lowLimit =0 271 | highLimit =0 272 | 273 | [CABIN_PRESSURE_DIFF] 274 | min =0 275 | lowLimit =0 276 | green_start =0 277 | green_end =0 278 | highLimit =0 279 | max =0 280 | 281 | [ATTITUDE_INDICATORS] 282 | attitude_indicator.0 =2 283 | attitude_indicator.1 =2 284 | 285 | [TURN_INDICATORS] 286 | turn_indicator.0 =1,1 287 | 288 | [DIRECTION_INDICATORS] 289 | direction_indicator.0 = 1,0 290 | 291 | [AIRSPEED_INDICATORS] 292 | airspeed_indicator.0 = 1, 0 293 | airspeed_indicator.1 = 1, 0 294 | 295 | [ALTIMETERS] 296 | altimeter.0 =0.000000,0.000000,0.000000 297 | altimeter.1 =0.000000,0.000000,0.000000 298 | altimeter.2 =0.000000,0.000000,0.000000 299 | altimeter.3 =0.000000,0.000000,0.000000 300 | 301 | [THROTTLE_LEVELS] 302 | level_1_min =0 303 | level_1_name ="" 304 | level_2_min =0 305 | level_2_name ="" 306 | level_3_min =0 307 | level_3_name ="" 308 | level_4_min =0 309 | level_4_name ="" 310 | level_5_min =0 311 | level_5_name ="" 312 | level_6_min=0 313 | level_6_name="" 314 | 315 | [FLAPS_LEVELS] 316 | slats_level_1 =0 317 | flaps_level_1 =0 318 | slats_level_2 =0 319 | flaps_level_2 =0 320 | slats_level_3 =0 321 | flaps_level_3 =0 322 | slats_level_full =0 323 | flaps_level_full =0 324 | 325 | [FUEL_PRESSURE] 326 | min=0 327 | max=0 328 | lowLimit=0 329 | low_red_start=0 330 | low_red_end=0 331 | low_yellow_start=0 332 | low_yellow_end=0 333 | green_start=0 334 | green_end=0 335 | yellow_start=0 336 | yellow_end=0 337 | red_start=0 338 | red_end=0 339 | highLimit=0 340 | 341 | [MANIFOLD_PRESSURE] 342 | min=0 343 | max=0 344 | lowLimit=0 345 | green_start=0 346 | green_end=0 347 | highLimit=0 348 | 349 | [MagneticCompass] 350 | Compass.0=0 351 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321fCFM/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type = 1 //0=Piston, 1=Jet, 2=None, 3=Helo-Turbine, 4=Rocket, 5=Turboprop 7 | Engine.0 = 4.683, -19.1, -5.12 //(feet) longitudinal, lateral, vertical distance from reference datum 8 | Engine.1 = 4.683, 19.1, -5.12 //(feet) longitudinal, lateral, vertical distance from reference datum 9 | fuel_flow_scalar = 1 //Scalar for fuel flow efficiency 10 | min_throttle_limit = -0.0 //Minimum percent throttle. Generally negative for turbine reverser 11 | max_contrail_temperature = -30 //Temperature (deg C) below which contrails may appear 12 | 13 | [Disabled_Controls] 14 | DisableFuelValveControls=0 15 | DisableMixtureControls=0 16 | DisableParkingBrakeControls=0 17 | DisablePropellerControls=0 18 | 19 | 20 | [TURBINEENGINEDATA] 21 | fuel_flow_gain = 0.002 //Gain on fuel flow 22 | inlet_area = 19.6 //Square Feet, engine nacelle inlet area 23 | rated_N2_rpm = 29920 //RPM, second stage compressor rated value 24 | static_thrust = 24200 //Lbs, max rated static thrust at Sea Level 25 | afterburner_available = 0 //Afterburner available? 26 | reverser_available = 1 //Thrust reverser available? 27 | ThrustSpecificFuelConsumption = 0.6 //Thrust specific fuel consumption (Jets) 28 | 29 | [JET_ENGINE] 30 | thrust_scalar=1 31 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321fCFM/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator = 150, 250 9 | aileron = 150, 250 10 | rudder = 150, 250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321fIAE/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321fIAE/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.724 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | 25 | [TURBINEENGINEDATA] 26 | fuel_flow_gain=0.002 27 | low_idle_n1=50 28 | tp_idle_range=0 29 | free_turbine=0 30 | inlet_area=19.6 31 | rated_N2_rpm=29920 32 | static_thrust=24200 33 | reverser_available=1 34 | reverser_mach_controlled=0 35 | afterburner_available=0 36 | afterburner_throttle_threshold=0 37 | ThrustSpecificFuelConsumption=0.6 38 | AfterBurnThrustSpecificFuelConsumption=0 39 | mach_0_corrected_commanded_ne_table=0.000000 40 | mach_hi_corrected_commanded_ne_table=0.000000 41 | corrected_n2_from_ff_table=0.000000 42 | n2_to_n1_table=0.000000 43 | n1_and_mach_on_thrust_table=0.000000 44 | corrected_airflow_table=0.000000 45 | epr_max=0 46 | epr_tc=0 47 | epr_tuning_constant=1 48 | oil_temp_cooling_constant=0 49 | oil_temp_heating_constant=0 50 | oil_temp_tc=0 51 | oil_temp_tuning_constant=1 52 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 53 | oil_press_max=0 54 | oil_press_tc=0 55 | oil_press_tuning_constant=1 56 | itt_peak_temperature=0 57 | itt_tc=0 58 | itt_tuning_constant=1 59 | egt_peak_temperature=0 60 | egt_tc=0 61 | egt_tuning_constant=1 62 | fuel_press_max=2376 63 | fuel_press_tc=2 64 | fuel_press_tuning_constant=1 65 | variable_inlet=0 66 | primary_nozzle_available=0 67 | starter_N1_max_pct=12 68 | starter_N1_rate=0.3 69 | ignition_auto_type= 70 | min_condition_lever_for_combustion=0.01 71 | min_n1_for_combustion=10 72 | min_n2_for_combustion=19.4 73 | min_n1_for_starter_cutoff=200 74 | min_n2_for_starter_cutoff=200 75 | min_n2_for_apu_bleed_air_cutoff=200 76 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 77 | bleed_air_on_n2_tc=1 78 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 79 | n1_normal_tc=1 80 | n1_start_max_rate=1 81 | n1_start_combustion_max_rate=2 82 | idle_fuel_flow=35 83 | idle_high_fuel_flow=40 84 | min_n2_for_fuel_flow=15 85 | low_idle_n2=50 86 | high_n1=100 87 | high_n2=100 88 | high_fuel_flow=50 89 | mach_influence_on_n1=10 90 | fuel_flow_max=10000 91 | fuel_flow_controller_p=0.01 92 | fuel_flow_controller_i=0.001 93 | fuel_flow_controller_d=0.01 94 | fuel_flow_controller_iboundary=10 95 | fuel_flow_controller_dboundary=100 96 | max_torque_protection=0 97 | max_n1_protection=0 98 | max_n2_protection=0 99 | max_egt_protection=0 100 | fuel_flow_max_itt_factor=2 101 | fuel_flow_min_itt_factor=0.9 102 | n1_cooling_factor=0.01 103 | primary_nozzle_afterburner_offset=0.14 104 | primary_nozzle_n1_mach_to_nozzle_pos=0.000000:0.000000:2.000000,53.000000:0.660000:0.100000,65.000000:0.690000:0.330000,96.000000:0.700000:0.440000 105 | [JET_ENGINE] 106 | thrust_scalar=1 107 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321fIAE/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321wCFM/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321wCFM/aircraft.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERAL] 6 | atc_type ="Airbus" 7 | atc_model ="A321" 8 | Category = "airplane" 9 | performance ="" 10 | editable = 1 11 | wip_indicator = 2 12 | icao_type_designator ="A321" 13 | icao_manufacturer ="AIRBUS" 14 | icao_model ="A321" 15 | icao_engine_type ="Jet" 16 | icao_engine_count =2 17 | icao_WTC ="M" 18 | icao_generic=1 19 | 20 | [EFFECTS] 21 | wake =fx_wake, 0 22 | water =fx_spray, 0 23 | dirt =fx_tchdrt, 0 24 | concrete =fx_sparks, 0 25 | touchdown =fx_tchdwn_s, 1 26 | waterspeed=fx_spray, 0 27 | contrail=fx_contrail_l, 0 28 | startup=fx_engstrt, 1 29 | landrotorwash=fx_rtr_lnd, 0 30 | waterrotorwash=fx_rtr_wtr, 0 31 | vaportrail_l=fx_vaportrail_l, 0 32 | vaportrail_r=fx_vaportrail_r, 0 33 | l_wingtipvortice=fx_wingtipvortice_l, 1 34 | r_wingtipvortice=fx_wingtipvortice_r, 1 35 | fueldump=, 0 36 | EngineFire=fx_engfire, 0 37 | EngineDamage=fx_engsmoke, 0 38 | EngineOilLeak=fx_OilLeak, 0 39 | SkidPavement=fx_skidmark, 0 40 | SnowSkiTrack=, 0 41 | WheelSnowSpray=fx_WheelSnowSpray, 0 42 | WheelWetSpray=fx_WheelWetSpray, 0 43 | WetEngineWash=fx_WetEngineWash, 0 44 | SnowEngineWash=fx_SnowEngineWash, 0 45 | WaterBallastDrain=fx_WaterBallastDrain, 0 46 | PistonFailure=fx_PistonFailure, 1 47 | windshield_rain_effect_available=1 48 | 49 | [TIMELINE.FLIGHT_RUNWAY] 50 | Flaps = 33 51 | 52 | [LOADING] 53 | ImageName = LOADING_FREEFLIGHT 54 | 55 | [EXITS] 56 | number_of_exits =2 57 | exit.0 = 0.4, 50.908, -6.137, 3.203, 0 //openclose rate percent per second, longitudinal, lateral, vertical positions from datum (feet), type (0=Main 1=Cargo 2=Emergency) 58 | exit.1 = 0.4, -29.45, 5.152, -2.523, 1 //openclose rate percent per second, longitudinal, lateral, vertical positions from datum (feet), type (0=Main 1=Cargo 2=Emergency) 59 | 60 | ;===================== FLTSIM ===================== 61 | 62 | [SERVICES] 63 | FUELTRUCK=0 64 | BAGGAGE_LOADER=0 65 | CATERING_TRUCK=0 66 | BOARDING_RAMP=1 67 | GROUND_POWER_UNIT=0 68 | PUSHBACK=1 69 | SMALL_PUSHBACK=0 70 | MARSHALLER=1 71 | JETWAY=1 72 | 73 | [PILOT] 74 | pilot="" 75 | copilot="" 76 | instructor="" 77 | pilot_default_animation="","","","","","","","","","","","","","","","" 78 | copilot_default_animation="","","","","","","","","","","","","","","","" 79 | pilot_attach_node="PILOT_0" 80 | copilot_attach_node="PILOT_1" 81 | 82 | 83 | 84 | 85 | [FLTSIM.0] 86 | Title="A321AIBWL" 87 | Model="aib" 88 | Panel="" 89 | Sound="" 90 | Texture="aib" 91 | icao_airline="AIB" 92 | icao_type_designator="A321" 93 | KB_Checklists="" 94 | KB_Reference="" 95 | description="" 96 | wip_indicator=0 97 | ui_manufacturer="IVAO.aero (X-CSL)" 98 | ui_type="A321WL" 99 | ui_variation="AIB" 100 | ui_typerole="Jet" 101 | ui_createdby="IVAO (X-CSL)" 102 | ui_thumbnailfile="" 103 | ui_certified_ceiling=41000 104 | ui_max_range=-1 105 | ui_autonomy=-1 106 | ui_fuel_burn_rate=-1 107 | atc_id="G-BAFM" 108 | atc_id_enable=1 109 | atc_airline="" 110 | atc_flight_number="" 111 | atc_heavy=0 112 | atc_id_color="0x00000000" 113 | atc_id_font="" 114 | isAirTraffic=1 115 | isUserSelectable=0 116 | atc_parking_types="ANY" 117 | atc_parking_codes="" 118 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321wCFM/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.724 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | 25 | [TURBINEENGINEDATA] 26 | fuel_flow_gain=0.002 27 | low_idle_n1=50 28 | tp_idle_range=0 29 | free_turbine=0 30 | inlet_area=19.6 31 | rated_N2_rpm=29920 32 | static_thrust=24200 33 | reverser_available=1 34 | reverser_mach_controlled=0 35 | afterburner_available=0 36 | afterburner_throttle_threshold=0 37 | ThrustSpecificFuelConsumption=0.6 38 | AfterBurnThrustSpecificFuelConsumption=0 39 | mach_0_corrected_commanded_ne_table=0.000000 40 | mach_hi_corrected_commanded_ne_table=0.000000 41 | corrected_n2_from_ff_table=0.000000 42 | n2_to_n1_table=0.000000 43 | n1_and_mach_on_thrust_table=0.000000 44 | corrected_airflow_table=0.000000 45 | epr_max=0 46 | epr_tc=0 47 | epr_tuning_constant=1 48 | oil_temp_cooling_constant=0 49 | oil_temp_heating_constant=0 50 | oil_temp_tc=0 51 | oil_temp_tuning_constant=1 52 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 53 | oil_press_max=0 54 | oil_press_tc=0 55 | oil_press_tuning_constant=1 56 | itt_peak_temperature=0 57 | itt_tc=0 58 | itt_tuning_constant=1 59 | egt_peak_temperature=0 60 | egt_tc=0 61 | egt_tuning_constant=1 62 | fuel_press_max=2376 63 | fuel_press_tc=2 64 | fuel_press_tuning_constant=1 65 | variable_inlet=0 66 | primary_nozzle_available=0 67 | starter_N1_max_pct=12 68 | starter_N1_rate=0.3 69 | ignition_auto_type= 70 | min_condition_lever_for_combustion=0.01 71 | min_n1_for_combustion=10 72 | min_n2_for_combustion=19.4 73 | min_n1_for_starter_cutoff=200 74 | min_n2_for_starter_cutoff=200 75 | min_n2_for_apu_bleed_air_cutoff=200 76 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 77 | bleed_air_on_n2_tc=1 78 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 79 | n1_normal_tc=1 80 | n1_start_max_rate=1 81 | n1_start_combustion_max_rate=2 82 | idle_fuel_flow=35 83 | idle_high_fuel_flow=40 84 | min_n2_for_fuel_flow=15 85 | low_idle_n2=50 86 | high_n1=100 87 | high_n2=100 88 | high_fuel_flow=50 89 | mach_influence_on_n1=10 90 | fuel_flow_max=10000 91 | fuel_flow_controller_p=0.01 92 | fuel_flow_controller_i=0.001 93 | fuel_flow_controller_d=0.01 94 | fuel_flow_controller_iboundary=10 95 | fuel_flow_controller_dboundary=100 96 | max_torque_protection=0 97 | max_n1_protection=0 98 | max_n2_protection=0 99 | max_egt_protection=0 100 | fuel_flow_max_itt_factor=2 101 | fuel_flow_min_itt_factor=0.9 102 | n1_cooling_factor=0.01 103 | primary_nozzle_afterburner_offset=0.14 104 | primary_nozzle_n1_mach_to_nozzle_pos=0.000000:0.000000:2.000000,53.000000:0.660000:0.100000,65.000000:0.690000:0.330000,96.000000:0.700000:0.440000 105 | [JET_ENGINE] 106 | thrust_scalar=1 107 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321wCFM/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321wIAE/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround = 400 7 | takeoffVerticalSpeedAir = 500 8 | takeoffAirspeedAirMultiplier = 1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | 15 | [LANDING] 16 | flareAngle = -4 17 | maxPitchRate = 0.333333 18 | horizontalSpeedErrorMultiplier = 12.0 19 | maxThrottleRate = 0.02 20 | verticalMomentumDampening = 0.0005 21 | horizontalMomentumDampening = 0.0001 22 | maxThrottleSlope = 0.4 23 | correctPitchDeltaMultiplier = 0.005 24 | verticalSpeedRunway = -350 25 | verticalSpeedTouchdown = -120 26 | verticalSpeedGround = -10 27 | 28 | 29 | [SIMPLIFIEDSIM] 30 | dampingVelocity = 0.4 31 | brakesMultiplier = 1.0 32 | brakesRotationDamping = 0.3 33 | staticCgHeightUnderground = 0.5 34 | throttleFactor = 0.5 35 | airResistanceFactorXYZ = 0.002,0.04,0.0001 36 | spoilersXYZFactor = 0,-0.005,0.0001 37 | flapsXYZFactor = 0,0.001,0.0001 38 | portanceFactor = 0.2 39 | spoilersPortance = -0.1 40 | flapsPortance = 0.1 41 | headingAccelerationFromBankFactor = 0.003 42 | headingInertia = 0.001 43 | airspeedAccelerationAugmentationPerFrame = 1.0 44 | altitudeAccelerationPerFrame = 5.0 45 | verticalSpeedAccelerationAugmentationPerFrame = 1.0 -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321wIAE/aircraft.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERAL] 6 | atc_type ="Airbus" 7 | atc_model ="A321" 8 | Category = "airplane" 9 | performance ="" 10 | editable = 1 11 | wip_indicator = 2 12 | icao_type_designator ="A321" 13 | icao_manufacturer ="AIRBUS" 14 | icao_model ="A321" 15 | icao_engine_type ="Jet" 16 | icao_engine_count =2 17 | icao_WTC ="M" 18 | icao_generic=1 19 | 20 | [EFFECTS] 21 | wake =fx_wake, 0 22 | water =fx_spray, 0 23 | dirt =fx_tchdrt, 0 24 | concrete =fx_sparks, 0 25 | touchdown =fx_tchdwn_s, 1 26 | waterspeed=fx_spray, 0 27 | contrail=fx_contrail_l, 0 28 | startup=fx_engstrt, 1 29 | landrotorwash=fx_rtr_lnd, 0 30 | waterrotorwash=fx_rtr_wtr, 0 31 | vaportrail_l=fx_vaportrail_l, 0 32 | vaportrail_r=fx_vaportrail_r, 0 33 | l_wingtipvortice=fx_wingtipvortice_l, 1 34 | r_wingtipvortice=fx_wingtipvortice_r, 1 35 | fueldump=, 0 36 | EngineFire=fx_engfire, 0 37 | EngineDamage=fx_engsmoke, 0 38 | EngineOilLeak=fx_OilLeak, 0 39 | SkidPavement=fx_skidmark, 0 40 | SnowSkiTrack=, 0 41 | WheelSnowSpray=fx_WheelSnowSpray, 0 42 | WheelWetSpray=fx_WheelWetSpray, 0 43 | WetEngineWash=fx_WetEngineWash, 0 44 | SnowEngineWash=fx_SnowEngineWash, 0 45 | WaterBallastDrain=fx_WaterBallastDrain, 0 46 | PistonFailure=fx_PistonFailure, 1 47 | windshield_rain_effect_available=1 48 | 49 | [TIMELINE.FLIGHT_RUNWAY] 50 | Flaps = 33 51 | 52 | [LOADING] 53 | ImageName = LOADING_FREEFLIGHT 54 | 55 | [EXITS] 56 | number_of_exits =2 57 | exit.0 = 0.4, 50.908, -6.137, 3.203, 0 //openclose rate percent per second, longitudinal, lateral, vertical positions from datum (feet), type (0=Main 1=Cargo 2=Emergency) 58 | exit.1 = 0.4, -29.45, 5.152, -2.523, 1 //openclose rate percent per second, longitudinal, lateral, vertical positions from datum (feet), type (0=Main 1=Cargo 2=Emergency) 59 | 60 | ;===================== FLTSIM ===================== 61 | 62 | [SERVICES] 63 | FUELTRUCK=0 64 | BAGGAGE_LOADER=0 65 | CATERING_TRUCK=0 66 | BOARDING_RAMP=1 67 | GROUND_POWER_UNIT=0 68 | PUSHBACK=1 69 | SMALL_PUSHBACK=0 70 | MARSHALLER=1 71 | JETWAY=1 72 | 73 | [PILOT] 74 | pilot="" 75 | copilot="" 76 | instructor="" 77 | pilot_default_animation="","","","","","","","","","","","","","","","" 78 | copilot_default_animation="","","","","","","","","","","","","","","","" 79 | pilot_attach_node="PILOT_0" 80 | copilot_attach_node="PILOT_1" 81 | 82 | 83 | 84 | 85 | 86 | [FLTSIM.0] 87 | Title="A321AIB2WL" 88 | Model="aib2" 89 | Panel="" 90 | Sound="" 91 | Texture="aib2" 92 | icao_airline="AIB" 93 | icao_type_designator="A321" 94 | KB_Checklists="" 95 | KB_Reference="" 96 | description="" 97 | wip_indicator=0 98 | ui_manufacturer="IVAO.aero (X-CSL)" 99 | ui_type="A321WL" 100 | ui_variation="AIB2" 101 | ui_typerole="Jet" 102 | ui_createdby="IVAO (X-CSL)" 103 | ui_thumbnailfile="" 104 | ui_certified_ceiling=41000 105 | ui_max_range=-1 106 | ui_autonomy=-1 107 | ui_fuel_burn_rate=-1 108 | atc_id="G-BAFM" 109 | atc_id_enable=1 110 | atc_airline="" 111 | atc_flight_number="" 112 | atc_heavy=0 113 | atc_id_color="0x00000000" 114 | atc_id_font="" 115 | isAirTraffic=1 116 | isUserSelectable=0 117 | atc_parking_types="ANY" 118 | atc_parking_codes="" 119 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321wIAE/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | engine_type =1 7 | Engine.0 = 4.683, -19.1, -5.12 8 | Engine.1 = 4.683, 19.1, -5.12 9 | fuel_flow_scalar =1 10 | min_throttle_limit =-0 11 | max_contrail_temperature =-39.724 12 | master_ignition_switch=0 13 | starter_type=0 14 | accumulated_time_hobbs_min_pct_rpm=-1 15 | accumulated_time_hobbs_min_knots=25 16 | 17 | [Disabled_Controls] 18 | DisableFuelValveControls=0 19 | DisableMixtureControls=0 20 | DisableParkingBrakeControls=0 21 | DisablePropellerControls=0 22 | 23 | 24 | 25 | [TURBINEENGINEDATA] 26 | fuel_flow_gain=0.002 27 | low_idle_n1=50 28 | tp_idle_range=0 29 | free_turbine=0 30 | inlet_area=19.6 31 | rated_N2_rpm=29920 32 | static_thrust=24200 33 | reverser_available=1 34 | reverser_mach_controlled=0 35 | afterburner_available=0 36 | afterburner_throttle_threshold=0 37 | ThrustSpecificFuelConsumption=0.6 38 | AfterBurnThrustSpecificFuelConsumption=0 39 | mach_0_corrected_commanded_ne_table=0.000000 40 | mach_hi_corrected_commanded_ne_table=0.000000 41 | corrected_n2_from_ff_table=0.000000 42 | n2_to_n1_table=0.000000 43 | n1_and_mach_on_thrust_table=0.000000 44 | corrected_airflow_table=0.000000 45 | epr_max=0 46 | epr_tc=0 47 | epr_tuning_constant=1 48 | oil_temp_cooling_constant=0 49 | oil_temp_heating_constant=0 50 | oil_temp_tc=0 51 | oil_temp_tuning_constant=1 52 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 53 | oil_press_max=0 54 | oil_press_tc=0 55 | oil_press_tuning_constant=1 56 | itt_peak_temperature=0 57 | itt_tc=0 58 | itt_tuning_constant=1 59 | egt_peak_temperature=0 60 | egt_tc=0 61 | egt_tuning_constant=1 62 | fuel_press_max=2376 63 | fuel_press_tc=2 64 | fuel_press_tuning_constant=1 65 | variable_inlet=0 66 | primary_nozzle_available=0 67 | starter_N1_max_pct=12 68 | starter_N1_rate=0.3 69 | ignition_auto_type= 70 | min_condition_lever_for_combustion=0.01 71 | min_n1_for_combustion=10 72 | min_n2_for_combustion=19.4 73 | min_n1_for_starter_cutoff=200 74 | min_n2_for_starter_cutoff=200 75 | min_n2_for_apu_bleed_air_cutoff=200 76 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 77 | bleed_air_on_n2_tc=1 78 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 79 | n1_normal_tc=1 80 | n1_start_max_rate=1 81 | n1_start_combustion_max_rate=2 82 | idle_fuel_flow=35 83 | idle_high_fuel_flow=40 84 | min_n2_for_fuel_flow=15 85 | low_idle_n2=50 86 | high_n1=100 87 | high_n2=100 88 | high_fuel_flow=50 89 | mach_influence_on_n1=10 90 | fuel_flow_max=10000 91 | fuel_flow_controller_p=0.01 92 | fuel_flow_controller_i=0.001 93 | fuel_flow_controller_d=0.01 94 | fuel_flow_controller_iboundary=10 95 | fuel_flow_controller_dboundary=100 96 | max_torque_protection=0 97 | max_n1_protection=0 98 | max_n2_protection=0 99 | max_egt_protection=0 100 | fuel_flow_max_itt_factor=2 101 | fuel_flow_min_itt_factor=0.9 102 | n1_cooling_factor=0.01 103 | primary_nozzle_afterburner_offset=0.14 104 | primary_nozzle_n1_mach_to_nozzle_pos=0.000000:0.000000:2.000000,53.000000:0.660000:0.100000,65.000000:0.690000:0.330000,96.000000:0.700000:0.440000 105 | [JET_ENGINE] 106 | thrust_scalar=1 107 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A321wIAE/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | //Breakpoint speeds (knots) on the keyboard increments of control surfaces. 7 | //Speed at which the incremenet is reduced to 1/2 and 1/8 respectively. 8 | elevator =150,250 9 | aileron =150,250 10 | rudder =150,250 11 | 12 | [FORCEFEEDBACK] 13 | gear_bump_nose_magnitude = 6000 ; 0 - 10000 14 | gear_bump_nose_direction = 18000 ; 0 - 35999 degrees 15 | gear_bump_nose_duration = 250000 ; in microseconds 16 | gear_bump_left_magnitude = 6000 ; 0 - 10000 17 | gear_bump_left_direction = 35500 ; 0 - 35999 degrees 18 | gear_bump_left_duration = 250000 ; in microseconds 19 | gear_bump_right_magnitude = 6000 ; 0 - 10000 20 | gear_bump_right_direction = 00500 ; 0 - 35999 degrees 21 | gear_bump_right_duration = 250000 ; in microseconds 22 | ground_bumps_magnitude1 = 3250 ; 0 - 10000 23 | ground_bumps_angle1 = 8900 ; 0 - 35999 degrees 24 | ground_bumps_intercept1 = 5.0 25 | ground_bumps_slope1 = 0.48 26 | ground_bumps_magnitude2 = 750 ; 0 - 10000 27 | ground_bumps_angle2 = 9100 ; 0 - 35999 degrees 28 | ground_bumps_intercept2 = 0.075 29 | ground_bumps_slope2 = 1.0 30 | crash_magnitude1 = 10000 ; 0 - 10000 31 | crash_direction1 = 01000 ; 0 - 35999 degrees 32 | crash_magnitude2 = 10000 ; 0 - 10000 33 | crash_direction2 = 9000 ; 0 - 35999 degrees 34 | crash_period2 = 75000 ; in microseconds 35 | crash_duration2 = 2500000 ; in microseconds 36 | 37 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A332GE/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround =400 7 | takeoffVerticalSpeedAir =500 8 | takeoffAirspeedAirMultiplier =1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | SlowDownDistance=50 15 | StopDistance=2 16 | SlowDownOnLastWayPoint=1 17 | CanReverse=1 18 | FrontRadiusMeters=-1 19 | 20 | [LANDING] 21 | flareAngle =-4 22 | maxPitchRate =0.333333 23 | horizontalSpeedErrorMultiplier =12 24 | maxThrottleRate =0.02 25 | verticalMomentumDampening = 0.0005 26 | horizontalMomentumDampening = 0.0001 27 | maxThrottleSlope =0.4 28 | correctPitchDeltaMultiplier =0.005 29 | verticalSpeedRunway = -350 30 | verticalSpeedTouchdown = -120 31 | verticalSpeedGround = -10 32 | 33 | 34 | [SIMPLIFIEDSIM] 35 | dampingVelocity =0.4 36 | brakesMultiplier =1 37 | brakesRotationDamping =0.3 38 | staticCgHeightUnderground = 0.5 39 | throttleFactor =0.5 40 | airResistanceFactorXYZ = 0.002, 0.04, 0.0001 41 | spoilersXYZFactor = 0, -0.005, 0.0001 42 | flapsXYZFactor = 0, 0.001, 0.0001 43 | portanceFactor =0.2 44 | spoilersPortance =-0.1 45 | flapsPortance =0.1 46 | headingAccelerationFromBankFactor =0.003 47 | headingInertia =0.001 48 | airspeedAccelerationAugmentationPerFrame =1 49 | altitudeAccelerationPerFrame =5 50 | verticalSpeedAccelerationAugmentationPerFrame =1 51 | minRPMPct=0.25 52 | landingGearAnimPct=65 53 | [AI_INPUT] 54 | ThrottleFactorDelta=0 55 | [TAXI] 56 | DistanceToLaneLine=0 57 | [STICKANDRUDDER] 58 | rudderGroundPID= 0.015, 0.001, 0.001, 1, 1 59 | throttleGroundPID= 1, 0.1, 10, 10, 20 60 | brakeDifferentialPID= 0.001, 0.001, 0.8, 1, 5 61 | throttleDifferentialPID= 10, 0.001, 20, 10, 40 62 | throttlePID= 20, 0.3, 20, 20, 500 63 | pitchPID= 1, 0.01, 2, 0.6, 5 64 | rollPID= 1, 0.001, 1, 0.5, 8 65 | headingPID= 1, 0.01, 1, 1, 20 66 | verticalSpeedPID= 0.5, 0.1, 0.5, 200, 5000 67 | nav_ex1PID= 3, 0.01, 2, 0.035, 50 68 | nav_yawPID= 0.02, 0.00006, 0.006, 0.3, 3 69 | glideSlopePID= 5.52, 1, 3, 2, 60 70 | flightLevelPID= 10, 1, 10, 100, 1000 71 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A332GE/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | //0=Piston, 1=Jet, 2=None, 3=Helo-Turbine, 4=Rocket, 5=Turboprop 7 | engine_type =1 8 | fuel_flow_scalar =1 9 | min_throttle_limit =-0.14 10 | max_contrail_temperature =-39.707329 11 | engine.0 = 8.55, -30.47, -8.53 12 | engine.1 = 8.55, 30.47, -8.53 13 | master_ignition_switch=0 14 | starter_type=0 15 | accumulated_time_hobbs_min_pct_rpm=-1 16 | accumulated_time_hobbs_min_knots=25 17 | 18 | [Disabled_Controls] 19 | DisableFuelValveControls=0 20 | DisableMixtureControls=0 21 | DisableParkingBrakeControls=0 22 | DisablePropellerControls=0 23 | 24 | 25 | 26 | 27 | [TURBINEENGINEDATA] 28 | fuel_flow_gain=0.002 29 | low_idle_n1=50 30 | tp_idle_range=0 31 | free_turbine=0 32 | inlet_area=19.6 33 | rated_N2_rpm=29920 34 | static_thrust=28000 35 | reverser_available=1 36 | reverser_mach_controlled=0 37 | afterburner_available=0 38 | afterburner_throttle_threshold=0 39 | ThrustSpecificFuelConsumption=0 40 | AfterBurnThrustSpecificFuelConsumption=0 41 | mach_0_corrected_commanded_ne_table=0.000000 42 | mach_hi_corrected_commanded_ne_table=0.000000 43 | corrected_n2_from_ff_table=0.000000 44 | n2_to_n1_table=0.000000 45 | n1_and_mach_on_thrust_table=0.000000 46 | corrected_airflow_table=0.000000 47 | epr_max=0 48 | epr_tc=0 49 | epr_tuning_constant=1 50 | oil_temp_cooling_constant=0 51 | oil_temp_heating_constant=0 52 | oil_temp_tc=0 53 | oil_temp_tuning_constant=1 54 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 55 | oil_press_max=0 56 | oil_press_tc=0 57 | oil_press_tuning_constant=1 58 | itt_peak_temperature=0 59 | itt_tc=0 60 | itt_tuning_constant=1 61 | egt_peak_temperature=0 62 | egt_tc=0 63 | egt_tuning_constant=1 64 | fuel_press_max=2376 65 | fuel_press_tc=2 66 | fuel_press_tuning_constant=1 67 | variable_inlet=0 68 | primary_nozzle_available=0 69 | starter_N1_max_pct=12 70 | starter_N1_rate=0.3 71 | ignition_auto_type= 72 | min_condition_lever_for_combustion=0.01 73 | min_n1_for_combustion=10 74 | min_n2_for_combustion=19.4 75 | min_n1_for_starter_cutoff=200 76 | min_n2_for_starter_cutoff=200 77 | min_n2_for_apu_bleed_air_cutoff=200 78 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 79 | bleed_air_on_n2_tc=1 80 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 81 | [JET_ENGINE] 82 | thrust_scalar=1 83 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A332GE/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | elevator =150,250 7 | aileron =150,250 8 | rudder =150,250 9 | 10 | 11 | [FORCEFEEDBACK] 12 | gear_bump_nose_magnitude = 3000 13 | gear_bump_nose_direction = 18000 14 | gear_bump_nose_duration = 250000 15 | gear_bump_left_magnitude = 2700 16 | gear_bump_left_direction = 35500 17 | gear_bump_left_duration = 250000 18 | gear_bump_right_magnitude = 2700 19 | gear_bump_right_direction = 00500 20 | gear_bump_right_duration = 250000 21 | ground_bumps_magnitude1 = 1300 22 | ground_bumps_angle1 = 08900 23 | ground_bumps_intercept1 = 3.0 24 | ground_bumps_slope1 = 0.20 25 | ground_bumps_magnitude2 = 200 26 | ground_bumps_angle2 = 09100 27 | ground_bumps_intercept2 = 1.075 28 | ground_bumps_slope2 = 0.035 29 | crash_magnitude1 = 10000 30 | crash_direction1 = 01000 31 | crash_magnitude2 = 10000 32 | crash_direction2 = 9000 33 | crash_period2 = 75000 34 | crash_duration2 = 2500000 35 | 36 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A332PW/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround =400 7 | takeoffVerticalSpeedAir =500 8 | takeoffAirspeedAirMultiplier =1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | SlowDownDistance=50 15 | StopDistance=2 16 | SlowDownOnLastWayPoint=1 17 | CanReverse=1 18 | FrontRadiusMeters=-1 19 | 20 | [LANDING] 21 | flareAngle =-4 22 | maxPitchRate =0.333333 23 | horizontalSpeedErrorMultiplier =12 24 | maxThrottleRate =0.02 25 | verticalMomentumDampening = 0.0005 26 | horizontalMomentumDampening = 0.0001 27 | maxThrottleSlope =0.4 28 | correctPitchDeltaMultiplier =0.005 29 | verticalSpeedRunway = -350 30 | verticalSpeedTouchdown = -120 31 | verticalSpeedGround = -10 32 | 33 | 34 | [SIMPLIFIEDSIM] 35 | dampingVelocity =0.4 36 | brakesMultiplier =1 37 | brakesRotationDamping =0.3 38 | staticCgHeightUnderground = 0.5 39 | throttleFactor =0.5 40 | airResistanceFactorXYZ = 0.002, 0.04, 0.0001 41 | spoilersXYZFactor = 0, -0.005, 0.0001 42 | flapsXYZFactor = 0, 0.001, 0.0001 43 | portanceFactor =0.2 44 | spoilersPortance =-0.1 45 | flapsPortance =0.1 46 | headingAccelerationFromBankFactor =0.003 47 | headingInertia =0.001 48 | airspeedAccelerationAugmentationPerFrame =1 49 | altitudeAccelerationPerFrame =5 50 | verticalSpeedAccelerationAugmentationPerFrame =1 51 | minRPMPct=0.25 52 | landingGearAnimPct=65 53 | [AI_INPUT] 54 | ThrottleFactorDelta=0 55 | [TAXI] 56 | DistanceToLaneLine=0 57 | [STICKANDRUDDER] 58 | rudderGroundPID= 0.015, 0.001, 0.001, 1, 1 59 | throttleGroundPID= 1, 0.1, 10, 10, 20 60 | brakeDifferentialPID= 0.001, 0.001, 0.8, 1, 5 61 | throttleDifferentialPID= 10, 0.001, 20, 10, 40 62 | throttlePID= 20, 0.3, 20, 20, 500 63 | pitchPID= 1, 0.01, 2, 0.6, 5 64 | rollPID= 1, 0.001, 1, 0.5, 8 65 | headingPID= 1, 0.01, 1, 1, 20 66 | verticalSpeedPID= 0.5, 0.1, 0.5, 200, 5000 67 | nav_ex1PID= 3, 0.01, 2, 0.035, 50 68 | nav_yawPID= 0.02, 0.00006, 0.006, 0.3, 3 69 | glideSlopePID= 5.52, 1, 3, 2, 60 70 | flightLevelPID= 10, 1, 10, 100, 1000 71 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A332PW/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | //0=Piston, 1=Jet, 2=None, 3=Helo-Turbine, 4=Rocket, 5=Turboprop 7 | engine_type =1 8 | fuel_flow_scalar =1 9 | min_throttle_limit =-0.14 10 | max_contrail_temperature =-39.724 11 | engine.0 = 8.55, -30.47, -8.53 12 | engine.1 = 8.55, 30.47, -8.53 13 | master_ignition_switch=0 14 | starter_type=0 15 | accumulated_time_hobbs_min_pct_rpm=-1 16 | accumulated_time_hobbs_min_knots=25 17 | 18 | [Disabled_Controls] 19 | DisableFuelValveControls=0 20 | DisableMixtureControls=0 21 | DisableParkingBrakeControls=0 22 | DisablePropellerControls=0 23 | 24 | 25 | 26 | 27 | [TURBINEENGINEDATA] 28 | fuel_flow_gain=0.002 29 | low_idle_n1=50 30 | tp_idle_range=0 31 | free_turbine=0 32 | inlet_area=19.6 33 | rated_N2_rpm=29920 34 | static_thrust=28000 35 | reverser_available=1 36 | reverser_mach_controlled=0 37 | afterburner_available=0 38 | afterburner_throttle_threshold=0 39 | ThrustSpecificFuelConsumption=0 40 | AfterBurnThrustSpecificFuelConsumption=0 41 | mach_0_corrected_commanded_ne_table=0.000000 42 | mach_hi_corrected_commanded_ne_table=0.000000 43 | corrected_n2_from_ff_table=0.000000 44 | n2_to_n1_table=0.000000 45 | n1_and_mach_on_thrust_table=0.000000 46 | corrected_airflow_table=0.000000 47 | epr_max=0 48 | epr_tc=0 49 | epr_tuning_constant=1 50 | oil_temp_cooling_constant=0 51 | oil_temp_heating_constant=0 52 | oil_temp_tc=0 53 | oil_temp_tuning_constant=1 54 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 55 | oil_press_max=0 56 | oil_press_tc=0 57 | oil_press_tuning_constant=1 58 | itt_peak_temperature=0 59 | itt_tc=0 60 | itt_tuning_constant=1 61 | egt_peak_temperature=0 62 | egt_tc=0 63 | egt_tuning_constant=1 64 | fuel_press_max=2376 65 | fuel_press_tc=2 66 | fuel_press_tuning_constant=1 67 | variable_inlet=0 68 | primary_nozzle_available=0 69 | starter_N1_max_pct=12 70 | starter_N1_rate=0.3 71 | ignition_auto_type= 72 | min_condition_lever_for_combustion=0.01 73 | min_n1_for_combustion=10 74 | min_n2_for_combustion=19.4 75 | min_n1_for_starter_cutoff=200 76 | min_n2_for_starter_cutoff=200 77 | min_n2_for_apu_bleed_air_cutoff=200 78 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 79 | bleed_air_on_n2_tc=1 80 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 81 | n1_normal_tc=1 82 | n1_start_max_rate=1 83 | n1_start_combustion_max_rate=2 84 | idle_fuel_flow=35 85 | idle_high_fuel_flow=40 86 | min_n2_for_fuel_flow=15 87 | low_idle_n2=50 88 | high_n1=100 89 | high_n2=100 90 | high_fuel_flow=50 91 | mach_influence_on_n1=10 92 | fuel_flow_max=10000 93 | fuel_flow_controller_p=0.01 94 | fuel_flow_controller_i=0.001 95 | fuel_flow_controller_d=0.01 96 | fuel_flow_controller_iboundary=10 97 | fuel_flow_controller_dboundary=100 98 | max_torque_protection=0 99 | max_n1_protection=0 100 | max_n2_protection=0 101 | max_egt_protection=0 102 | fuel_flow_max_itt_factor=2 103 | fuel_flow_min_itt_factor=0.9 104 | n1_cooling_factor=0.01 105 | primary_nozzle_afterburner_offset=0.14 106 | primary_nozzle_n1_mach_to_nozzle_pos=0.000000:0.000000:2.000000,53.000000:0.660000:0.100000,65.000000:0.690000:0.330000,96.000000:0.700000:0.440000 107 | [JET_ENGINE] 108 | thrust_scalar=1 109 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A332PW/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | elevator =150,250 7 | aileron =150,250 8 | rudder =150,250 9 | 10 | 11 | [FORCEFEEDBACK] 12 | gear_bump_nose_magnitude = 3000 13 | gear_bump_nose_direction = 18000 14 | gear_bump_nose_duration = 250000 15 | gear_bump_left_magnitude = 2700 16 | gear_bump_left_direction = 35500 17 | gear_bump_left_duration = 250000 18 | gear_bump_right_magnitude = 2700 19 | gear_bump_right_direction = 00500 20 | gear_bump_right_duration = 250000 21 | ground_bumps_magnitude1 = 1300 22 | ground_bumps_angle1 = 08900 23 | ground_bumps_intercept1 = 3.0 24 | ground_bumps_slope1 = 0.20 25 | ground_bumps_magnitude2 = 200 26 | ground_bumps_angle2 = 09100 27 | ground_bumps_intercept2 = 1.075 28 | ground_bumps_slope2 = 0.035 29 | crash_magnitude1 = 10000 30 | crash_direction1 = 01000 31 | crash_magnitude2 = 10000 32 | crash_direction2 = 9000 33 | crash_period2 = 75000 34 | crash_duration2 = 2500000 35 | 36 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A332RR/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround =400 7 | takeoffVerticalSpeedAir =500 8 | takeoffAirspeedAirMultiplier =1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | SlowDownDistance=50 15 | StopDistance=2 16 | SlowDownOnLastWayPoint=1 17 | CanReverse=1 18 | FrontRadiusMeters=-1 19 | 20 | [LANDING] 21 | flareAngle =-4 22 | maxPitchRate =0.333333 23 | horizontalSpeedErrorMultiplier =12 24 | maxThrottleRate =0.02 25 | verticalMomentumDampening = 0.0005 26 | horizontalMomentumDampening = 0.0001 27 | maxThrottleSlope =0.4 28 | correctPitchDeltaMultiplier =0.005 29 | verticalSpeedRunway = -350 30 | verticalSpeedTouchdown = -120 31 | verticalSpeedGround = -10 32 | 33 | 34 | [SIMPLIFIEDSIM] 35 | dampingVelocity =0.4 36 | brakesMultiplier =1 37 | brakesRotationDamping =0.3 38 | staticCgHeightUnderground = 0.5 39 | throttleFactor =0.5 40 | airResistanceFactorXYZ = 0.002, 0.04, 0.0001 41 | spoilersXYZFactor = 0, -0.005, 0.0001 42 | flapsXYZFactor = 0, 0.001, 0.0001 43 | portanceFactor =0.2 44 | spoilersPortance =-0.1 45 | flapsPortance =0.1 46 | headingAccelerationFromBankFactor =0.003 47 | headingInertia =0.001 48 | airspeedAccelerationAugmentationPerFrame =1 49 | altitudeAccelerationPerFrame =5 50 | verticalSpeedAccelerationAugmentationPerFrame =1 51 | minRPMPct=0.25 52 | landingGearAnimPct=65 53 | [AI_INPUT] 54 | ThrottleFactorDelta=0 55 | [TAXI] 56 | DistanceToLaneLine=0 57 | [STICKANDRUDDER] 58 | rudderGroundPID= 0.015, 0.001, 0.001, 1, 1 59 | throttleGroundPID= 1, 0.1, 10, 10, 20 60 | brakeDifferentialPID= 0.001, 0.001, 0.8, 1, 5 61 | throttleDifferentialPID= 10, 0.001, 20, 10, 40 62 | throttlePID= 20, 0.3, 20, 20, 500 63 | pitchPID= 1, 0.01, 2, 0.6, 5 64 | rollPID= 1, 0.001, 1, 0.5, 8 65 | headingPID= 1, 0.01, 1, 1, 20 66 | verticalSpeedPID= 0.5, 0.1, 0.5, 200, 5000 67 | nav_ex1PID= 3, 0.01, 2, 0.035, 50 68 | nav_yawPID= 0.02, 0.00006, 0.006, 0.3, 3 69 | glideSlopePID= 5.52, 1, 3, 2, 60 70 | flightLevelPID= 10, 1, 10, 100, 1000 71 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A332RR/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | //0=Piston, 1=Jet, 2=None, 3=Helo-Turbine, 4=Rocket, 5=Turboprop 7 | engine_type =1 8 | fuel_flow_scalar =1 9 | min_throttle_limit =-0.14 10 | max_contrail_temperature =-39.707329 11 | engine.0 = 8.55, -30.47, -8.53 12 | engine.1 = 8.55, 30.47, -8.53 13 | master_ignition_switch=0 14 | starter_type=0 15 | accumulated_time_hobbs_min_pct_rpm=-1 16 | accumulated_time_hobbs_min_knots=25 17 | 18 | [Disabled_Controls] 19 | DisableFuelValveControls=0 20 | DisableMixtureControls=0 21 | DisableParkingBrakeControls=0 22 | DisablePropellerControls=0 23 | 24 | 25 | 26 | 27 | [TURBINEENGINEDATA] 28 | fuel_flow_gain=0.002 29 | low_idle_n1=50 30 | tp_idle_range=0 31 | free_turbine=0 32 | inlet_area=19.6 33 | rated_N2_rpm=29920 34 | static_thrust=28000 35 | reverser_available=1 36 | reverser_mach_controlled=0 37 | afterburner_available=0 38 | afterburner_throttle_threshold=0 39 | ThrustSpecificFuelConsumption=0 40 | AfterBurnThrustSpecificFuelConsumption=0 41 | mach_0_corrected_commanded_ne_table=0.000000 42 | mach_hi_corrected_commanded_ne_table=0.000000 43 | corrected_n2_from_ff_table=0.000000 44 | n2_to_n1_table=0.000000 45 | n1_and_mach_on_thrust_table=0.000000 46 | corrected_airflow_table=0.000000 47 | epr_max=0 48 | epr_tc=0 49 | epr_tuning_constant=1 50 | oil_temp_cooling_constant=0 51 | oil_temp_heating_constant=0 52 | oil_temp_tc=0 53 | oil_temp_tuning_constant=1 54 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 55 | oil_press_max=0 56 | oil_press_tc=0 57 | oil_press_tuning_constant=1 58 | itt_peak_temperature=0 59 | itt_tc=0 60 | itt_tuning_constant=1 61 | egt_peak_temperature=0 62 | egt_tc=0 63 | egt_tuning_constant=1 64 | fuel_press_max=2376 65 | fuel_press_tc=2 66 | fuel_press_tuning_constant=1 67 | variable_inlet=0 68 | primary_nozzle_available=0 69 | starter_N1_max_pct=12 70 | starter_N1_rate=0.3 71 | ignition_auto_type= 72 | min_condition_lever_for_combustion=0.01 73 | min_n1_for_combustion=10 74 | min_n2_for_combustion=19.4 75 | min_n1_for_starter_cutoff=200 76 | min_n2_for_starter_cutoff=200 77 | min_n2_for_apu_bleed_air_cutoff=200 78 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 79 | bleed_air_on_n2_tc=1 80 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 81 | [JET_ENGINE] 82 | thrust_scalar=1 83 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A332RR/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | elevator =150,250 7 | aileron =150,250 8 | rudder =150,250 9 | 10 | 11 | [FORCEFEEDBACK] 12 | gear_bump_nose_magnitude = 3000 13 | gear_bump_nose_direction = 18000 14 | gear_bump_nose_duration = 250000 15 | gear_bump_left_magnitude = 2700 16 | gear_bump_left_direction = 35500 17 | gear_bump_left_duration = 250000 18 | gear_bump_right_magnitude = 2700 19 | gear_bump_right_direction = 00500 20 | gear_bump_right_duration = 250000 21 | ground_bumps_magnitude1 = 1300 22 | ground_bumps_angle1 = 08900 23 | ground_bumps_intercept1 = 3.0 24 | ground_bumps_slope1 = 0.20 25 | ground_bumps_magnitude2 = 200 26 | ground_bumps_angle2 = 09100 27 | ground_bumps_intercept2 = 1.075 28 | ground_bumps_slope2 = 0.035 29 | crash_magnitude1 = 10000 30 | crash_direction1 = 01000 31 | crash_magnitude2 = 10000 32 | crash_direction2 = 9000 33 | crash_period2 = 75000 34 | crash_duration2 = 2500000 35 | 36 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A346/ai.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major = 1 3 | minor = 0 4 | 5 | [TAKEOFF] 6 | takeoffVerticalSpeedGround =400 7 | takeoffVerticalSpeedAir =500 8 | takeoffAirspeedAirMultiplier =1.3 9 | 10 | [WAYPOINT] 11 | fakeWPGeneration = 1 12 | minDist = 1000 13 | fakeWPDistance = 4000 14 | SlowDownDistance=50 15 | StopDistance=2 16 | SlowDownOnLastWayPoint=1 17 | CanReverse=1 18 | FrontRadiusMeters=-1 19 | 20 | [LANDING] 21 | flareAngle =-4 22 | maxPitchRate =0.333333 23 | horizontalSpeedErrorMultiplier =12 24 | maxThrottleRate =0.02 25 | verticalMomentumDampening = 0.0005 26 | horizontalMomentumDampening = 0.0001 27 | maxThrottleSlope =0.4 28 | correctPitchDeltaMultiplier =0.005 29 | verticalSpeedRunway = -350 30 | verticalSpeedTouchdown = -120 31 | verticalSpeedGround = -10 32 | 33 | 34 | [SIMPLIFIEDSIM] 35 | dampingVelocity =0.4 36 | brakesMultiplier =1 37 | brakesRotationDamping =0.3 38 | staticCgHeightUnderground = 0.5 39 | throttleFactor =0.5 40 | airResistanceFactorXYZ = 0.002, 0.04, 0.0001 41 | spoilersXYZFactor = 0, -0.005, 0.0001 42 | flapsXYZFactor = 0, 0.001, 0.0001 43 | portanceFactor =0.2 44 | spoilersPortance =-0.1 45 | flapsPortance =0.1 46 | headingAccelerationFromBankFactor =0.003 47 | headingInertia =0.001 48 | airspeedAccelerationAugmentationPerFrame =1 49 | altitudeAccelerationPerFrame =5 50 | verticalSpeedAccelerationAugmentationPerFrame =1 51 | minRPMPct=0.25 52 | landingGearAnimPct=65 53 | [AI_INPUT] 54 | ThrottleFactorDelta=0 55 | [TAXI] 56 | DistanceToLaneLine=0 57 | [STICKANDRUDDER] 58 | rudderGroundPID= 0.015, 0.001, 0.001, 1, 1 59 | throttleGroundPID= 1, 0.1, 10, 10, 20 60 | brakeDifferentialPID= 0.001, 0.001, 0.8, 1, 5 61 | throttleDifferentialPID= 10, 0.001, 20, 10, 40 62 | throttlePID= 20, 0.3, 20, 20, 500 63 | pitchPID= 1, 0.01, 2, 0.6, 5 64 | rollPID= 1, 0.001, 1, 0.5, 8 65 | headingPID= 1, 0.01, 1, 1, 20 66 | verticalSpeedPID= 0.5, 0.1, 0.5, 200, 5000 67 | nav_ex1PID= 3, 0.01, 2, 0.035, 50 68 | nav_yawPID= 0.02, 0.00006, 0.006, 0.3, 3 69 | glideSlopePID= 5.52, 1, 3, 2, 60 70 | flightLevelPID= 10, 1, 10, 100, 1000 71 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A346/engines.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [GENERALENGINEDATA] 6 | //0=Piston, 1=Jet, 2=None, 3=Helo-Turbine, 4=Rocket, 5=Turboprop 7 | engine_type =1 8 | fuel_flow_scalar =1 9 | min_throttle_limit =-0.14 10 | max_contrail_temperature =-39.707329 11 | engine.0 = -17.23, -62.92, -5.85 12 | engine.1 = 4.14, -31.04, -10.09 13 | engine.2 = 4.14, 31.04, -10.09 14 | engine.3 = -17.23, 62.92, -5.85 15 | master_ignition_switch=0 16 | starter_type=0 17 | accumulated_time_hobbs_min_pct_rpm=-1 18 | accumulated_time_hobbs_min_knots=25 19 | 20 | [Disabled_Controls] 21 | DisableFuelValveControls=0 22 | DisableMixtureControls=0 23 | DisableParkingBrakeControls=0 24 | DisablePropellerControls=0 25 | 26 | 27 | 28 | 29 | 30 | [TURBINEENGINEDATA] 31 | fuel_flow_gain=0.002 32 | low_idle_n1=50 33 | tp_idle_range=0 34 | free_turbine=0 35 | inlet_area=19.6 36 | rated_N2_rpm=29920 37 | static_thrust=14000 38 | reverser_available=1 39 | reverser_mach_controlled=0 40 | afterburner_available=0 41 | afterburner_throttle_threshold=0 42 | ThrustSpecificFuelConsumption=0 43 | AfterBurnThrustSpecificFuelConsumption=0 44 | mach_0_corrected_commanded_ne_table=0.000000 45 | mach_hi_corrected_commanded_ne_table=0.000000 46 | corrected_n2_from_ff_table=0.000000 47 | n2_to_n1_table=0.000000 48 | n1_and_mach_on_thrust_table=0.000000 49 | corrected_airflow_table=0.000000 50 | epr_max=0 51 | epr_tc=0 52 | epr_tuning_constant=1 53 | oil_temp_cooling_constant=0 54 | oil_temp_heating_constant=0 55 | oil_temp_tc=0 56 | oil_temp_tuning_constant=1 57 | oil_temp_factor_from_rpm=0.000000:0.800000, 250.000000:0.800000, 500.000000:0.800000, 2500.000000:1.000000, 4000.000000:1.000000 58 | oil_press_max=0 59 | oil_press_tc=0 60 | oil_press_tuning_constant=1 61 | itt_peak_temperature=0 62 | itt_tc=0 63 | itt_tuning_constant=1 64 | egt_peak_temperature=0 65 | egt_tc=0 66 | egt_tuning_constant=1 67 | fuel_press_max=2376 68 | fuel_press_tc=2 69 | fuel_press_tuning_constant=1 70 | variable_inlet=0 71 | primary_nozzle_available=0 72 | starter_N1_max_pct=12 73 | starter_N1_rate=0.3 74 | ignition_auto_type= 75 | min_condition_lever_for_combustion=0.01 76 | min_n1_for_combustion=10 77 | min_n2_for_combustion=19.4 78 | min_n1_for_starter_cutoff=200 79 | min_n2_for_starter_cutoff=200 80 | min_n2_for_apu_bleed_air_cutoff=200 81 | n2_from_bleed_air_psi_table=0.000000:0.000000, 4.000000:8.000000, 10.000000:18.000000, 18.000000:25.000000 82 | bleed_air_on_n2_tc=1 83 | N1_to_oil_pressure_table=0.000000:0.000000, 0.210000:0.880000, 0.900000:0.954000, 1.000000:1.000000 84 | [JET_ENGINE] 85 | thrust_scalar=1 86 | -------------------------------------------------------------------------------- /ivao_x-csl/SimObjects/Airplanes/IVAO_A346/gameplay.cfg: -------------------------------------------------------------------------------- 1 | [VERSION] 2 | major =1 3 | minor =0 4 | 5 | [KEYBOARD_RESPONSE] 6 | elevator =150,250 7 | aileron =150,250 8 | rudder =150,250 9 | 10 | 11 | [FORCEFEEDBACK] 12 | gear_bump_nose_magnitude = 3000 13 | gear_bump_nose_direction = 18000 14 | gear_bump_nose_duration = 250000 15 | gear_bump_left_magnitude = 2700 16 | gear_bump_left_direction = 35500 17 | gear_bump_left_duration = 250000 18 | gear_bump_right_magnitude = 2700 19 | gear_bump_right_direction = 00500 20 | gear_bump_right_duration = 250000 21 | ground_bumps_magnitude1 = 1300 22 | ground_bumps_angle1 = 08900 23 | ground_bumps_intercept1 = 3.0 24 | ground_bumps_slope1 = 0.20 25 | ground_bumps_magnitude2 = 200 26 | ground_bumps_angle2 = 09100 27 | ground_bumps_intercept2 = 1.075 28 | ground_bumps_slope2 = 0.035 29 | crash_magnitude1 = 10000 30 | crash_direction1 = 01000 31 | crash_magnitude2 = 10000 32 | crash_direction2 = 9000 33 | crash_period2 = 75000 34 | crash_duration2 = 2500000 35 | 36 | --------------------------------------------------------------------------------