Fixed an oopsie in the c172-set, it was calling the 310 aero
moved the panel specs into set files.
This commit is contained in:
parent
6c6da4ebe5
commit
b96d337720
5 changed files with 34 additions and 3 deletions
|
@ -16,9 +16,15 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
<flight-model>jsb</flight-model>
|
<flight-model>jsb</flight-model>
|
||||||
<aero>c172</aero>
|
<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>
|
||||||
|
<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>
|
||||||
|
|
|
@ -14,11 +14,20 @@ 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>
|
||||||
<aero>c310</aero>
|
<aero>c172</aero>
|
||||||
<sound>true</sound>
|
<sound>true</sound>
|
||||||
|
|
||||||
<panel>
|
<panel>
|
||||||
<path>Aircraft/c310/c310-vfr-panel.xml</path>
|
<path>Aircraft/c172/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>
|
||||||
|
<path><!-- you need to set this --></path>
|
||||||
|
</model>
|
||||||
</sim>
|
</sim>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -11,14 +11,19 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<!-- c172 is default so basically we just need to specify the panel-->
|
|
||||||
<sim>
|
<sim>
|
||||||
<flight-model>jsb</flight-model>
|
<flight-model>jsb</flight-model>
|
||||||
<aero>c172</aero>
|
<aero>c172</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>
|
||||||
|
|
|
@ -16,9 +16,15 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
<flight-model>yasim</flight-model>
|
<flight-model>yasim</flight-model>
|
||||||
<aero>c172</aero>
|
<aero>c172</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>
|
||||||
|
|
|
@ -16,12 +16,17 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
||||||
<flight-model>jsb</flight-model>
|
<flight-model>jsb</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>
|
||||||
|
|
||||||
|
<!-- you need to download this model from the site listed above -->
|
||||||
<model>
|
<model>
|
||||||
<path>Aircraft/c310/Models/cessna310r.ac</path>
|
<path>Aircraft/c310/Models/cessna310r.ac</path>
|
||||||
</model>
|
</model>
|
||||||
|
|
||||||
</sim>
|
</sim>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
Loading…
Reference in a new issue