dd18220d95
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.
51 lines
1,012 B
XML
51 lines
1,012 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
************************************************************************
|
|
T-6A Texan-II JSBSim config file
|
|
David Culp, davidculp2@attbi.com
|
|
************************************************************************
|
|
-->
|
|
|
|
<PropertyList>
|
|
|
|
<sim>
|
|
|
|
<description>T-6A Texan II</description>
|
|
|
|
<flight-model>jsb</flight-model>
|
|
<aero>t6texan2</aero>
|
|
|
|
<systems>
|
|
<electrical>
|
|
<path>Aircraft/c172/c172-electrical.xml</path>
|
|
</electrical>
|
|
</systems>
|
|
|
|
<sound>
|
|
<audible>true</audible>
|
|
<path>Aircraft/t6texan2/Sounds/t6texan2-sound.xml</path>
|
|
</sound>
|
|
|
|
<panel>
|
|
<path>Aircraft/T38/Panels/T38-panel.xml</path>
|
|
<visibility archive="y">true</visibility>
|
|
</panel>
|
|
|
|
<model>
|
|
<path>Aircraft/t6texan2/Models/T6Texan2.mdl</path>
|
|
</model>
|
|
|
|
</sim>
|
|
|
|
<consumables>
|
|
<fuel>
|
|
<tank n="0">
|
|
<level-gal_us archive="y">73</level-gal_us>
|
|
</tank>
|
|
<tank n="1">
|
|
<level-gal_us archive="y">73</level-gal_us>
|
|
</tank>
|
|
</fuel>
|
|
</consumables>
|
|
|
|
</PropertyList>
|