123456789101112131415161718192021222324 |
- <?xml version="1.0"?>
- <PropertyList>
- <sim>
- <aircraft-registration type="string">D-XXXX</aircraft-registration>
- <model>
- <livery>
- <name type="string">Airbus Helicopters</name>
- <texture>liveriesH/Airbus/Airbus.png</texture>
- <texture-tail>liveriesH/Airbus/AirbusHt.png</texture-tail>
- <rotor>liveriesH/black.png</rotor>
- <texture-skids>liveriesH/blackskids.png</texture-skids>
- <texture-radar>liveriesH/Airbus/Radome.png</texture-radar>
- <texture-mounts>liveriesH/Airbus/WeaponsMounts.png</texture-mounts>
- </livery>
-
- </model>
- <rendering>
- <refl_correction type="string">-0.45</refl_correction>
- </rendering>
- </sim>
- </PropertyList>
|