1
0
Fork 0

Move the configuration files of the F-104, F-15, F-16, Fokker 100 and Fokker 50 into their own subdirectories

This commit is contained in:
ehofman 2003-09-15 14:27:45 +00:00
parent 485decefa5
commit 26db1f002a
8 changed files with 0 additions and 230 deletions

View file

@ -1,44 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<sim>
<description>Lockheed F-104 Starfighter</description>
<flight-model>jsb</flight-model>
<aero>f104</aero>
<systems>
<electrical>
<path>Aircraft/Generic/generic-electrical.xml</path>
</electrical>
</systems>
<sound>
<audible>true</audible>
<path>Aircraft/a4/a4-sound.xml</path>
</sound>
<virtual-cockpit archive="y">true</virtual-cockpit>
<panel>
<visibility>false</visibility>
</panel>
<model>
<path>Aircraft/f104/Models/f104.xml</path>
</model>
<view n="0">
<internal archive="y">true</internal>
<config>
<x-offset-m archive="y">0</x-offset-m>
<y-offset-m archive="y">1.175</y-offset-m>
<z-offset-m archive="y">-5.5</z-offset-m>
</config>
</view>
</sim>
</PropertyList>

View file

@ -1,7 +0,0 @@
<?xml version="1.0"?>
<PropertyList include="f104-jsbsim-set.xml">
<sim>
<description>Alias for f104-jsbsim.</description>
</sim>
</PropertyList>

View file

@ -1,25 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<sim>
<description>McDonell Douglas F-15 Eagle</description>
<flight-model>jsb</flight-model>
<aero>f15</aero>
<systems>
<electrical>
<path>Aircraft/Generic/generic-electrical.xml</path>
</electrical>
</systems>
<sound>
<audible>true</audible>
<path>Aircraft/a4/a4-sound.xml</path>
</sound>
</sim>
</PropertyList>

View file

@ -1,7 +0,0 @@
<?xml version="1.0"?>
<PropertyList include="f15-jsbsim-set.xml">
<sim>
<description>Alias for f15-jsbsim.</description>
</sim>
</PropertyList>

View file

@ -1,50 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<sim>
<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>
<!-- virtual-cockpit archive="y">true</virtual-cockpit -->
<panel>
<path>Aircraft/f16/Panels/f16-2d-panel.xml</path>
<visibility archive="y">true</visibility>
</panel>
<panel_2>
<visibility>false</visibility>
</panel_2>
<hud>
<path>Aircraft/f16/Hud/default.xml</path>
<visibility>true</visibility>
</hud>
<model>
<path>Aircraft/f16/Models/f16-block32.xml</path>
</model>
<view>
<config>
<pitch-offset-deg>-11.8</pitch-offset-deg>
<default-field-of-view-deg>60</default-field-of-view-deg>
</config>
</view>
</sim>
</PropertyList>

View file

@ -1,7 +0,0 @@
<?xml version="1.0"?>
<PropertyList include="f16-jsbsim-set.xml">
<sim>
<description>Alias for f16-jsbsim.</description>
</sim>
</PropertyList>

View file

@ -1,45 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<sim>
<description>Fokker 100</description>
<flight-model>jsb</flight-model>
<aero>fokker100</aero>
<fuel-fraction>0.5</fuel-fraction>
<systems>
<electrical>
<path>Aircraft/Generic/generic-electrical.xml</path>
</electrical>
</systems>
<sound>
<audible>true</audible>
<path>Aircraft/A320/A320-sound.xml</path>
</sound>
<model>
<path>Aircraft/fokker100/Models/fokker100.xml</path>
</model>
<chase-distance-m type="double" archive="y">-50.0</chase-distance-m>
</sim>
<consumables>
<fuel> <!-- 13365 litres -->
<tank n="1">
<level-gal_us archive="y">1780</level-gal_us>
</tank>
<tank n="2">
<level-gal_us archive="y">1780</level-gal_us>
</tank>
<tank n="3">
<level-gal_us archive="y">1780</level-gal_us>
</tank>
</fuel>
</consumables>
</PropertyList>

View file

@ -1,45 +0,0 @@
<?xml version="1.0"?>
<PropertyList>
<sim>
<description>Fokker 50</description>
<flight-model>jsb</flight-model>
<aero>fokker50</aero>
<fuel-fraction>0.5</fuel-fraction>
<systems>
<electrical>
<path>Aircraft/Generic/generic-electrical.xml</path>
</electrical>
</systems>
<sound>
<audible>true</audible>
<path>Aircraft/A320/A320-sound.xml</path>
</sound>
<model>
<path>Aircraft/fokker50/Models/fokker50.xml</path>
</model>
<chase-distance-m type="double" archive="y">-50.0</chase-distance-m>
</sim>
<consumables>
<fuel> <!-- 13365 litres -->
<tank n="1">
<level-gal_us archive="y">1780</level-gal_us>
</tank>
<tank n="2">
<level-gal_us archive="y">1780</level-gal_us>
</tank>
<tank n="3">
<level-gal_us archive="y">1780</level-gal_us>
</tank>
</fuel>
</consumables>
</PropertyList>