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>
|
||||
<aero>c172</aero>
|
||||
<sound>true</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c172/Panels/c172-ifr-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>
|
||||
|
|
|
@ -14,11 +14,20 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<!-- c172 is default so basically we just need to specify the fdm -->
|
||||
<sim>
|
||||
<flight-model>larcsim</flight-model>
|
||||
<aero>c310</aero>
|
||||
<aero>c172</aero>
|
||||
<sound>true</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c310/c310-vfr-panel.xml</path>
|
||||
<path>Aircraft/c172/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>
|
||||
</sim>
|
||||
|
||||
</PropertyList>
|
||||
|
|
|
@ -11,14 +11,19 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
-->
|
||||
|
||||
<PropertyList>
|
||||
<!-- c172 is default so basically we just need to specify the panel-->
|
||||
<sim>
|
||||
<flight-model>jsb</flight-model>
|
||||
<aero>c172</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>
|
||||
|
|
|
@ -16,9 +16,15 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<flight-model>yasim</flight-model>
|
||||
<aero>c172</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>
|
||||
|
|
|
@ -16,12 +16,17 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
<flight-model>jsb</flight-model>
|
||||
<aero>c310</aero>
|
||||
<sound>true</sound>
|
||||
|
||||
<panel>
|
||||
<path>Aircraft/c310/c310-vfr-panel.xml</path>
|
||||
<visibility>true</visibility>
|
||||
</panel>
|
||||
|
||||
<!-- you need to download this model from the site listed above -->
|
||||
<model>
|
||||
<path>Aircraft/c310/Models/cessna310r.ac</path>
|
||||
</model>
|
||||
|
||||
</sim>
|
||||
|
||||
</PropertyList>
|
||||
|
|
Loading…
Reference in a new issue