f30e034e55
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
39 lines
843 B
XML
39 lines
843 B
XML
<click>
|
|
<name>KMA26HiSens</name>
|
|
<path>Sounds/click.wav</path>
|
|
<condition>
|
|
<equals>
|
|
<property>instrumentation/kma26/sens</property>
|
|
<value>1</value>
|
|
</equals>
|
|
</condition>
|
|
<volume>
|
|
<factor>0.5</factor>
|
|
</volume>
|
|
</click>
|
|
<click>
|
|
<name>KMA26LoSens</name>
|
|
<path>Sounds/click.wav</path>
|
|
<condition>
|
|
<equals>
|
|
<property>instrumentation/kma26/sens</property>
|
|
<value>0</value>
|
|
</equals>
|
|
</condition>
|
|
<volume>
|
|
<factor>0.5</factor>
|
|
</volume>
|
|
</click>
|
|
<click>
|
|
<name>KMA26SensTest</name>
|
|
<path>Sounds/click.wav</path>
|
|
<condition>
|
|
<equals>
|
|
<property>instrumentation/kma26/sens</property>
|
|
<value>-1</value>
|
|
</equals>
|
|
</condition>
|
|
<volume>
|
|
<factor>0.5</factor>
|
|
</volume>
|
|
</click>
|