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> <flight-model>yasim</flight-model>
<aero>747</aero> <aero>747</aero>
<sound>true</sound> <sound>true</sound>
<panel> <panel>
<path>Aircraft/c172/Panels/c172-vfr-panel.xml</path> <path>Aircraft/c172/Panels/c172-vfr-panel.xml</path>
<visibility>true</visibility>
</panel> </panel>
<panel_2>
<path>Aircraft/c172/Panels/c172-trans-mini-panel.xml</path>
</panel_2>
<model> <model>
<path><!-- you need to set this --></path> <path><!-- you need to set this --></path>
</model> </model>

View file

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

View file

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

View file

@ -21,6 +21,9 @@ October 23 2001 John Check, fgpanels@rockfish.net
<path>Aircraft/c310/c310-vfr-panel.xml</path> <path>Aircraft/c310/c310-vfr-panel.xml</path>
<visibility>true</visibility> <visibility>true</visibility>
</panel> </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 --> <!-- you need to download this model from the site listed above -->
<model> <model>

View file

@ -16,12 +16,20 @@ October 23 2001 John Check, fgpanels@rockfish.net
<flight-model>yasim</flight-model> <flight-model>yasim</flight-model>
<aero>c310</aero> <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>
<visibility>true</visibility>
</panel> </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> <model>
<path>Aircraft/c310/Models/cessna310r.ac</path> <path>Aircraft/c310/Models/cessna310r.ac</path>
</model> </model>
</sim> </sim>
</PropertyList> </PropertyList>