Das ist jetzt mal aus der aircraft.cfg der Cessna 182RG:
Vorher:
[...]
[autopilot]
autopilot_available= 1
flight_director_available= 0
default_vertical_speed= 700.0
autothrottle_available= 0
pitch_takeoff_ga=8.000000
[...]
Nachher:
[...]
[autopilot]
autopilot_available= 1
flight_director_available= 0
default_vertical_speed= 700.0
autothrottle_available= 0
pitch_takeoff_ga=8.000000
use_no_default_pitch = 1 // 0 = Default to current pitch mode, 1 = No default pitch mode.
use_no_default_bank = 1 // 0 = Default to Wing Leveler mode, 1 = No default bank mode.
[...]
|