1
0
Fork 0
fgdata/Aircraft/c172p/Instruments/radio_stack/radio-panel.xml
martin 922a09ebcf Heiko Schulz:
-new better panel
-added lights and made them switchable
-doors can be open now (pick animation)
-added some liveries by Brett Harrison
-added paintkit by Brett Harrison
-converted liveries to png
-replaced radio stack with 3d-radios, DME and marker-lights yet missing
-minor bugfixes
-added glass shader with fresnel effect

still work on the interior to do like the seats, walls and so on...
2008-12-04 22:44:18 +00:00

76 lines
2 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>