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
37 lines
790 B
XML
37 lines
790 B
XML
<?xml version="1.0"?>
|
|
|
|
<PropertyList>
|
|
<sim>
|
|
<model>
|
|
|
|
|
|
|
|
<livery>
|
|
<name type="string">default</name>
|
|
<index type="int">1</index>
|
|
<texture>Liveries/fuselage2.png</texture>
|
|
</livery>
|
|
|
|
<liverytail>
|
|
<name type="string">default</name>
|
|
<index type="int">1</index>
|
|
<texture>Liveries/tail.png</texture>
|
|
</liverytail>
|
|
|
|
<liverywing>
|
|
<name type="string">default</name>
|
|
<index type="int">1</index>
|
|
<texture>Liveries/wing.png</texture>
|
|
</liverywing>
|
|
|
|
<c172p>
|
|
<immat>true</immat>
|
|
<fairing1>false</fairing1>
|
|
<fairing2>false</fairing2>
|
|
<fairing3>false</fairing3>
|
|
</c172p>
|
|
|
|
</model>
|
|
|
|
</sim>
|
|
</PropertyList>
|