Initial revision of David Culp's T38, for details see:
$fgroot/data/Aircraft/T38/T38-read-me.html
This commit is contained in:
parent
a10118f628
commit
ec46bbbdc9
2 changed files with 42 additions and 0 deletions
42
Aircraft/T38-set.xml
Normal file
42
Aircraft/T38-set.xml
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!--
|
||||||
|
************************************************************************
|
||||||
|
T38 JSBSim config file
|
||||||
|
David Culp, davidculp2@attbi.com
|
||||||
|
************************************************************************
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
|
||||||
|
<sim>
|
||||||
|
|
||||||
|
<description>Northrop T-38</description>
|
||||||
|
|
||||||
|
<flight-model>jsb</flight-model>
|
||||||
|
<aero>T38</aero>
|
||||||
|
|
||||||
|
<systems>
|
||||||
|
<electrical>
|
||||||
|
<path>Aircraft/c172/c172-electrical.xml</path>
|
||||||
|
</electrical>
|
||||||
|
</systems>
|
||||||
|
|
||||||
|
<sound>
|
||||||
|
<audible>true</audible>
|
||||||
|
<path>Aircraft/T38/Sounds/T38-sound.xml</path>
|
||||||
|
</sound>
|
||||||
|
|
||||||
|
<panel>
|
||||||
|
<path>Aircraft/T38/Panels/T38-panel.xml</path>
|
||||||
|
<visibility archive="y">true</visibility>
|
||||||
|
</panel>
|
||||||
|
|
||||||
|
|
||||||
|
<model>
|
||||||
|
<path>Aircraft/T38/Models/T38-model.xml</path>
|
||||||
|
</model>
|
||||||
|
|
||||||
|
|
||||||
|
</sim>
|
||||||
|
|
||||||
|
</PropertyList>
|
Binary file not shown.
Loading…
Reference in a new issue