2,199
edits
No edit summary |
No edit summary |
||
| Line 68: | Line 68: | ||
==== Step One ==== | ==== Step One ==== | ||
* Copy the Systems and Nasal folders from the IT-AUTOFLIGHT folder to the aircraft's folder. Overwrite any conflicts. | * Copy the gui, Systems, and Nasal folders from the IT-AUTOFLIGHT folder to the aircraft's folder. Overwrite any conflicts. | ||
* Open the -set file of the aircraft, and find the <systems> area inside <sim></sim>. | * Open the -set file of the aircraft, and find the <systems> area inside <sim></sim>. | ||
* Add the following inside <systems></systems> | * Add the following inside <systems></systems> | ||
| Line 122: | Line 122: | ||
setlistener("/sim/signals/fdm-initialized", func { | setlistener("/sim/signals/fdm-initialized", func { | ||
itaf.ap_init(); | itaf.ap_init(); | ||
}); | }); | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==== Complete ==== | ==== Complete ==== | ||
edits