2,199
edits
No edit summary |
m (→Custom FMA) |
||
| Line 250: | Line 250: | ||
ITAF supports calling custom functions for a custom FMA. That way you don't need to use listeners or such that worsens performance. | ITAF supports calling custom functions for a custom FMA. That way you don't need to use listeners or such that worsens performance. | ||
You need to enable the '''custom-fma''' setting in the config module. Then, add the | You need to enable the '''custom-fma''' setting in the config module. Then, add the Custom FMA nasal file in the itaf space: | ||
* ITAF includes an optional [https://github.com/Octal450/IT-AUTOFLIGHT/blob/master/Custom%20FMA/custom-fma.nas custom-fma.nas] file as an example. It is in the Custom FMA folder, copy it to the Nasal folder in your aircraft. | * ITAF includes an optional [https://github.com/Octal450/IT-AUTOFLIGHT/blob/master/Custom%20FMA/custom-fma.nas custom-fma.nas] file as an example. It is in the Custom FMA folder, copy it to the Nasal folder in your aircraft. | ||
edits