latest F16 from Erik Hofman
This commit is contained in:
parent
85d1c6bbf7
commit
0170917f51
2 changed files with 18 additions and 61 deletions
|
@ -1,14 +1,4 @@
|
||||||
<?xml version="1.0"?>
|
<?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>
|
||||||
|
|
||||||
|
@ -31,13 +21,28 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
</sound>
|
</sound>
|
||||||
|
|
||||||
<panel>
|
<panel>
|
||||||
<visibility>false</visibility>
|
<path>Aircraft/f16/Panels/f16-2d-panel.xml</path>
|
||||||
|
<visibility archive="y">true</visibility>
|
||||||
</panel>
|
</panel>
|
||||||
|
<panel_2>
|
||||||
|
<visibility>false</visibility>
|
||||||
|
</panel_2>
|
||||||
|
|
||||||
|
<hud>
|
||||||
|
<path>Aircraft/f16/Hud/default.xml</path>
|
||||||
|
<visibility>true</visibility>
|
||||||
|
</hud>
|
||||||
|
|
||||||
<model>
|
<model>
|
||||||
<path>Aircraft/a4/Models/a4-blue.xml</path>
|
<path>Aircraft/a4/Models/a4-blue.xml</path>
|
||||||
</model>
|
</model>
|
||||||
|
|
||||||
|
<view>
|
||||||
|
<config>
|
||||||
|
<pitch-offset-deg>-10.0</pitch-offset-deg>
|
||||||
|
</config>
|
||||||
|
</view>
|
||||||
|
|
||||||
</sim>
|
</sim>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -1,55 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?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>
|
<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>
|
</sim>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
Loading…
Reference in a new issue