Standard gear and light properties for Airbus AI.
This commit is contained in:
parent
6bbb7ff448
commit
c7d63fb191
24 changed files with 194 additions and 229 deletions
|
@ -42,10 +42,10 @@
|
|||
<type>select</type>
|
||||
<object-name>gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>190</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.25</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Add Navigation Lights Objects -->
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<name>NavGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
|
@ -94,29 +94,28 @@
|
|||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights & Beacons when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<object-name>NavGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/nav</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/strobe</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<property>controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
|
@ -78,7 +78,7 @@
|
|||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<name>NavGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
|
@ -94,29 +94,28 @@
|
|||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights & Beacons when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<object-name>NavGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/nav-lights</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/strobe</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<property>controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
|
@ -7,10 +7,10 @@
|
|||
<type>select</type>
|
||||
<object-name>gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>155</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.25</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Add Navigation Lights Objects -->
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<name>NavGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
|
@ -94,29 +94,28 @@
|
|||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights & Beacons when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<object-name>NavGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/nav-lights</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/strobe</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<property>controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
|
@ -7,10 +7,10 @@
|
|||
<type>select</type>
|
||||
<object-name>320_gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>155</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.25</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Add Navigation Lights Objects -->
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<name>NavGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
|
@ -94,29 +94,28 @@
|
|||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights & Beacons when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<object-name>NavGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/nav-lights</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/strobe</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<property>controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
|
@ -7,10 +7,10 @@
|
|||
<type>select</type>
|
||||
<object-name>gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>155</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.25</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Add Navigation Lights Objects -->
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<name>NavGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
|
@ -94,29 +94,28 @@
|
|||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights & Beacons when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<object-name>NavGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/nav-lights</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/strobe</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<property>controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
|
@ -8,10 +8,10 @@
|
|||
<type>select</type>
|
||||
<object-name>gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>165</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.25</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Tail and Windows Lightmap Effect -->
|
||||
|
|
|
@ -4,15 +4,14 @@
|
|||
<description>A330-200 Freighter</description>
|
||||
<author>3D Model Innis Cunningham, UV map liveries Brett Harrison</author>
|
||||
<path>Models/A33X.ac</path>
|
||||
<!-- Show Gear only when speed under 200 knots for parking and taxi and take off phases -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>165</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.25</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Tail and Windows Lightmap Effect -->
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<name>NavGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
|
@ -94,29 +94,28 @@
|
|||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights & Beacons when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<object-name>NavGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/nav-lights</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/strobe</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<property>controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
|
@ -4,15 +4,14 @@
|
|||
<description>A330-300</description>
|
||||
<author>3D Model Innis Cunningham, UV map liveries Brett Harrison</author>
|
||||
<path>Models/A333.ac</path>
|
||||
<!-- Show Gear only when speed under 200 knots for parking and taxi and take off phases -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>170</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.25</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Tail and Windows Lightmap Effect -->
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<name>NavGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
|
@ -94,46 +94,28 @@
|
|||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>NavGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/nav-lights</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/strobe</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Beacons when Transponder Active -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<and>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<equals>
|
||||
<property>valid</property>
|
||||
<value type="bool">true</value>
|
||||
</equals>
|
||||
</and>
|
||||
<property>controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
|
@ -4,15 +4,14 @@
|
|||
<description>A340-200</description>
|
||||
<author>3D Model Innis Cunningham, UV map liveries Brett Harrison</author>
|
||||
<path>Models/A342.ac</path>
|
||||
<!-- Show Gear only when speed under 175 knots for parking and taxi and take off phases -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>175</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.25</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Tail and Windows Lightmap Effect -->
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<name>NavGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
|
@ -94,29 +94,28 @@
|
|||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights & Beacons when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<object-name>NavGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/nav-lights</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/strobe</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<property>controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
|
@ -3,15 +3,14 @@
|
|||
<description>A340-300</description>
|
||||
<author>3D Model Innis Cunningham, UV map liveries Brett Harrison</author>
|
||||
<path>Models/A343.ac</path>
|
||||
<!-- Show Gear only when speed under 200 knots for parking and taxi and take off phases -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>175</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.25</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Tail and Windows Lightmap Effect -->
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<name>NavGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
|
@ -94,29 +94,28 @@
|
|||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights & Beacons when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<object-name>NavGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/nav-lights</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/strobe</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<property>controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
|
@ -3,15 +3,14 @@
|
|||
<description>A340-500</description>
|
||||
<author>3D Model Innis Cunningham, UV map liveries Brett Harrison</author>
|
||||
<path>Models/A345.ac</path>
|
||||
<!-- Show Gear only when speed under 175 knots for parking and taxi and take off phases -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>175</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.25</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Tail and Windows Lightmap Effect -->
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<name>NavGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
|
@ -94,29 +94,28 @@
|
|||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights & Beacons when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<object-name>NavGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/nav-lights</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/strobe</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<property>controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
|
@ -3,15 +3,14 @@
|
|||
<description>A340-600</description>
|
||||
<author>3D Model Innis Cunningham, UV map liveries Brett Harrison</author>
|
||||
<path>Models/A346.ac</path>
|
||||
<!-- Show Gear only when speed under 175 knots for parking and taxi and take off phases -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>gear</object-name>
|
||||
<condition>
|
||||
<less-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>175</value>
|
||||
</less-than>
|
||||
<greater-than>
|
||||
<property>gear/gear[0]/position-norm</property>
|
||||
<value>0.25</value>
|
||||
</greater-than>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Tail and Windows Lightmap Effect -->
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<name>NavGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
|
@ -94,29 +94,28 @@
|
|||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights & Beacons when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<object-name>NavGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/nav-lights</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/strobe</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<property>controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
|
@ -78,7 +78,7 @@
|
|||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<name>NavGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
|
@ -94,29 +94,28 @@
|
|||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights & Beacons when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<object-name>NavGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/nav-lights</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/strobe</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<property>controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
</PropertyList>
|
|
@ -78,7 +78,7 @@
|
|||
</model>
|
||||
<!-- Group Lights for Shared Animations -->
|
||||
<animation>
|
||||
<name>StaticGrouped</name>
|
||||
<name>NavGrouped</name>
|
||||
<object-name>nav-right</object-name>
|
||||
<object-name>nav-left</object-name>
|
||||
<object-name>nav-tail</object-name>
|
||||
|
@ -94,29 +94,29 @@
|
|||
<object-name>beacon-top</object-name>
|
||||
<object-name>beacon-bottom</object-name>
|
||||
</animation>
|
||||
<!-- Show Static Lights & Beacons when aircraft is moving -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StaticGrouped</object-name>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<object-name>NavGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>transponder-id</property>
|
||||
<value type="string">0</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/nav-lights</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<!-- Show Strobes when Aircraft on runway or airborne -->
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>StrobeGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<greater-than>
|
||||
<property>velocities/true-airspeed-kt</property>
|
||||
<value>40</value>
|
||||
</greater-than>
|
||||
<property>controls/lighting/strobe</property>
|
||||
</condition>
|
||||
</animation>
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>BeaconGrouped</object-name>
|
||||
<nopreview />
|
||||
<condition>
|
||||
<property>controls/lighting/beacon</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
</PropertyList>
|
Loading…
Add table
Reference in a new issue