Stub in generic electrical system on non Cessna planes.
Reorder tags in c310 configs for consistency. Stub in c172 electrical system on Cessnas lacking one.
This commit is contained in:
parent
7d3371137c
commit
938963e8b8
17 changed files with 172 additions and 70 deletions
|
@ -8,6 +8,12 @@
|
|||
<aero>747</aero>
|
||||
<fuel-fraction>0.5</fuel-fraction>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/Generic/generic-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
<path>Aircraft/747/747-sound.xml</path>
|
||||
|
|
|
@ -23,6 +23,13 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
<flight-model>jsb</flight-model>
|
||||
<aero>X15</aero>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/Generic/generic-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>false</audible>
|
||||
</sound>
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
<?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/
|
||||
British Aerospace A4 Hawksimulation config. This files ties together
|
||||
all the components used by FGFS to represent the A4. Components include
|
||||
the flight data model, instrument panel, and external 3D model.
|
||||
|
||||
October 23 2001 John Check, fgpanels@rockfish.net
|
||||
************************************************************************
|
||||
-->
|
||||
|
||||
|
@ -21,6 +19,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<aero>a4</aero>
|
||||
<fuel-fraction>1.0</fuel-fraction>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/Generic/generic-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
<path>Aircraft/a4/a4-sound.xml</path>
|
||||
|
|
|
@ -14,7 +14,13 @@ UIUC Beech 99 init file.
|
|||
<flight-model>larcsim</flight-model>
|
||||
<aero>uiuc</aero>
|
||||
<aircraft-dir>Aircraft-uiuc/Beech99</aircraft-dir>
|
||||
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/Generic/generic-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>false</audible>
|
||||
</sound>
|
||||
|
|
|
@ -24,6 +24,12 @@ May 25 2002 Michael Selig, m-selig@uiuc.edu
|
|||
<aero>uiuc</aero>
|
||||
<aircraft-dir>Aircraft/UIUC/beech99-v1</aircraft-dir>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/Generic/generic-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
<path>Aircraft/beech99/Sounds/uiuc/beech99-sound.xml</path>
|
||||
|
|
|
@ -18,6 +18,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
<flight-model>jsb</flight-model>
|
||||
<aero>c182</aero>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/c172/c172-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
|
|
|
@ -50,6 +50,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
<flight-model>jsb</flight-model>
|
||||
<aero>c310</aero>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/c172/c172-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
|
|
|
@ -18,6 +18,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<flight-model>yasim</flight-model>
|
||||
<aero>c310</aero>
|
||||
<fuel-fraction>1.0</fuel-fraction>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/c172/c172-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
|
|
|
@ -12,38 +12,6 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
|||
|
||||
<PropertyList>
|
||||
|
||||
<engines>
|
||||
<engine n="0">
|
||||
<rpm type="double">1000</rpm>
|
||||
</engine>
|
||||
<engine n="1">
|
||||
<rpm type="double">1000</rpm>
|
||||
</engine>
|
||||
</engines>
|
||||
|
||||
<consumables>
|
||||
<fuel>
|
||||
<tank n="0">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
<tank n="1">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
<tank n="2">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
<tank n="3">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
</fuel>
|
||||
</consumables>
|
||||
|
||||
<controls>
|
||||
<aileron-trim>-0.026</aileron-trim>
|
||||
<magnetos n="0">3</magnetos>
|
||||
<magnetos n="1">3</magnetos>
|
||||
</controls>
|
||||
|
||||
<sim>
|
||||
|
||||
<description>Cessna 310U3A w. 3D cockpit</description>
|
||||
|
@ -54,6 +22,12 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
|||
<flight-model archive="y">jsb</flight-model>
|
||||
<aero archive="y">c310u3a</aero>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/c172/c172-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
<path>Aircraft/c310/c310-sound.xml</path>
|
||||
|
@ -89,6 +63,39 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
|||
</instrument-options>
|
||||
|
||||
</sim>
|
||||
|
||||
<consumables>
|
||||
<fuel>
|
||||
<tank n="0">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
<tank n="1">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
<tank n="2">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
<tank n="3">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
</fuel>
|
||||
</consumables>
|
||||
|
||||
<controls>
|
||||
<aileron-trim>-0.026</aileron-trim>
|
||||
<magnetos n="0">3</magnetos>
|
||||
<magnetos n="1">3</magnetos>
|
||||
</controls>
|
||||
|
||||
<engines>
|
||||
<engine n="0">
|
||||
<rpm type="double">1000</rpm>
|
||||
</engine>
|
||||
<engine n="1">
|
||||
<rpm type="double">1000</rpm>
|
||||
</engine>
|
||||
</engines>
|
||||
|
||||
|
||||
<autopilot>
|
||||
<config>
|
||||
|
|
|
@ -12,38 +12,6 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
|||
|
||||
<PropertyList>
|
||||
|
||||
<engines>
|
||||
<engine n="0">
|
||||
<rpm>1000</rpm>
|
||||
</engine>
|
||||
<engine n="1">
|
||||
<rpm>1000</rpm>
|
||||
</engine>
|
||||
</engines>
|
||||
|
||||
<consumables>
|
||||
<fuel>
|
||||
<tank n="0">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
<tank n="1">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
<tank n="2">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
<tank n="3">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
</fuel>
|
||||
</consumables>
|
||||
|
||||
<controls>
|
||||
<aileron-trim>-0.026</aileron-trim>
|
||||
<magnetos n="0">3</magnetos>
|
||||
<magnetos n="1">3</magnetos>
|
||||
</controls>
|
||||
|
||||
<sim>
|
||||
|
||||
<description>Cessna 310U3A</description>
|
||||
|
@ -51,6 +19,12 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
|||
<flight-model>jsb</flight-model>
|
||||
<aero>c310u3a</aero>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/c172/c172-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
<path>Aircraft/c310/c310-sound.xml</path>
|
||||
|
@ -76,6 +50,38 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
|||
|
||||
</sim>
|
||||
|
||||
<consumables>
|
||||
<fuel>
|
||||
<tank n="0">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
<tank n="1">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
<tank n="2">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
<tank n="3">
|
||||
<level-gal_us archive="y">14</level-gal_us>
|
||||
</tank>
|
||||
</fuel>
|
||||
</consumables>
|
||||
|
||||
<controls>
|
||||
<aileron-trim>-0.026</aileron-trim>
|
||||
<magnetos n="0">3</magnetos>
|
||||
<magnetos n="1">3</magnetos>
|
||||
</controls>
|
||||
|
||||
<engines>
|
||||
<engine n="0">
|
||||
<rpm>1000</rpm>
|
||||
</engine>
|
||||
<engine n="1">
|
||||
<rpm>1000</rpm>
|
||||
</engine>
|
||||
</engines>
|
||||
|
||||
<autopilot>
|
||||
<config>
|
||||
<min-climb-speed-kt type="float">81.0</min-climb-speed-kt>
|
||||
|
|
|
@ -19,6 +19,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<aero>dc3</aero>
|
||||
<fuel-fraction>1.0</fuel-fraction>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/Generic/generic-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
<path>Aircraft/c310/c310-sound.xml</path>
|
||||
|
|
|
@ -19,6 +19,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<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>
|
||||
|
|
|
@ -19,6 +19,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<aero>harrier</aero>
|
||||
<fuel-fraction>1.0</fuel-fraction>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/Generic/generic-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
<path>Aircraft/a4/a4-sound.xml</path>
|
||||
|
|
|
@ -16,6 +16,12 @@ model, instrument panel, and external 3D model.
|
|||
<flight-model>yasim</flight-model>
|
||||
<aero>j3cub</aero>
|
||||
<fuel-fraction>0.8</fuel-fraction>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/Generic/generic-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
|
|
|
@ -25,6 +25,12 @@ May 27 2002 Michael Selig, m-selig@uiuc.edu
|
|||
<aero>uiuc</aero>
|
||||
<aircraft-dir>Aircraft/UIUC/marchetti-v1</aircraft-dir>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/Generic/generic-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
<path>Aircraft/marchetti/Sounds/uiuc/marchetti-sound.xml</path>
|
||||
|
|
|
@ -18,6 +18,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
<flight-model>jsb</flight-model>
|
||||
<aero>shuttle</aero>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/Generic/generic-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
|
|
|
@ -20,6 +20,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<speed-set>knots</speed-set>
|
||||
<onground>false</onground>
|
||||
</startup>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/Generic/generic-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<flight-model>jsb</flight-model>
|
||||
<aero>x24b</aero>
|
||||
|
|
Loading…
Reference in a new issue