1
0
Fork 0

Added default panel_2 for each in anticipation of actually

having different ones
This commit is contained in:
j4strngs 2001-12-09 05:55:10 +00:00
parent b96d337720
commit 3bbdec24c5
5 changed files with 29 additions and 0 deletions

View file

@ -16,9 +16,15 @@ October 23 2001 John Check, fgpanels@rockfish.net
<flight-model>yasim</flight-model>
<aero>747</aero>
<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><!-- you need to set this --></path>
</model>

View file

@ -16,9 +16,15 @@ October 23 2001 John Check, fgpanels@rockfish.net
<flight-model>jsb</flight-model>
<aero>X15</aero>
<sound>false</sound>
<panel>
<path>Aircraft/X15/Panels/X15-panel.xml</path>
<visibility>true</visibility>
</panel>
<panel_2>
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
</panel_2>
<!-- switching models doesn't work -->
<!-- gear up -->
<model>
@ -28,6 +34,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
<model_2>
<path>Aircraft/X15/Models/X15_landing.ac</path>
</model_2>
</sim>
</PropertyList>

View file

@ -16,9 +16,14 @@ October 23 2001 John Check, fgpanels@rockfish.net
<flight-model>yasim</flight-model>
<aero>a4</aero>
<sound>true</sound>
<panel>
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
</panel>
<panel_2>
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
</panel_2>
<model>
<path><!-- you need to set this --></path>
</model>

View file

@ -21,6 +21,9 @@ October 23 2001 John Check, fgpanels@rockfish.net
<path>Aircraft/c310/c310-vfr-panel.xml</path>
<visibility>true</visibility>
</panel>
<panel_2>
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
</panel_2>
<!-- you need to download this model from the site listed above -->
<model>

View file

@ -16,12 +16,20 @@ October 23 2001 John Check, fgpanels@rockfish.net
<flight-model>yasim</flight-model>
<aero>c310</aero>
<sound>true</sound>
<panel>
<path>Aircraft/c310/c310-vfr-panel.xml</path>
<visibility>true</visibility>
</panel>
<panel_2>
<path>Aircraft/c172/Panels/c172-trans-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>