1
0
Fork 0

Sync with JSBSim and update aircraft -> aero in the set files.

This commit is contained in:
curt 2001-12-07 15:50:11 +00:00
parent 6f3000f984
commit 9535712795
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
<!-- these are the three main components --> <!-- these are the three main components -->
<sim> <sim>
<flight-model>jsb</flight-model> <flight-model>jsb</flight-model>
<aircraft>X15</aircraft> <aero>X15</aero>
<sound>false</sound> <sound>false</sound>
<panel> <panel>
<path>Aircraft/X15/Panels/X15-panel.xml</path> <path>Aircraft/X15/Panels/X15-panel.xml</path>

View file

@ -14,7 +14,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
<!-- c172 is default so basically we just need to specify the panel--> <!-- c172 is default so basically we just need to specify the panel-->
<sim> <sim>
<flight-model>jsb</flight-model> <flight-model>jsb</flight-model>
<aircraft>c172</aircraft> <aero>c172</aero>
<sound>true</sound> <sound>true</sound>
<panel> <panel>
<path>Aircraft/c172/Panels/c172-ifr-panel.xml</path> <path>Aircraft/c172/Panels/c172-ifr-panel.xml</path>

View file

@ -14,7 +14,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
<!-- c172 is default so basically we just need to specify the fdm --> <!-- c172 is default so basically we just need to specify the fdm -->
<sim> <sim>
<flight-model>larcsim</flight-model> <flight-model>larcsim</flight-model>
<aircraft>c310</aircraft> <aero>c310</aero>
<sound>true</sound> <sound>true</sound>
<panel> <panel>
<path>Aircraft/c310/c310-vfr-panel.xml</path> <path>Aircraft/c310/c310-vfr-panel.xml</path>

View file

@ -14,7 +14,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
<!-- these are the three main components --> <!-- these are the three main components -->
<sim> <sim>
<flight-model>jsb</flight-model> <flight-model>jsb</flight-model>
<aircraft>c310</aircraft> <aero>c310</aero>
<sound>true</sound> <sound>true</sound>
<panel> <panel>
<path>Aircraft/c310/c310-vfr-panel.xml</path> <path>Aircraft/c310/c310-vfr-panel.xml</path>