1
0
Fork 0

Added options for glidescope display to VOR instruments

This commit is contained in:
j4strngs 2001-10-16 07:53:49 +00:00
parent 2dc430889d
commit 377a50ac9c

View file

@ -44,7 +44,18 @@ Started September 2000 by David Megginson, david@megginson.com
<path>Huds/Default/default.xml</path> <path>Huds/Default/default.xml</path>
<visibility>false</visibility> <visibility>false</visibility>
</hud> </hud>
</sim> <instrument-options>
<nav n="0">
<has-gs-needle>1</has-gs-needle>
</nav>
<nav n="1">
<has-gs-needle>0</has-gs-needle>
</nav>
<hsi n="0">
<has-gs-needle>1</has-gs-needle>
</hsi>
</instrument-options>
</sim>
<!-- Position --> <!-- Position -->
@ -87,6 +98,7 @@ Started September 2000 by David Megginson, david@megginson.com
</engine> </engine>
</engines> </engines>
<!-- Controls --> <!-- Controls -->
<controls> <controls>
@ -102,7 +114,7 @@ Started September 2000 by David Megginson, david@megginson.com
<keyboard include="keyboard.xml"/> <keyboard include="keyboard.xml"/>
<!-- included externally --> <!-- included externally -->
<joysticks include="joysticks.xml"/> <joysticks include="joysticks.xml"/>
</input> </input>
@ -142,12 +154,12 @@ Started September 2000 by David Megginson, david@megginson.com
</radios> </radios>
<!-- Instruments --> <!-- Instruments -->
<!-- this is here because the datum isn't retained on a reset --> <!-- this is here because the datum isn't retained on a reset -->
<steam> <steam>
<altimeter-datum-mb>1013.25</altimeter-datum-mb> <altimeter-datum-mb>1013.25</altimeter-datum-mb>
</steam> </steam>
</PropertyList> </PropertyList>