make some new aircraft available
This commit is contained in:
parent
cef845f202
commit
6f1088913b
6 changed files with 130 additions and 0 deletions
59
Aircraft/737-jsbsim-set.xml
Normal file
59
Aircraft/737-jsbsim-set.xml
Normal file
|
@ -0,0 +1,59 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<sim>
|
||||
|
||||
<description>Boeing 737</description>
|
||||
|
||||
<flight-model>jsb</flight-model>
|
||||
<aero>737</aero>
|
||||
<fuel-fraction>0.5</fuel-fraction>
|
||||
|
||||
<systems>
|
||||
<electrical>
|
||||
<path>Aircraft/Generic/generic-electrical.xml</path>
|
||||
</electrical>
|
||||
</systems>
|
||||
|
||||
<sound>
|
||||
<audible>true</audible>
|
||||
<path>Aircraft/737/737-sound.xml</path>
|
||||
</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/737/Panels/737-trans-mini-panel.xml</path>
|
||||
<visibility>true</visibility>
|
||||
</panel>
|
||||
|
||||
<hud>
|
||||
<path>Huds/737/default.xml</path>
|
||||
<visibility>true</visibility>
|
||||
</hud>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/747/Models/boeing747-400-jw.xml</path>
|
||||
</model>
|
||||
|
||||
<current-view>
|
||||
<pitch-offset-deg archive="y">-11.0</pitch-offset-deg>
|
||||
</current-view>
|
||||
|
||||
</sim>
|
||||
|
||||
<autopilot>
|
||||
<config>
|
||||
<min-climb-speed-kt type="float">150.0</min-climb-speed-kt>
|
||||
<best-climb-speed-kt type="float">300.0</best-climb-speed-kt>
|
||||
<target-climb-rate-fpm type="float">2000.0</target-climb-rate-fpm>
|
||||
<target-descent-rate-fpm type="float">1500.0</target-descent-rate-fpm>
|
||||
<elevator-adj-factor type="float">3500.0</elevator-adj-factor>
|
||||
<integral-contribution type="float">0.01</integral-contribution>
|
||||
<zero-pitch-throttle type="float">0.0001</zero-pitch-throttle>
|
||||
<zero-pitch-trim-full-throttle type="float">0.0001</zero-pitch-trim-full-throttle>
|
||||
<max-roll-deg type="float">30</max-roll-deg>
|
||||
<max-aileron type="float">1.0</max-aileron>
|
||||
</config>
|
||||
</autopilot>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
7
Aircraft/737-set.xml
Normal file
7
Aircraft/737-set.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="737-jsbsim-set.xml">
|
||||
<sim>
|
||||
<description>Alias for 737-jsbsim.</description>
|
||||
</sim>
|
||||
</PropertyList>
|
25
Aircraft/f104-jsbsim-set.xml
Normal file
25
Aircraft/f104-jsbsim-set.xml
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?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>
|
||||
|
||||
</sim>
|
||||
|
||||
</PropertyList>
|
7
Aircraft/f104-set.xml
Normal file
7
Aircraft/f104-set.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="f104-jsbsim-set.xml">
|
||||
<sim>
|
||||
<description>Alias for f104-jsbsim.</description>
|
||||
</sim>
|
||||
</PropertyList>
|
25
Aircraft/f15-jsbsim-set.xml
Normal file
25
Aircraft/f15-jsbsim-set.xml
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?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>
|
7
Aircraft/f15-set.xml
Normal file
7
Aircraft/f15-set.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList include="f15-jsbsim-set.xml">
|
||||
<sim>
|
||||
<description>Alias for f15-jsbsim.</description>
|
||||
</sim>
|
||||
</PropertyList>
|
Loading…
Add table
Reference in a new issue