by Dieselpunk » Mon Jul 06, 2015 1:08 am
Hi Bob,
adding an autopilot can be as easy, as adding a [autopilot] section to the aircraft.cfg.
Open up the aircraft.cfg of your plane and look if there is a section like this:
[autopilot]
autopilot_available=0
flight_director_available=0
If you have this section, you can change it to (or if not, add it):
[autopilot]
autopilot_available=1
flight_director_available=0
When you start the sim and load the plane, the section should automatically updated to something like this:
[autopilot]
autopilot_available=1
flight_director_available=0
default_vertical_speed=700.0
autothrottle_available=0
pitch_takeoff_ga=8.0
max_pitch=10.0
max_pitch_acceleration=1.0
max_pitch_velocity_lo_alt=2.0
max_pitch_velocity_hi_alt=1.5
max_pitch_velocity_lo_alt_breakpoint=20000.0
max_pitch_velocity_hi_alt_breakpoint=28000.0
max_bank=25.0
max_bank_acceleration=1.8
max_bank_velocity=3.00
max_throttle_rate=0.10
nav_proportional_control=9.00
nav_integrator_control=0.25
nav_derivative_control=0.00
nav_integrator_boundary=2.50
nav_derivative_boundary=0.00
gs_proportional_control=9.52
gs_integrator_control=0.26
gs_derivative_control=0.00
gs_integrator_boundary=0.70
gs_derivative_boundary=0.00
yaw_damper_gain=0.0
The [Radios] section is needed, if you want to drive the autopilot via NAV1, but it can also driven by GPS or altitude and heading input.
In the panel.cfg of your plane, you need something to control the autopilot, like the Bendix-King autopilot. If there is none, copy the radio stack of a plane - which has one - to your panel.cfg. (And a NAV-GPS toggle, if you want to drive the autopilot via GPS.)
But this only works, if the air-file of your plane supports an autopilot. If not, you can try to mess with the air-file or try to find a external autopilot, like FS-Pilot (ex-payware for FS9), but I don't know if there is one for FSX.
I hope I could help.
Greetings from Germany
Dieselpunk