2001-01-05 16:23:13 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
Preliminary Default Hud.
|
|
|
|
November 2000
|
|
|
|
Neetha Girish <neetha@ada.ernet.in>
|
|
|
|
|
|
|
|
Based on Default Panel by David Megginson, david@megginson.com.
|
|
|
|
|
|
|
|
This is a Hud configuration file for the open-source flight
|
|
|
|
simulator FlightGear (www.flightgear.org). The file is an XML-encoded
|
|
|
|
FlightGear property list defining the Hud.
|
|
|
|
|
|
|
|
Each instrument is, itself, defined in an XML-encoded property list
|
|
|
|
in a separate file.
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList>
|
2007-12-21 12:04:26 +00:00
|
|
|
<depreciated/>
|
2001-01-05 16:23:13 +00:00
|
|
|
|
|
|
|
<name>Default Aircraft Hud</name>
|
|
|
|
|
|
|
|
<instruments>
|
|
|
|
|
|
|
|
<hudladder>
|
|
|
|
<path>Huds/Instruments/Default/hudladder.xml</path>
|
|
|
|
</hudladder>
|
|
|
|
|
|
|
|
<hudcard>
|
2001-09-19 22:19:00 +00:00
|
|
|
<path>Huds/Instruments/Default/hudcard.xml</path>
|
2001-01-05 16:23:13 +00:00
|
|
|
</hudcard>
|
|
|
|
|
2001-09-19 22:19:00 +00:00
|
|
|
|
2003-05-22 14:23:43 +00:00
|
|
|
<instrlabel>
|
2001-01-05 16:23:13 +00:00
|
|
|
<path>Huds/Instruments/Default/instrlabel.xml</path>
|
|
|
|
</instrlabel>
|
|
|
|
|
|
|
|
<fgTBI>
|
|
|
|
<path>Huds/Instruments/Default/fgtbi.xml</path>
|
|
|
|
</fgTBI>
|
|
|
|
|
2003-05-22 14:23:43 +00:00
|
|
|
<Gload>
|
|
|
|
<path>Huds/Instruments/Default/gload.xml</path>
|
|
|
|
</Gload>
|
|
|
|
|
2004-12-21 00:21:44 +00:00
|
|
|
<!-- disabled by default because the runway projection and selection has some
|
|
|
|
issues ...
|
2004-11-19 18:26:38 +00:00
|
|
|
<runwayhud>
|
|
|
|
<path>Huds/Instruments/Default/runwayinstr.xml</path>
|
|
|
|
</runwayhud>
|
2004-12-21 00:21:44 +00:00
|
|
|
-->
|
2004-11-19 18:26:38 +00:00
|
|
|
|
2001-01-05 16:23:13 +00:00
|
|
|
</instruments>
|
|
|
|
|
|
|
|
</PropertyList>
|