Initial revision. Top level YASim config files for FlightGear.
This commit is contained in:
parent
6b6b164777
commit
9f068b7f69
4 changed files with 119 additions and 0 deletions
30
Aircraft/747-yasim-set.xml
Normal file
30
Aircraft/747-yasim-set.xml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!--
|
||||||
|
************************************************************************
|
||||||
|
Cessna 172 simulation config. This files ties together all the components
|
||||||
|
used by FGFS to represent the C172. Components include the flight data
|
||||||
|
model, instrument panel, and external 3D model.
|
||||||
|
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
|
||||||
|
|
||||||
|
October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
|
************************************************************************
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
<!-- c172 is default so basically we just need to specify the panel-->
|
||||||
|
<sim>
|
||||||
|
<flight-model>yasim</flight-model>
|
||||||
|
<aero>747</aero>
|
||||||
|
<sound>true</sound>
|
||||||
|
<panel>
|
||||||
|
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
||||||
|
</panel>
|
||||||
|
<model>
|
||||||
|
<path><!-- you need to set this --></path>
|
||||||
|
</model>
|
||||||
|
|
||||||
|
</sim>
|
||||||
|
|
||||||
|
</PropertyList>
|
||||||
|
|
||||||
|
|
30
Aircraft/a4-yasim-set.xml
Normal file
30
Aircraft/a4-yasim-set.xml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!--
|
||||||
|
************************************************************************
|
||||||
|
Cessna 172 simulation config. This files ties together all the components
|
||||||
|
used by FGFS to represent the C172. Components include the flight data
|
||||||
|
model, instrument panel, and external 3D model.
|
||||||
|
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
|
||||||
|
|
||||||
|
October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
|
************************************************************************
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
<!-- c172 is default so basically we just need to specify the panel-->
|
||||||
|
<sim>
|
||||||
|
<flight-model>yasim</flight-model>
|
||||||
|
<aero>a4</aero>
|
||||||
|
<sound>true</sound>
|
||||||
|
<panel>
|
||||||
|
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
||||||
|
</panel>
|
||||||
|
<model>
|
||||||
|
<path><!-- you need to set this --></path>
|
||||||
|
</model>
|
||||||
|
|
||||||
|
</sim>
|
||||||
|
|
||||||
|
</PropertyList>
|
||||||
|
|
||||||
|
|
30
Aircraft/c172-yasim-set.xml
Normal file
30
Aircraft/c172-yasim-set.xml
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!--
|
||||||
|
************************************************************************
|
||||||
|
Cessna 172 simulation config. This files ties together all the components
|
||||||
|
used by FGFS to represent the C172. Components include the flight data
|
||||||
|
model, instrument panel, and external 3D model.
|
||||||
|
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
|
||||||
|
|
||||||
|
October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
|
************************************************************************
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
<!-- c172 is default so basically we just need to specify the panel-->
|
||||||
|
<sim>
|
||||||
|
<flight-model>yasim</flight-model>
|
||||||
|
<aero>c172</aero>
|
||||||
|
<sound>true</sound>
|
||||||
|
<panel>
|
||||||
|
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
||||||
|
</panel>
|
||||||
|
<model>
|
||||||
|
<path><!-- you need to set this --></path>
|
||||||
|
</model>
|
||||||
|
|
||||||
|
</sim>
|
||||||
|
|
||||||
|
</PropertyList>
|
||||||
|
|
||||||
|
|
29
Aircraft/c310-yasim-set.xml
Normal file
29
Aircraft/c310-yasim-set.xml
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!--
|
||||||
|
************************************************************************
|
||||||
|
Cessna 310R simulation config. This files ties together all the components
|
||||||
|
used by FGFS to represent the C310R. Components include the flight data
|
||||||
|
model, instrument panel, and external 3D model.
|
||||||
|
3D models can be downloaded from http://home.t-online.de/home/Wolfram.Kuss/
|
||||||
|
|
||||||
|
October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
|
************************************************************************
|
||||||
|
-->
|
||||||
|
|
||||||
|
<PropertyList>
|
||||||
|
<!-- these are the three main components -->
|
||||||
|
<sim>
|
||||||
|
<flight-model>yasim</flight-model>
|
||||||
|
<aero>c310</aero>
|
||||||
|
<sound>true</sound>
|
||||||
|
<panel>
|
||||||
|
<path>Aircraft/c310/c310-vfr-panel.xml</path>
|
||||||
|
</panel>
|
||||||
|
<model>
|
||||||
|
<path>Aircraft/c310/Models/cessna310r.ac</path>
|
||||||
|
</model>
|
||||||
|
</sim>
|
||||||
|
|
||||||
|
</PropertyList>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue