2003-05-22 14:21:21 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
************************************************************************
|
|
|
|
A-4D simulation config. This file ties together all
|
|
|
|
the components used by FGFS to represent the aircraft.
|
|
|
|
|
|
|
|
For more details see UIUC/a4-v1-nl/README.a4.html
|
|
|
|
|
|
|
|
May 18, 2003 Michael Selig, http://www.uiuc.edu/~m-selig
|
|
|
|
************************************************************************
|
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<sim>
|
|
|
|
|
|
|
|
<description>A4D (A-4C) Skyhawk attack aircraft (UIUC aero model)</description>
|
|
|
|
|
|
|
|
<flight-model>larcsim</flight-model>
|
|
|
|
<aero>uiuc</aero>
|
|
|
|
<uiuc-type>uiuc-jet</uiuc-type>
|
|
|
|
<aircraft-dir>Aircraft/UIUC/a4-v1-nl</aircraft-dir>
|
|
|
|
|
|
|
|
<systems>
|
|
|
|
<electrical>
|
|
|
|
<path>Aircraft/Generic/generic-electrical.xml</path>
|
|
|
|
</electrical>
|
|
|
|
</systems>
|
|
|
|
|
|
|
|
<sound>
|
|
|
|
<audible>true</audible>
|
|
|
|
<path>Aircraft/a4/Sounds/uiuc/a4-sound-uiuc.xml</path>
|
|
|
|
</sound>
|
|
|
|
|
|
|
|
<panel>
|
|
|
|
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
2003-05-24 04:00:22 +00:00
|
|
|
<visibility>false</visibility>
|
2003-05-22 14:21:21 +00:00
|
|
|
</panel>
|
|
|
|
|
|
|
|
<panel_2>
|
|
|
|
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
|
|
|
</panel_2>
|
|
|
|
|
2003-05-24 04:00:22 +00:00
|
|
|
<!-- uncomment for 3D cockpit
|
|
|
|
<view n="0">
|
|
|
|
<internal archive="y">true</internal>
|
|
|
|
<config>
|
|
|
|
<x-offset-m archive="y">0</x-offset-m>
|
|
|
|
<y-offset-m archive="y">0.82</y-offset-m>
|
|
|
|
<z-offset-m archive="y">-2.82</z-offset-m>
|
|
|
|
<pitch-offset-deg>-17</pitch-offset-deg>
|
|
|
|
<default-field-of-view-deg>60</default-field-of-view-deg>
|
|
|
|
</config>
|
|
|
|
</view>
|
|
|
|
-->
|
|
|
|
|
2003-05-22 14:21:21 +00:00
|
|
|
<model>
|
|
|
|
<path>Aircraft/a4/Models/a4-blue-uiuc.xml</path>
|
|
|
|
</model>
|
|
|
|
|
|
|
|
</sim>
|
|
|
|
</PropertyList>
|