Fokker 100 Model fix and new Mapping. Incl. Paintkit and 4 liveries
This commit is contained in:
parent
2b072dd992
commit
345bc81c31
13 changed files with 22578 additions and 0 deletions
9
AI/Aircraft/Fokker-100/100-Austrian.xml
Normal file
9
AI/Aircraft/Fokker-100/100-Austrian.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="100-main.xml">
|
||||
|
||||
<texture-path>Textures/Austrian</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/Fokker-100/100-Carpatair.xml
Normal file
9
AI/Aircraft/Fokker-100/100-Carpatair.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="100-main.xml">
|
||||
|
||||
<texture-path>Textures/Carpatair</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/Fokker-100/100-Helvetic.xml
Normal file
9
AI/Aircraft/Fokker-100/100-Helvetic.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="100-main.xml">
|
||||
|
||||
<texture-path>Textures/Helvetic</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
9
AI/Aircraft/Fokker-100/100-Qantas.xml
Normal file
9
AI/Aircraft/Fokker-100/100-Qantas.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList include="100-main.xml">
|
||||
|
||||
<texture-path>Textures/Qantas</texture-path>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
||||
|
23
AI/Aircraft/Fokker-100/100-main.xml
Normal file
23
AI/Aircraft/Fokker-100/100-main.xml
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<PropertyList>
|
||||
<description>Fokker 100</description>
|
||||
<author>Ian (Yves) Tolosa based on model by Erik Hofman</author>
|
||||
<path>Models/100.ac</path>
|
||||
|
||||
<offsets>
|
||||
<pitch-deg>-0.75</pitch-deg>
|
||||
</offsets>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>145</value>
|
||||
</less-than>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
22518
AI/Aircraft/Fokker-100/Models/100.ac
Normal file
22518
AI/Aircraft/Fokker-100/Models/100.ac
Normal file
File diff suppressed because it is too large
Load diff
BIN
AI/Aircraft/Fokker-100/Paintkit/100 UV Map.png
Normal file
BIN
AI/Aircraft/Fokker-100/Paintkit/100 UV Map.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 318 KiB |
BIN
AI/Aircraft/Fokker-100/Paintkit/100-Paintkit.png
Normal file
BIN
AI/Aircraft/Fokker-100/Paintkit/100-Paintkit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 396 KiB |
BIN
AI/Aircraft/Fokker-100/Textures/Austrian/100-tex.png
Normal file
BIN
AI/Aircraft/Fokker-100/Textures/Austrian/100-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
BIN
AI/Aircraft/Fokker-100/Textures/Carpatair/100-tex.png
Normal file
BIN
AI/Aircraft/Fokker-100/Textures/Carpatair/100-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
AI/Aircraft/Fokker-100/Textures/Helvetic/100-tex.png
Normal file
BIN
AI/Aircraft/Fokker-100/Textures/Helvetic/100-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
BIN
AI/Aircraft/Fokker-100/Textures/Qantas/100-tex.png
Normal file
BIN
AI/Aircraft/Fokker-100/Textures/Qantas/100-tex.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
|
@ -201,6 +201,7 @@
|
|||
</alias>
|
||||
<alias>
|
||||
<match>F70</match>
|
||||
<match>100</match>
|
||||
<alias>F100</alias>
|
||||
</alias>
|
||||
<alias>
|
||||
|
|
Loading…
Reference in a new issue