1
0
Fork 0
fgdata/Aircraft/a4-uiuc-set.xml

73 lines
1.9 KiB
XML
Raw Normal View History

<?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>
2003-05-29 16:37:13 +00:00
<virtual-cockpit archive="y">true</virtual-cockpit>
<allow-toggle-cockpit archive="y">true</allow-toggle-cockpit>
<!-- setup for first 2D panel, 'P' toggles on/off. Starts in 'off' mode -->
<panel>
2003-05-29 05:21:11 +00:00
<path>Aircraft/a4/Panels/a4-trans-mini-panel.xml</path>
2003-05-29 16:37:13 +00:00
<visibility>false</visibility>
</panel>
2003-05-29 16:37:13 +00:00
<!-- setup for second 2D panel, 's' toggles two panels. -->
<panel_2>
2003-05-29 05:21:11 +00:00
<path>Aircraft/a4/Panels/a4-trans-mini-panel.xml</path>
</panel_2>
2003-05-29 16:37:13 +00:00
<!-- setup for 3D cockpit, 'c' toggles on/off. Starts in 'on' mode -->
2003-05-24 04:00:22 +00:00
<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>
2003-05-29 05:21:11 +00:00
<z-offset-m archive="y">-2.72</z-offset-m>
<pitch-offset-deg>-13</pitch-offset-deg>
2003-05-24 04:00:22 +00:00
<default-field-of-view-deg>60</default-field-of-view-deg>
</config>
</view>
<model>
<path>Aircraft/a4/Models/a4-blue-uiuc.xml</path>
</model>
<view n="1">
<config>
<eye-heading-deg-path>/orientation/gamma-horiz-deg</eye-heading-deg-path>
</config>
</view>
</sim>
</PropertyList>