1
0
Fork 0

improved f-16 from Erik Hofman

This commit is contained in:
j4strngs 2003-02-25 03:30:53 +00:00
parent 7e76e1fd66
commit 85d1c6bbf7

View file

@ -1,7 +1,55 @@
<?xml version="1.0"?>
<!--
************************************************************************
Cessna 172 simulation config. This files ties together all the components
used by FGFS to represent the C172. Components include the flight data
model, instrument panel, and external 3D model.
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
October 23 2001 John Check, fgpanels@rockfish.net
************************************************************************
-->
<PropertyList>
<PropertyList include="f16-jsbsim-set.xml">
<sim>
<description>Alias for f16-jsbsim.</description>
<description>General Dynamics F-16</description>
<flight-model>jsb</flight-model>
<aero>f16</aero>
<systems>
<electrical>
<path>Aircraft/Generic/generic-electrical.xml</path>
</electrical>
</systems>
<sound>
<audible>true</audible>
<path>Aircraft/a4/a4-sound.xml</path>
</sound>
<panel>
<path>Aircraft/f16/Panels/f16-2d-panel.xml</path>
<visibility archive="y">true</visibility>
</panel>
<hud>
<path>Aircraft/f16/Hud/default.xml</path>
<visibility>true</visibility>
</hud>
<model>
<path>Aircraft/a4/Models/a4-blue.xml</path>
</model>
<view>
<config>
<pitch-offset-deg>-10.0</pitch-offset-deg>
</config>
</view>
</sim>
</PropertyList>