New ATR 72-500 AI Model with Paintkit & Default Liveries
This commit is contained in:
parent
532a5b57d2
commit
57b396a971
7 changed files with 36496 additions and 0 deletions
9
AI/Aircraft/AT7/AT7-default.xml
Normal file
9
AI/Aircraft/AT7/AT7-default.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="AT7-main.xml">
|
||||
|
||||
<texture-path>Textures/default</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
96
AI/Aircraft/AT7/AT7-main.xml
Normal file
96
AI/Aircraft/AT7/AT7-main.xml
Normal file
|
@ -0,0 +1,96 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<description>ATR 72-500</description>
|
||||
<author>Ian Tolosa</author>
|
||||
<path>Models/AT7.ac</path>
|
||||
|
||||
<offsets>
|
||||
<pitch-deg>-0.75</pitch-deg>
|
||||
</offsets>
|
||||
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Gear_Open</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>120</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Gear_Closed</object-name>
|
||||
<condition>
|
||||
<greater-than-equals>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>120</value>
|
||||
</greater-than-equals>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Prop_Blur_L</object-name>
|
||||
<condition>
|
||||
<greater-than-equals>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>15</value>
|
||||
</greater-than-equals>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Prop_Blur_R</object-name>
|
||||
<condition>
|
||||
<greater-than-equals>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>15</value>
|
||||
</greater-than-equals>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
|
||||
|
||||
<animation>
|
||||
<type>spin</type>
|
||||
<object-name>Prop_L</object-name>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<factor>4</factor>
|
||||
<center>
|
||||
<x-m>-3.56891</x-m>
|
||||
<y-m>-4.05145</y-m>
|
||||
<z-m>3.07941</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>1.000</x>
|
||||
<y>0.000</y>
|
||||
<z>0.000</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
<animation>
|
||||
<type>spin</type>
|
||||
<object-name>Prop_R</object-name>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<factor>4</factor>
|
||||
<center>
|
||||
<x-m>-3.56891</x-m>
|
||||
<y-m>4.05145</y-m>
|
||||
<z-m>3.07941</z-m>
|
||||
</center>
|
||||
<axis>
|
||||
<x>1.000</x>
|
||||
<y>0.000</y>
|
||||
<z>0.000</z>
|
||||
</axis>
|
||||
</animation>
|
||||
|
||||
|
||||
|
||||
</PropertyList>
|
36391
AI/Aircraft/AT7/Models/AT7.ac
Normal file
36391
AI/Aircraft/AT7/Models/AT7.ac
Normal file
File diff suppressed because it is too large
Load diff
BIN
AI/Aircraft/AT7/Paintkit/AT7-PaintKit.png
Normal file
BIN
AI/Aircraft/AT7/Paintkit/AT7-PaintKit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 430 KiB |
BIN
AI/Aircraft/AT7/Paintkit/AT7-tex.png
Normal file
BIN
AI/Aircraft/AT7/Paintkit/AT7-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 283 KiB |
BIN
AI/Aircraft/AT7/Paintkit/AT7-uv.png
Normal file
BIN
AI/Aircraft/AT7/Paintkit/AT7-uv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 268 KiB |
BIN
AI/Aircraft/AT7/Textures/default/AT7-tex.png
Normal file
BIN
AI/Aircraft/AT7/Textures/default/AT7-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
Loading…
Reference in a new issue