Started init files for UIUC models.
This commit is contained in:
parent
d8c142214a
commit
55a66e913f
4 changed files with 133 additions and 0 deletions
31
Aircraft/747-uiuc-set.xml
Normal file
31
Aircraft/747-uiuc-set.xml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
************************************************************************
|
||||
UIUC Boeing 747 init file.
|
||||
************************************************************************
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
<sim>
|
||||
|
||||
<flight-model>larcsim</flight-model>
|
||||
<aero>uiuc</aero>
|
||||
<aircraft-dir>Aircraft-uiuc/Boeing747</aircraft-dir>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/747/747-panel.xml</path>
|
||||
<visibility>false</visibility>
|
||||
</panel>
|
||||
|
||||
<hud>
|
||||
<visibility>true</visibility>
|
||||
</hud>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/747/Model/boeing747.ac</path>
|
||||
</model>
|
||||
</sim>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
35
Aircraft/beech99-uiuc-set.xml
Normal file
35
Aircraft/beech99-uiuc-set.xml
Normal file
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
************************************************************************
|
||||
UIUC Beech 99 init file.
|
||||
************************************************************************
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<sim>
|
||||
|
||||
<flight-model>larcsim</flight-model>
|
||||
<aero>uiuc</aero>
|
||||
<aircraft-dir>Aircraft-uiuc/Beech99</aircraft-dir>
|
||||
<sound>false</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c310/c310-vfr-panel.xml</path>
|
||||
<visibility>true</visibility>
|
||||
</panel>
|
||||
|
||||
<panel_2>
|
||||
<path>Aircraft/c310/c310-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<!-- You must download this separately -->
|
||||
<model>
|
||||
<path>Aircraft/Beech99/Models/beech_99.mdl</path>
|
||||
</model>
|
||||
|
||||
</sim>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
37
Aircraft/c172-uiuc-set.xml
Normal file
37
Aircraft/c172-uiuc-set.xml
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
************************************************************************
|
||||
UIUC Cessna 172 init file.
|
||||
************************************************************************
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<sim>
|
||||
|
||||
<flight-model>larcsim</flight-model>
|
||||
|
||||
<aero>uiuc</aero>
|
||||
|
||||
<aircraft-dir>Aircraft-uiuc/Cessna172</aircraft-dir>
|
||||
|
||||
<sound>true</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
|
||||
<visibility>true</visibility>
|
||||
</panel>
|
||||
|
||||
<panel_2>
|
||||
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<model>
|
||||
<path>Aircraft/c172/Models/N757/n757.ac</path>
|
||||
</model>
|
||||
|
||||
</sim>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
30
Aircraft/c310-uiuc-set.xml
Normal file
30
Aircraft/c310-uiuc-set.xml
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?xml version="1.0"?>
|
||||
<!--
|
||||
************************************************************************
|
||||
UIUC Cessna 310 init file.
|
||||
************************************************************************
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<sim>
|
||||
<flight-model>larcsim</flight-model>
|
||||
<aero>uiuc</aero>
|
||||
<aircraft-dir>Aircraft-uiuc/Cessna310</aircraft-dir>
|
||||
<sound>true</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c310/c310-vfr-panel.xml</path>
|
||||
<visibility>true</visibility>
|
||||
</panel>
|
||||
|
||||
<panel_2>
|
||||
<path>Aircraft/c310/c310-mini-panel.xml</path>
|
||||
</panel_2>
|
||||
|
||||
<!-- you need to download this from the above website -->
|
||||
<model>
|
||||
<path>Aircraft/c310/Models/cessna310r.ac</path>
|
||||
</model>
|
||||
</sim>
|
||||
</PropertyList>
|
Loading…
Add table
Reference in a new issue