1
0
Fork 0
fgdata/Aircraft/c172p/Instruments/radio_stack/radio-panel.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

76 lines
2.1 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE PropertyList SYSTEM "panel.dtd">
<PropertyList>
<name>Radio-Panel</name>
<background>Aircraft/pa24-250/Models/radio_stack/transparent-bg.rgb</background>
<w>512</w>
<h>1024</h>
<instruments>
<!-- radio stack -->
<instrument include="../../../Instruments/dme.xml">
<name>DME Display</name>
<x>120</x>
<y>470</y>
<w>200</w>
<h>100</h> -->
</instrument>
<instrument include="../../../Instruments/markerbeacon.xml">
<name>Marker Beacon Indicators</name>
<x>64</x>
<y>1000</y>
<w>100</w>
<h>50</h>
</instrument>
<instrument include="../../../Instruments/adf-radio.xml">
<name>ADF Radio</name>
<x>256</x>
<y>900</y>
<w>512</w>
<h>150</h>
</instrument>
<instrument include="../../../Instruments/navcom-kx155.xml">
<name>NavCom 1 Radio</name>
<x>256</x>
<y>750</y>
<w>512</w>
<h>150</h>
</instrument>
<instrument include="../../../Instruments/navcom-kx155.xml">
<name>NavCom 2 Radio</name>
<params>
<comm-freq-selected-prop>/instrumentation/comm[1]/frequencies/selected-mhz</comm-freq-selected-prop>
<comm-freq-standby-prop>/instrumentation/comm[1]/frequencies/standby-mhz</comm-freq-standby-prop>
<nav-freq-selected-prop>/instrumentation/nav[1]/frequencies/selected-mhz</nav-freq-selected-prop>
<nav-freq-standby-prop>/instrumentation/nav[1]/frequencies/standby-mhz</nav-freq-standby-prop>
<nav-morse-id-volume-prop>/instrumentation/nav[1]/volume</nav-morse-id-volume-prop>
<nav-morse-ident-toggle-prop>/instrumentation/nav[1]/ident</nav-morse-ident-toggle-prop>
<nav-com-pwr-volts-prop>/systems/electrical/outputs/nav[1]</nav-com-pwr-volts-prop>
</params>
<x>256</x>
<y>600</y>
<w>512</w>
<h>150</h>
</instrument>
<!--
<instrument include="../../../Instruments/KAP140TwoAxisAlt.xml">
<name>KAP140 Autopilot</name>
<x>256</x>
<y>340</y>
<w>512</w>
<h>150</h>
</instrument> -->
<!-- end radio stack -->
</instruments>
</PropertyList>