I don't like fooling with the air-gas mix so I leave it on automatic. But there are a couple of planes that seem to ignore this and the engine stops at high altitudes - these are GA. So I'm wondering if there's some place maybe in the cfg (I looked but couldn't find anything) where I can change a y to n or whatever.
Depends on if its' 'turbo' or not; IIRC most non-turbo run out of puff @ 8,000ft-11,000ft due to density altitude changes;
'turbo' charged or supercharged can go higher.
Try changing the .cfg line turbocharged=0 to turbocharged=1
The section below is from default c182.
[piston_engine]
power_scalar = 1.0 //Piston power scalar
cylinder_displacement= 90.3 //Cubic inches per cylinder
compression_ratio= 8.5 //Compression ratio
number_of_cylinders=6 //Number of cylinders
max_rated_rpm= 2400 //Max rated RPM
max_rated_hp= 230 //Max rated HP
fuel_metering_type= 0 //0=Fuel Injected, 1=Gravity Carburetor, 2=Aerobatic Carburetor
cooling_type= 0 //0=Cooling type Air, 1=Cooling type Liquid
normalized_starter_torque= 0.3 //Starter torque factor
turbocharged= 0 //Is it turbocharged? 0=FALSE, 1=TRUE
max_design_mp= 0 //Max design manifold pressure, (inHg)
min_design_mp= 0 //Min design manifold pressure, (inHg)
critical_altitude= 0 //Altitude to which the turbocharger will provide max design manifold pressure (feet)
emergency_boost_type= 0 //0=None, 1=Water Injection, 2=Methanol/Water injection, 3=War Emergency Power
emergency_boost_mp_offset= 0 //Additional manifold pressure supplied by emergency boost
emergency_boost_gain_offset= 0 //Multiplier on manifold pressure due to emergency boost
fuel_air_auto_mixture= 0 //Automixture available? 0=FALSE, 1=TRUE
auto_ignition= 0 //Auto-Ignition available? 0=FALSE, 1=TRUE
max_rpm_mechanical_efficiency_scalar= 1.0 //Scalar on maximum RPM mechanical efficiency
idle_rpm_mechanical_efficiency_scalar= 1.0 //Scalar on idle RPM mechanical efficiency
max_rpm_friction_scalar= 1.0 //Scalar on maximum RPM friction
idle_rpm_friction_scalar= 1.0 //Scalar on idle RPM friction
ttfn
Pete