FG1000: Difference between revisions

405 bytes added ,  10 October 2020
Line 232: Line 232:




=== Setting Vx, Vy flags etc ===
Much of the FG1000 configuration is stored in the ConfigStore.  See /Aircraft/Instruments-3d/FG1000/ConfigStore.nas.  You can set aircraft-specific configuration as follows:
<syntaxhighlight lang="nasal">
fg1000system.getConfigStore().set("Vx", 45);
fg1000system.getConfigStore().set("Vy", 43);
fg1000system.getConfigStore().set("Vglide-visible", 0);
</syntaxhighlight>


=== Add multikey support ===
=== Add multikey support ===