Correct Nav and Strobe Lights (#203)
* Make nav lights display correctly with Sharklets * Make strobe lights display correctly with Sharklets
This commit is contained in:
parent
e2c7abb3fd
commit
52e38d552d
1 changed files with 108 additions and 0 deletions
|
@ -309,6 +309,33 @@
|
|||
</offsets>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Left nav light</object-name>
|
||||
<object-name>Left nav light ALS</object-name>
|
||||
<condition>
|
||||
<not><property>sim/multiplay/generic/int[12]</property></not>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<model>
|
||||
<name>Left nav light ALS sharklet</name>
|
||||
<path>Aircraft/A320-family/Models/Lights/ALS/rednav.xml</path>
|
||||
<offsets>
|
||||
<x-m>1.54364</x-m>
|
||||
<y-m>-16.38</y-m>
|
||||
<z-m>0.317012</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Left nav light ALS sharklet</object-name>
|
||||
<condition>
|
||||
<property>sim/multiplay/generic/int[12]</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<model>
|
||||
<name>Right nav light</name>
|
||||
<path>Aircraft/A320-family/Models/Lights/greennav.xml</path>
|
||||
|
@ -328,6 +355,33 @@
|
|||
<z-m>0.317018</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Right nav light</object-name>
|
||||
<object-name>Right nav light ALS</object-name>
|
||||
<condition>
|
||||
<not><property>sim/multiplay/generic/int[12]</property></not>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<model>
|
||||
<name>Right nav light ALS sharklet</name>
|
||||
<path>Aircraft/A320-family/Models/Lights/ALS/greennav.xml</path>
|
||||
<offsets>
|
||||
<x-m>1.54364</x-m>
|
||||
<y-m>16.38</y-m>
|
||||
<z-m>0.317012</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Right nav light ALS sharklet</object-name>
|
||||
<condition>
|
||||
<property>sim/multiplay/generic/int[12]</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<model>
|
||||
<name>Tail nav light</name>
|
||||
|
@ -369,6 +423,33 @@
|
|||
</offsets>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Left strobe light</object-name>
|
||||
<object-name>Left strobe light ALS</object-name>
|
||||
<condition>
|
||||
<not><property>sim/multiplay/generic/int[12]</property></not>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<model>
|
||||
<name>Left strobe light ALS sharklet</name>
|
||||
<path>Aircraft/A320-family/Models/Lights/ALS/right-strobe.xml</path>
|
||||
<offsets>
|
||||
<x-m>2.31</x-m>
|
||||
<y-m>-17.1</y-m>
|
||||
<z-m>0.66</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Left strobe light ALS sharklet</object-name>
|
||||
<condition>
|
||||
<property>sim/multiplay/generic/int[12]</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<model>
|
||||
<name>Right strobe light</name>
|
||||
<path>Aircraft/A320-family/Models/Lights/strobe.xml</path>
|
||||
|
@ -388,6 +469,33 @@
|
|||
<z-m>0.319218</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Right strobe light</object-name>
|
||||
<object-name>Right strobe light ALS</object-name>
|
||||
<condition>
|
||||
<not><property>sim/multiplay/generic/int[12]</property></not>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<model>
|
||||
<name>Right strobe light ALS sharklet</name>
|
||||
<path>Aircraft/A320-family/Models/Lights/ALS/right-strobe.xml</path>
|
||||
<offsets>
|
||||
<x-m>2.31</x-m>
|
||||
<y-m>17.1</y-m>
|
||||
<z-m>0.66</z-m>
|
||||
</offsets>
|
||||
</model>
|
||||
|
||||
<animation>
|
||||
<type>select</type>
|
||||
<object-name>Right strobe light ALS sharklet</object-name>
|
||||
<condition>
|
||||
<property>sim/multiplay/generic/int[12]</property>
|
||||
</condition>
|
||||
</animation>
|
||||
|
||||
<model>
|
||||
<name>Tail strobe light</name>
|
||||
|
|
Loading…
Add table
Reference in a new issue