1
0
Fork 0
fgdata/Aircraft/737-jsbsim-set.xml
ehofman dd18220d95 David Culp:
For the base package I have some more files for the JSBSim airplanes.  All of the main configuration files now have a rudder aerosurface scale component, so that rudders can be animated.  This was not on my earlier models.  I also put fuel in the tanks, even though this seems not to work yet.

Also attached are the -set files for all the airplanes.  They now all specify  a fuel load.
2003-06-08 11:13:52 +00:00

71 lines
1.7 KiB
XML

<?xml version="1.0"?>
<PropertyList>
<sim>
<description>Boeing 737</description>
<flight-model>jsb</flight-model>
<aero>737</aero>
<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/T38/Panels/T38-panel.xml</path>
<visibility>true</visibility>
</panel>
<hud>
<path>Huds/Default/default.xml</path>
<visibility>false</visibility>
</hud>
<model>
<path>Aircraft/T38/Models/T38-model.xml</path>
</model>
<current-view>
<pitch-offset-deg archive="y">-11.0</pitch-offset-deg>
</current-view>
</sim>
<consumables>
<fuel>
<tank n="0">
<level-gal_us archive="y">1490</level-gal_us>
</tank>
<tank n="1">
<level-gal_us archive="y">1490</level-gal_us>
</tank>
<tank n="2">
<level-gal_us archive="y">2230</level-gal_us>
</tank>
</fuel>
</consumables>
<autopilot>
<config>
<min-climb-speed-kt type="float">210.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">0.4</max-aileron>
</config>
</autopilot>
</PropertyList>