1
0
Fork 0
fgdata/Aircraft/c172p/c172p-panel-only-set.xml
martin f30e034e55 Heiko Schulz:
A big step at bringing the default aircraft into the state it actually
deserves.

Features:
- new, accurate exterior modell, modelled with original 3-views by Cessna
- textures with shadow shading
- livery changing sytem over mp
- immatriculation over mp
- glass shader with fresnel effect
- nearly complete 3d-panel

Known Bugs:
- Radio_Stack shines through the fuselage. New 3d radio_stack has yet to be done.

To-Do:
- Suction-Instrument
- Interior with much more details and painting
- Radio_stack
- doors openable
- lights
- fully animation of the gear
- failure system by Erobo
2008-10-11 21:50:45 +00:00

97 lines
2.1 KiB
XML

<?xml version="1.0"?>
<PropertyList include="c172p-set.xml">
<sim>
<description>Panel only for IFR-training (Cessna 172P)</description>
<startup>
<splash-texture>Aircraft/c172p/splash.png</splash-texture>
</startup>
<panel>
<path>Aircraft/c172/Panels/c172-610x-panel.xml</path>
<visibility archive="y">true</visibility>
</panel>
<panel_2>
<path>Aircraft/c172p/Panels/c172-trans-mini-panel.xml</path>
</panel_2>
<!-- Look down a bit over the top of the panel -->
<view>
<internal archive="y">false</internal>
<config>
<pitch-offset-deg>-8</pitch-offset-deg>
</config>
</view>
<instrumentation>
<path>Aircraft/c172/panel-only-instrumentation.xml</path>
</instrumentation>
<model>
<path archive="y">Aircraft/c172p/Models/c172p.xml</path>
<livery>
<file type="string">n301dp</file>
<index type="int">0</index>
</livery>
<liverytail>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverytail>
<liverywing>
<file type="string">n301dp</file>
<index type="int">0</index>
</liverywing>
<c172p>
<immat>true</immat>
<fairing1>true</fairing1>
<fairing2>false</fairing2>
<fairing3>false</fairing3>
</c172p>
</model>
<multiplay>
<chat_display>1</chat_display>
<generic>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
<int type="int">0</int>
</generic>
</multiplay>
<menubar include="Dialogs/c172p-menu.xml"/>
</sim>
<instrumentation>
<nav n="1">
<frequencies>
<selected-mhz>111.7</selected-mhz>
</frequencies>
</nav>
</instrumentation>
<nasal>
<c172p>
<file>Aircraft/c172p/Nasal/liveries.nas</file>
<file>Aircraft/c172p/Nasal/immat.nas</file>
</c172p>
<annunciator>
<file>Aircraft/Generic/annunciator.nas</file>
</annunciator>
</nasal>
</PropertyList>