Merge pull request #44 from legoboyvdlp/master

pressure and lights
This commit is contained in:
Joshua Davidson 2017-06-06 12:33:06 -04:00 committed by GitHub
commit 49320b95cb
35 changed files with 1886 additions and 118 deletions

View file

@ -123,6 +123,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/rednav.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>-16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right nav light</name>
@ -133,6 +143,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/greennav.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left strobe light</name>
@ -143,6 +163,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/left-strobe.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>-16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right strobe light</name>
@ -153,6 +183,17 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/right-strobe.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Top beacon light</name>
<path>Aircraft/A320Family/Models/Lights/beacon.xml</path>
@ -172,10 +213,30 @@
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Top beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>16.7</x-m>
<y-m>0</y-m>
<z-m>1.977</z-m>
</offsets>
</model>
<!--model>
<name>Port landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-port.xml</path>
<model>
<name>Bottom beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>18.2</x-m>
<y-m>0</y-m>
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Port landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightL.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>-3.16</y-m>
@ -184,8 +245,8 @@
</model>
<model>
<name>Nosegear landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-nose.xml</path>
<name>Nosegear landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/taxilight.xml</path>
<offsets>
<x-m>3.08</x-m>
<y-m>0</y-m>
@ -194,14 +255,14 @@
</model>
<model>
<name>Starboard landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-stbd.xml</path>
<name>Starboard landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightR.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>3.16</y-m>
<z-m>-1.4</z-m>
</offsets>
</model-->
</model>
<!-- Other non-aircraft models -->
<model>
@ -438,6 +499,52 @@
<property>/services/stairs/l4</property>
</condition>
</model>
<animation>
<type>select</type>
<object-name>Top beacon light</object-name>
<object-name>Bottom beacon light</object-name>
<object-name>Left nav light</object-name>
<object-name>Right nav light</object-name>
<object-name>Left strobe light</object-name>
<object-name>Right strobe light</object-name>
<condition>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Top beacon light ALS</object-name>
<object-name>Bottom beacon light ALS</object-name>
<object-name>Left nav light ALS</object-name>
<object-name>Right nav light ALS</object-name>
<object-name>Left strobe light ALS</object-name>
<object-name>Right strobe light ALS</object-name>
<object-name>Port landing light ALS</object-name>
<object-name>Nosegear landing light ALS</object-name>
<object-name>Starboard landing light ALS</object-name>
<condition>
<property>/sim/rendering/shaders/skydome</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Nosegear landing light ALS</object-name>
<condition>
<and>
<not>
<property>/sim/model/lights/nose-ldglight</property>
<value>0</value>
</not>
<greater-than>
<property>gear/gear/position-norm</property>
<value>0.1</value>
</greater-than>
</and>
</condition>
</animation>
</PropertyList>

View file

@ -113,7 +113,9 @@
<x-m>30.1235728</x-m>
</offsets>
</model>
<!-- Lights -->
<model>
<name>Left nav light</name>
<path>Aircraft/A320Family/Models/Lights/rednav.xml</path>
@ -123,6 +125,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/rednav.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>-16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right nav light</name>
@ -133,6 +145,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/greennav.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left strobe light</name>
@ -143,6 +165,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/left-strobe.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>-16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right strobe light</name>
@ -153,6 +185,17 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/right-strobe.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Top beacon light</name>
<path>Aircraft/A320Family/Models/Lights/beacon.xml</path>
@ -172,10 +215,30 @@
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Top beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>16.7</x-m>
<y-m>0</y-m>
<z-m>1.977</z-m>
</offsets>
</model>
<!--model>
<name>Port landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-port.xml</path>
<model>
<name>Bottom beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>18.2</x-m>
<y-m>0</y-m>
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Port landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightL.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>-3.16</y-m>
@ -184,8 +247,8 @@
</model>
<model>
<name>Nosegear landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-nose.xml</path>
<name>Nosegear landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/taxilight.xml</path>
<offsets>
<x-m>3.08</x-m>
<y-m>0</y-m>
@ -194,15 +257,14 @@
</model>
<model>
<name>Starboard landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-stbd.xml</path>
<name>Starboard landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightR.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>3.16</y-m>
<z-m>-1.4</z-m>
</offsets>
</model-->
</model>
<!-- Other non-aircraft models -->
<model>
<name>Pushback</name>
@ -438,6 +500,52 @@
<property>/services/stairs/l4</property>
</condition>
</model>
<animation>
<type>select</type>
<object-name>Top beacon light</object-name>
<object-name>Bottom beacon light</object-name>
<object-name>Left nav light</object-name>
<object-name>Right nav light</object-name>
<object-name>Left strobe light</object-name>
<object-name>Right strobe light</object-name>
<condition>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Top beacon light ALS</object-name>
<object-name>Bottom beacon light ALS</object-name>
<object-name>Left nav light ALS</object-name>
<object-name>Right nav light ALS</object-name>
<object-name>Left strobe light ALS</object-name>
<object-name>Right strobe light ALS</object-name>
<object-name>Port landing light ALS</object-name>
<object-name>Nosegear landing light ALS</object-name>
<object-name>Starboard landing light ALS</object-name>
<condition>
<property>/sim/rendering/shaders/skydome</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Nosegear landing light ALS</object-name>
<condition>
<and>
<not>
<property>/sim/model/lights/nose-ldglight</property>
<value>0</value>
</not>
<greater-than>
<property>gear/gear/position-norm</property>
<value>0.1</value>
</greater-than>
</and>
</condition>
</animation>
</PropertyList>

View file

@ -115,6 +115,7 @@
</offsets>
</model>
<!-- Lights -->
<model>
<name>Left nav light</name>
<path>Aircraft/A320Family/Models/Lights/rednav.xml</path>
@ -124,6 +125,16 @@
<z-m>0.25</z-m>
</offsets>
</model>
<model>
<name>Left nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/rednav.xml</path>
<offsets>
<x-m>22.93</x-m>
<y-m>-16.5</y-m>
<z-m>0.25</z-m>
</offsets>
</model>
<model>
<name>Right nav light</name>
@ -134,6 +145,16 @@
<z-m>0.25</z-m>
</offsets>
</model>
<model>
<name>Right nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/greennav.xml</path>
<offsets>
<x-m>22.93</x-m>
<y-m>16.5</y-m>
<z-m>0.25</z-m>
</offsets>
</model>
<model>
<name>Left strobe light</name>
@ -144,6 +165,16 @@
<z-m>0.47</z-m>
</offsets>
</model>
<model>
<name>Left strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/left-strobe.xml</path>
<offsets>
<x-m>23.92</x-m>
<y-m>-17.3</y-m>
<z-m>0.47</z-m>
</offsets>
</model>
<model>
<name>Right strobe light</name>
@ -154,6 +185,17 @@
<z-m>0.47</z-m>
</offsets>
</model>
<model>
<name>Right strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/right-strobe.xml</path>
<offsets>
<x-m>23.92</x-m>
<y-m>17.23</y-m>
<z-m>0.47</z-m>
</offsets>
</model>
<model>
<name>Top beacon light</name>
<path>Aircraft/A320Family/Models/Lights/beacon.xml</path>
@ -173,10 +215,30 @@
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Top beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>16.7</x-m>
<y-m>0</y-m>
<z-m>1.977</z-m>
</offsets>
</model>
<!--model>
<name>Port landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-port.xml</path>
<model>
<name>Bottom beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>18.2</x-m>
<y-m>0</y-m>
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Port landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightL.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>-3.16</y-m>
@ -185,8 +247,8 @@
</model>
<model>
<name>Nosegear landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-nose.xml</path>
<name>Nosegear landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/taxilight.xml</path>
<offsets>
<x-m>7.35</x-m>
<y-m>0</y-m>
@ -195,14 +257,14 @@
</model>
<model>
<name>Starboard landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-stbd.xml</path>
<name>Starboard landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightR.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>3.16</y-m>
<z-m>-1.4</z-m>
</offsets>
</model-->
</model>
<!-- Other non-aircraft models -->
<model>
@ -444,5 +506,50 @@
</condition>
</model>
<animation>
<type>select</type>
<object-name>Top beacon light</object-name>
<object-name>Bottom beacon light</object-name>
<object-name>Left nav light</object-name>
<object-name>Right nav light</object-name>
<object-name>Left strobe light</object-name>
<object-name>Right strobe light</object-name>
<condition>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Top beacon light ALS</object-name>
<object-name>Bottom beacon light ALS</object-name>
<object-name>Left nav light ALS</object-name>
<object-name>Right nav light ALS</object-name>
<object-name>Left strobe light ALS</object-name>
<object-name>Right strobe light ALS</object-name>
<object-name>Port landing light ALS</object-name>
<object-name>Nosegear landing light ALS</object-name>
<object-name>Starboard landing light ALS</object-name>
<condition>
<property>/sim/rendering/shaders/skydome</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Nosegear landing light ALS</object-name>
<condition>
<and>
<not>
<property>/sim/model/lights/nose-ldglight</property>
<value>0</value>
</not>
<greater-than>
<property>gear/gear/position-norm</property>
<value>0.1</value>
</greater-than>
</and>
</condition>
</animation>
</PropertyList>

View file

@ -115,7 +115,8 @@
</offsets>
</model>
<!-- Lights -->
<model>
<model>
<name>Left nav light</name>
<path>Aircraft/A320Family/Models/Lights/rednav.xml</path>
<offsets>
@ -124,6 +125,16 @@
<z-m>0.25</z-m>
</offsets>
</model>
<model>
<name>Left nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/rednav.xml</path>
<offsets>
<x-m>22.93</x-m>
<y-m>-16.5</y-m>
<z-m>0.25</z-m>
</offsets>
</model>
<model>
<name>Right nav light</name>
@ -134,6 +145,16 @@
<z-m>0.25</z-m>
</offsets>
</model>
<model>
<name>Right nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/greennav.xml</path>
<offsets>
<x-m>22.93</x-m>
<y-m>16.5</y-m>
<z-m>0.25</z-m>
</offsets>
</model>
<model>
<name>Left strobe light</name>
@ -144,6 +165,16 @@
<z-m>0.47</z-m>
</offsets>
</model>
<model>
<name>Left strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/left-strobe.xml</path>
<offsets>
<x-m>23.92</x-m>
<y-m>-17.3</y-m>
<z-m>0.47</z-m>
</offsets>
</model>
<model>
<name>Right strobe light</name>
@ -154,6 +185,17 @@
<z-m>0.47</z-m>
</offsets>
</model>
<model>
<name>Right strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/right-strobe.xml</path>
<offsets>
<x-m>23.92</x-m>
<y-m>17.23</y-m>
<z-m>0.47</z-m>
</offsets>
</model>
<model>
<name>Top beacon light</name>
<path>Aircraft/A320Family/Models/Lights/beacon.xml</path>
@ -173,10 +215,30 @@
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Top beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>16.7</x-m>
<y-m>0</y-m>
<z-m>1.977</z-m>
</offsets>
</model>
<!--model>
<name>Port landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-port.xml</path>
<model>
<name>Bottom beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>18.2</x-m>
<y-m>0</y-m>
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Port landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightL.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>-3.16</y-m>
@ -185,8 +247,8 @@
</model>
<model>
<name>Nosegear landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-nose.xml</path>
<name>Nosegear landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/taxilight.xml</path>
<offsets>
<x-m>7.35</x-m>
<y-m>0</y-m>
@ -195,15 +257,14 @@
</model>
<model>
<name>Starboard landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-stbd.xml</path>
<name>Starboard landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightR.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>3.16</y-m>
<z-m>-1.4</z-m>
</offsets>
</model-->
</model>
<!-- Other non-aircraft models -->
<model>
<name>Pushback</name>
@ -444,5 +505,50 @@
</condition>
</model>
<animation>
<type>select</type>
<object-name>Top beacon light</object-name>
<object-name>Bottom beacon light</object-name>
<object-name>Left nav light</object-name>
<object-name>Right nav light</object-name>
<object-name>Left strobe light</object-name>
<object-name>Right strobe light</object-name>
<condition>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Top beacon light ALS</object-name>
<object-name>Bottom beacon light ALS</object-name>
<object-name>Left nav light ALS</object-name>
<object-name>Right nav light ALS</object-name>
<object-name>Left strobe light ALS</object-name>
<object-name>Right strobe light ALS</object-name>
<object-name>Port landing light ALS</object-name>
<object-name>Nosegear landing light ALS</object-name>
<object-name>Starboard landing light ALS</object-name>
<condition>
<property>/sim/rendering/shaders/skydome</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Nosegear landing light ALS</object-name>
<condition>
<and>
<not>
<property>/sim/model/lights/nose-ldglight</property>
<value>0</value>
</not>
<greater-than>
<property>gear/gear/position-norm</property>
<value>0.1</value>
</greater-than>
</and>
</condition>
</animation>
</PropertyList>

View file

@ -114,7 +114,8 @@
</offsets>
</model>
<!-- Lights -->
<model>
<model>
<name>Left nav light</name>
<path>Aircraft/A320Family/Models/Lights/rednav.xml</path>
<offsets>
@ -123,6 +124,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/rednav.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>-16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right nav light</name>
@ -133,6 +144,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/greennav.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left strobe light</name>
@ -143,6 +164,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/left-strobe.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>-16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right strobe light</name>
@ -153,6 +184,17 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/right-strobe.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Top beacon light</name>
<path>Aircraft/A320Family/Models/Lights/beacon.xml</path>
@ -172,10 +214,30 @@
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Top beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>16.7</x-m>
<y-m>0</y-m>
<z-m>1.977</z-m>
</offsets>
</model>
<!--model>
<name>Port landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-port.xml</path>
<model>
<name>Bottom beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>18.2</x-m>
<y-m>0</y-m>
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Port landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightL.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>-3.16</y-m>
@ -184,8 +246,8 @@
</model>
<model>
<name>Nosegear landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-nose.xml</path>
<name>Nosegear landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/taxilight.xml</path>
<offsets>
<x-m>3.08</x-m>
<y-m>0</y-m>
@ -194,15 +256,14 @@
</model>
<model>
<name>Starboard landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-stbd.xml</path>
<name>Starboard landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightR.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>3.16</y-m>
<z-m>-1.4</z-m>
</offsets>
</model-->
</model>
<!-- Other non-aircraft models -->
<model>
<name>Pushback</name>
@ -425,5 +486,50 @@
</condition>
</model>
<animation>
<type>select</type>
<object-name>Top beacon light</object-name>
<object-name>Bottom beacon light</object-name>
<object-name>Left nav light</object-name>
<object-name>Right nav light</object-name>
<object-name>Left strobe light</object-name>
<object-name>Right strobe light</object-name>
<condition>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Top beacon light ALS</object-name>
<object-name>Bottom beacon light ALS</object-name>
<object-name>Left nav light ALS</object-name>
<object-name>Right nav light ALS</object-name>
<object-name>Left strobe light ALS</object-name>
<object-name>Right strobe light ALS</object-name>
<object-name>Port landing light ALS</object-name>
<object-name>Nosegear landing light ALS</object-name>
<object-name>Starboard landing light ALS</object-name>
<condition>
<property>/sim/rendering/shaders/skydome</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Nosegear landing light ALS</object-name>
<condition>
<and>
<not>
<property>/sim/model/lights/nose-ldglight</property>
<value>0</value>
</not>
<greater-than>
<property>gear/gear/position-norm</property>
<value>0.1</value>
</greater-than>
</and>
</condition>
</animation>
</PropertyList>

View file

@ -114,7 +114,8 @@
</offsets>
</model>
<!-- Lights -->
<model>
<model>
<name>Left nav light</name>
<path>Aircraft/A320Family/Models/Lights/rednav.xml</path>
<offsets>
@ -123,6 +124,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/rednav.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>-16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right nav light</name>
@ -133,6 +144,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/greennav.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left strobe light</name>
@ -143,6 +164,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/left-strobe.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>-16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right strobe light</name>
@ -153,6 +184,17 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/right-strobe.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Top beacon light</name>
<path>Aircraft/A320Family/Models/Lights/beacon.xml</path>
@ -172,10 +214,30 @@
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Top beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>16.7</x-m>
<y-m>0</y-m>
<z-m>1.977</z-m>
</offsets>
</model>
<!--model>
<name>Port landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-port.xml</path>
<model>
<name>Bottom beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>18.2</x-m>
<y-m>0</y-m>
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Port landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightL.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>-3.16</y-m>
@ -184,8 +246,8 @@
</model>
<model>
<name>Nosegear landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-nose.xml</path>
<name>Nosegear landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/taxilight.xml</path>
<offsets>
<x-m>3.08</x-m>
<y-m>0</y-m>
@ -194,14 +256,14 @@
</model>
<model>
<name>Starboard landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-stbd.xml</path>
<name>Starboard landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightR.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>3.16</y-m>
<z-m>-1.4</z-m>
</offsets>
</model-->
</model>
<!-- Other non-aircraft models -->
<model>
@ -425,5 +487,50 @@
</condition>
</model>
<animation>
<type>select</type>
<object-name>Top beacon light</object-name>
<object-name>Bottom beacon light</object-name>
<object-name>Left nav light</object-name>
<object-name>Right nav light</object-name>
<object-name>Left strobe light</object-name>
<object-name>Right strobe light</object-name>
<condition>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Top beacon light ALS</object-name>
<object-name>Bottom beacon light ALS</object-name>
<object-name>Left nav light ALS</object-name>
<object-name>Right nav light ALS</object-name>
<object-name>Left strobe light ALS</object-name>
<object-name>Right strobe light ALS</object-name>
<object-name>Port landing light ALS</object-name>
<object-name>Nosegear landing light ALS</object-name>
<object-name>Starboard landing light ALS</object-name>
<condition>
<property>/sim/rendering/shaders/skydome</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Nosegear landing light ALS</object-name>
<condition>
<and>
<not>
<property>/sim/model/lights/nose-ldglight</property>
<value>0</value>
</not>
<greater-than>
<property>gear/gear/position-norm</property>
<value>0.1</value>
</greater-than>
</and>
</condition>
</animation>
</PropertyList>

View file

@ -123,6 +123,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/rednav.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>-16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right nav light</name>
@ -133,6 +143,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right nav light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/greennav.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left strobe light</name>
@ -143,6 +163,16 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Left strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/left-strobe.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>-16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right strobe light</name>
@ -153,6 +183,17 @@
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Right strobe light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/right-strobe.xml</path>
<offsets>
<x-m>23.474</x-m>
<y-m>16.91</y-m>
<z-m>0.299</z-m>
</offsets>
</model>
<model>
<name>Top beacon light</name>
<path>Aircraft/A320Family/Models/Lights/beacon.xml</path>
@ -172,10 +213,30 @@
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Top beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>16.7</x-m>
<y-m>0</y-m>
<z-m>1.977</z-m>
</offsets>
</model>
<!--model>
<name>Port landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-port.xml</path>
<model>
<name>Bottom beacon light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/beacon.xml</path>
<offsets>
<x-m>18.2</x-m>
<y-m>0</y-m>
<z-m>-2.5</z-m>
</offsets>
</model>
<model>
<name>Port landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightL.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>-3.16</y-m>
@ -184,8 +245,8 @@
</model>
<model>
<name>Nosegear landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-nose.xml</path>
<name>Nosegear landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/taxilight.xml</path>
<offsets>
<x-m>3.08</x-m>
<y-m>0</y-m>
@ -194,14 +255,14 @@
</model>
<model>
<name>Starboard landing light</name>
<path>Aircraft/A320Family/Models/Lights/landing-stbd.xml</path>
<name>Starboard landing light ALS</name>
<path>Aircraft/A320Family/Models/Lights/ALS/landinglightR.xml</path>
<offsets>
<x-m>15.9</x-m>
<y-m>3.16</y-m>
<z-m>-1.4</z-m>
</offsets>
</model-->
</model>
<!-- Other non-aircraft models -->
<model>
@ -439,5 +500,50 @@
</condition>
</model>
<animation>
<type>select</type>
<object-name>Top beacon light</object-name>
<object-name>Bottom beacon light</object-name>
<object-name>Left nav light</object-name>
<object-name>Right nav light</object-name>
<object-name>Left strobe light</object-name>
<object-name>Right strobe light</object-name>
<condition>
<not>
<property>/sim/rendering/shaders/skydome</property>
</not>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Top beacon light ALS</object-name>
<object-name>Bottom beacon light ALS</object-name>
<object-name>Left nav light ALS</object-name>
<object-name>Right nav light ALS</object-name>
<object-name>Left strobe light ALS</object-name>
<object-name>Right strobe light ALS</object-name>
<object-name>Port landing light ALS</object-name>
<object-name>Nosegear landing light ALS</object-name>
<object-name>Starboard landing light ALS</object-name>
<condition>
<property>/sim/rendering/shaders/skydome</property>
</condition>
</animation>
<animation>
<type>select</type>
<object-name>Nosegear landing light ALS</object-name>
<condition>
<and>
<not>
<property>/sim/model/lights/nose-ldglight</property>
<value>0</value>
</not>
<greater-than>
<property>gear/gear/position-norm</property>
<value>0.1</value>
</greater-than>
</and>
</condition>
</animation>
</PropertyList>

View file

@ -2382,6 +2382,27 @@
<name>landing light pick</name>
<type>pick</type>
<object-name>LandingLtLSwtch</object-name>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>controls/lighting/landing-lights[1]</property>
</binding>
</action>
<action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>controls/lighting/landing-lights[2]</property>
</binding>
</action>
</animation>
<animation>
<name>landing light pick</name>
<type>pick</type>
<object-name>LandingLtRSwtch</object-name>
<action>
<button>0</button>
@ -2400,6 +2421,25 @@
<name>landing light rotate</name>
<type>rotate</type>
<object-name>LandingLtLSwtch</object-name>
<property>controls/lighting/landing-lights[1]</property>
<interpolation>
<entry><ind>0</ind><dep>35</dep></entry>
<entry><ind>1</ind><dep>-35</dep></entry>
</interpolation>
<axis>
<x>0</x>
<y>1</y>
<z>0</z>
</axis>
<center>
<x-m>-0.01</x-m>
<y-m>0</y-m>
<z-m>-0.3037</z-m>
</center>
</animation>
<animation>
<name>landing light rotate</name>
<type>rotate</type>
<object-name>LandingLtRSwtch</object-name>
<property>controls/lighting/landing-lights[2]</property>
<interpolation>
@ -2426,8 +2466,11 @@
<button>0</button>
<repeatable>false</repeatable>
<binding>
<command>property-toggle</command>
<property>controls/lighting/landing-lights[1]</property>
<command>property-cycle</command>
<property>controls/lighting/taxi-light-switch</property>
<value>0</value>
<value>0.5</value>
<value>1</value>
</binding>
<binding>
<command>nasal</command>
@ -2439,9 +2482,10 @@
<name>Nose landing light rotate</name>
<type>rotate</type>
<object-name>NoseLtSwtch</object-name>
<property>controls/lighting/landing-lights[1]</property>
<property>controls/lighting/taxi-light-switch</property>
<interpolation>
<entry><ind>0</ind><dep>35</dep></entry>
<entry><ind>0.5</ind><dep>0</dep></entry>
<entry><ind>1</ind><dep>-35</dep></entry>
</interpolation>
<axis>

View file

@ -0,0 +1,24 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "DefaultWhite.001" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.025 0.025 0.025 shi 50 trans 0.1
OBJECT world
kids 1
OBJECT poly
name "beaconals"
data 8
Mesh.005
crease 30.000000
numvert 4
-0.090665 -0.991468 -0.999611
-0.090663 1.008532 -0.999611
-0.090662 -0.991468 1.000389
-0.090661 1.008532 1.000389
numsurf 1
SURF 0x20
mat 1
refs 4
1 0.0 0.0
0 0.0 0.0
2 0.0 0.0
3 0.0 0.0
kids 0

View file

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>Effects/beacon</name>
<inherits-from>Effects/procedural-light</inherits-from>
<parameters>
<texture n="0">
<type>white</type>
</texture>
<light_color_base_r type="float">0.98</light_color_base_r>
<light_color_base_g type="float">0.2</light_color_base_g>
<light_color_base_b type="float">0.2</light_color_base_b>
<light_color_center_r type="float">0.98</light_color_center_r>
<light_color_center_g type="float">0.8</light_color_center_g>
<light_color_center_b type="float">0.4</light_color_center_b>
<intensity_scale type="float"><use>sim/model/lights/beacon/state</use></intensity_scale>
<pointing_x type="float">1.0</pointing_x>
<pointing_y type="float">0.0</pointing_y>
<pointing_z type="float">0.0</pointing_z>
<is_directional type="bool">false</is_directional>
<is_strobe type="bool">false</is_strobe>
<inner_angle type="float">0</inner_angle>
<outer_angle type="float">0</outer_angle>
<zero_angle type="float">0</zero_angle>
<outer_gain type="float">0.0</outer_gain>
</parameters>
</PropertyList>

View file

@ -0,0 +1,44 @@
<?xml version="1.0"?>
<PropertyList>
<path>beacon.ac</path>
<nopreview/>
<animation>
<type>scale</type>
<x-offset>0.5</x-offset>
<y-offset>0.5</y-offset>
<z-offset>0.5</z-offset>
</animation>
<animation>
<type>dist-scale</type>
<object-name>beaconals</object-name>
<interpolation>
<entry>
<ind>0</ind>
<dep>1</dep>
</entry>
<entry>
<ind>300</ind>
<dep>4</dep>
</entry>
<entry>
<ind>1500</ind>
<dep>8</dep>
</entry>
</interpolation>
</animation>
<effect>
<inherits-from>Aircraft/A320Family/Models/lights/ALS/beacon</inherits-from>
<object-name>beaconals</object-name>
</effect>
</PropertyList>

View file

@ -0,0 +1,24 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "DefaultWhite.001" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.025 0.025 0.025 shi 50 trans 0.1
OBJECT world
kids 1
OBJECT poly
name "green-navlightals"
data 8
Mesh.001
crease 30.000000
numvert 4
-2e-06 -1 -1
0 1 -1
0 -1 1
2e-06 1 1
numsurf 1
SURF 0x20
mat 1
refs 4
1 0.0 0.0
0 0.0 0.0
2 0.0 0.0
3 0.0 0.0
kids 0

View file

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>Effects/green-navlight</name>
<inherits-from>Effects/procedural-light</inherits-from>
<parameters>
<texture n="0">
<type>white</type>
</texture>
<light_color_base_r type="float">0</light_color_base_r>
<light_color_base_g type="float">0.5</light_color_base_g>
<light_color_base_b type="float">0</light_color_base_b>
<light_color_center_r type="float">0.7</light_color_center_r>
<light_color_center_g type="float">1.0</light_color_center_g>
<light_color_center_b type="float">0.7</light_color_center_b>
<intensity_scale type="float"><use>controls/lighting/nav-lights</use></intensity_scale>
<pointing_x type="float">1.0</pointing_x>
<pointing_y type="float">-0.97629600712</pointing_y>
<pointing_z type="float">0.0</pointing_z>
<is_directional type="bool">true</is_directional>
<is_strobe type="bool">false</is_strobe>
<inner_angle type="float">0.707106781187</inner_angle>
<outer_angle type="float">0.939692620786</outer_angle>
<zero_angle type="float">0.017452406437</zero_angle>
<outer_gain type="float">0.1</outer_gain>
<visibility><use>/environment/ground-visibility-m</use></visibility>
<avisibility><use>/environment/visibility-m</use></avisibility>
<lthickness><use>/environment/ground-haze-thickness-m</use></lthickness>
<terrain_alt><use>/environment/mean-terrain-elevation-m</use></terrain_alt>
<eye_alt><use>/sim/rendering/eye-altitude-m</use></eye_alt>
<terminator><use>/environment/terminator-relative-position-m</use></terminator>
</parameters>
</PropertyList>

View file

@ -0,0 +1,41 @@
<?xml version="1.0"?>
<PropertyList>
<path>green-navlight.ac</path>
<nopreview/>
<effect>
<inherits-from>Aircraft/A320Family/Models/lights/ALS/green-navlight</inherits-from>
<object-name>green-navlightals</object-name>
</effect>
<animation>
<type>scale</type>
<x-offset>0.15</x-offset>
<y-offset>0.15</y-offset>
<z-offset>0.15</z-offset>
</animation>
<animation>
<type>dist-scale</type>
<object-name>green-navlightals</object-name>
<interpolation>
<entry>
<ind>0</ind>
<dep>1</dep>
</entry>
<entry>
<ind>300</ind>
<dep>4</dep>
</entry>
<entry>
<ind>1500</ind>
<dep>8</dep>
</entry>
</interpolation>
</animation>
</PropertyList>

View file

@ -0,0 +1,24 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "DefaultWhite.005" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.025 0.025 0.025 shi 50 trans 0.1
OBJECT world
kids 1
OBJECT poly
name "landinglightals"
data 8
Mesh.001
crease 30.000000
numvert 4
-0.048971 -0.991468 -0.999611
-0.04897 1.008532 -0.999611
-0.048969 -0.991468 1.000389
-0.048967 1.008532 1.000389
numsurf 1
SURF 0x20
mat 1
refs 4
1 0.0 0.0
0 0.0 0.0
2 0.0 0.0
3 0.0 0.0
kids 0

View file

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>Effects/left-strobe</name>
<inherits-from>Effects/procedural-light</inherits-from>
<parameters>
<texture n="0">
<type>white</type>
</texture>
<light_color_base_r type="float">0.46</light_color_base_r>
<light_color_base_g type="float">0.46</light_color_base_g>
<light_color_base_b type="float">0.63</light_color_base_b>
<light_color_center_r type="float">0.98</light_color_center_r>
<light_color_center_g type="float">0.98</light_color_center_g>
<light_color_center_b type="float">0.98</light_color_center_b>
<intensity_scale type="float"><use>controls/lighting/landing-lights[1]</use></intensity_scale>
<pointing_x type="float">1</pointing_x>
<pointing_y type="float">0.0</pointing_y>
<pointing_z type="float">0.0</pointing_z>
<is_directional type="bool">true</is_directional>
<is_strobe type="bool">false</is_strobe>
<inner_angle type="float">0.3</inner_angle>
<outer_angle type="float">1</outer_angle>
<zero_angle type="float">0.9</zero_angle>
<outer_gain type="float">1.1</outer_gain>
<visibility><use>/environment/ground-visibility-m</use></visibility>
<avisibility><use>/environment/visibility-m</use></avisibility>
<lthickness><use>/environment/ground-haze-thickness-m</use></lthickness>
<terrain_alt><use>/environment/mean-terrain-elevation-m</use></terrain_alt>
<eye_alt><use>/sim/rendering/eye-altitude-m</use></eye_alt>
<terminator><use>/environment/terminator-relative-position-m</use></terminator>
</parameters>
</PropertyList>

View file

@ -0,0 +1,66 @@
<?xml version="1.0"?>
<PropertyList>
<path>landinglight.ac</path>
<nopreview/>
<effect>
<inherits-from>Aircraft/A320Family/Models/lights/ALS/landinglightL</inherits-from>
<object-name>landinglightals</object-name>
</effect>
<animation>
<type>scale</type>
<x-offset>0.75</x-offset>
<y-offset>0.75</y-offset>
<z-offset>0.75</z-offset>
</animation>
<animation>
<type>dist-scale</type>
<object-name>landinglightals</object-name>
<interpolation>
<entry>
<ind>0</ind>
<dep>1</dep>
</entry>
<entry>
<ind>300</ind>
<dep>4</dep>
</entry>
<entry>
<ind>1500</ind>
<dep>8</dep>
</entry>
</interpolation>
</animation>
<animation>
<type>flash</type>
<object-name>landinglightals</object-name>
<center>
<x-m>0.0</x-m>
<y-m>0.0</y-m>
<z-m>0.0</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<power>8</power>
<factor>6</factor>
<offset>0</offset>
<two-sides type="bool">false</two-sides>
<min>0.5</min>
<max>80</max>
</animation>
</PropertyList>

View file

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>Effects/left-strobe</name>
<inherits-from>Effects/procedural-light</inherits-from>
<parameters>
<texture n="0">
<type>white</type>
</texture>
<light_color_base_r type="float">0.46</light_color_base_r>
<light_color_base_g type="float">0.46</light_color_base_g>
<light_color_base_b type="float">0.63</light_color_base_b>
<light_color_center_r type="float">0.98</light_color_center_r>
<light_color_center_g type="float">0.98</light_color_center_g>
<light_color_center_b type="float">0.98</light_color_center_b>
<intensity_scale type="float"><use>controls/lighting/landing-lights[2]</use></intensity_scale>
<pointing_x type="float">1</pointing_x>
<pointing_y type="float">0.0</pointing_y>
<pointing_z type="float">0.0</pointing_z>
<is_directional type="bool">true</is_directional>
<is_strobe type="bool">false</is_strobe>
<inner_angle type="float">0.3</inner_angle>
<outer_angle type="float">1</outer_angle>
<zero_angle type="float">0.9</zero_angle>
<outer_gain type="float">1.1</outer_gain>
<visibility><use>/environment/ground-visibility-m</use></visibility>
<avisibility><use>/environment/visibility-m</use></avisibility>
<lthickness><use>/environment/ground-haze-thickness-m</use></lthickness>
<terrain_alt><use>/environment/mean-terrain-elevation-m</use></terrain_alt>
<eye_alt><use>/sim/rendering/eye-altitude-m</use></eye_alt>
<terminator><use>/environment/terminator-relative-position-m</use></terminator>
</parameters>
</PropertyList>

View file

@ -0,0 +1,66 @@
<?xml version="1.0"?>
<PropertyList>
<path>landinglight.ac</path>
<nopreview/>
<effect>
<inherits-from>Aircraft/A320Family/Models/lights/ALS/landinglightR</inherits-from>
<object-name>landinglightals</object-name>
</effect>
<animation>
<type>scale</type>
<x-offset>0.75</x-offset>
<y-offset>0.75</y-offset>
<z-offset>0.75</z-offset>
</animation>
<animation>
<type>dist-scale</type>
<object-name>landinglightals</object-name>
<interpolation>
<entry>
<ind>0</ind>
<dep>1</dep>
</entry>
<entry>
<ind>300</ind>
<dep>4</dep>
</entry>
<entry>
<ind>1500</ind>
<dep>8</dep>
</entry>
</interpolation>
</animation>
<animation>
<type>flash</type>
<object-name>landinglightals</object-name>
<center>
<x-m>0.0</x-m>
<y-m>0.0</y-m>
<z-m>0.0</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<power>8</power>
<factor>6</factor>
<offset>0</offset>
<two-sides type="bool">false</two-sides>
<min>0.5</min>
<max>80</max>
</animation>
</PropertyList>

View file

@ -0,0 +1,24 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "DefaultWhite.005" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.025 0.025 0.025 shi 50 trans 0.1
OBJECT world
kids 1
OBJECT poly
name "left-strobeals"
data 8
Mesh.001
crease 30.000000
numvert 4
-0.048971 -0.991468 -0.999611
-0.04897 1.008532 -0.999611
-0.048969 -0.991468 1.000389
-0.048967 1.008532 1.000389
numsurf 1
SURF 0x20
mat 1
refs 4
1 0.0 0.0
0 0.0 0.0
2 0.0 0.0
3 0.0 0.0
kids 0

View file

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>Effects/left-strobe</name>
<inherits-from>Effects/procedural-light</inherits-from>
<parameters>
<texture n="0">
<type>white</type>
</texture>
<light_color_base_r type="float">0.46</light_color_base_r>
<light_color_base_g type="float">0.46</light_color_base_g>
<light_color_base_b type="float">0.63</light_color_base_b>
<light_color_center_r type="float">0.98</light_color_center_r>
<light_color_center_g type="float">0.98</light_color_center_g>
<light_color_center_b type="float">0.98</light_color_center_b>
<intensity_scale type="float"><use>sim/model/lights/strobe/state</use></intensity_scale>
<pointing_x type="float">-1</pointing_x>
<pointing_y type="float">0.70710678</pointing_y>
<pointing_z type="float">0.0</pointing_z>
<is_directional type="bool">false</is_directional>
<is_strobe type="bool">false</is_strobe>
<inner_angle type="float">0.5</inner_angle>
<outer_angle type="float">0.34202014</outer_angle>
<zero_angle type="float">0.017452406437</zero_angle>
<outer_gain type="float">1.0</outer_gain>
<visibility><use>/environment/ground-visibility-m</use></visibility>
<avisibility><use>/environment/visibility-m</use></avisibility>
<lthickness><use>/environment/ground-haze-thickness-m</use></lthickness>
<terrain_alt><use>/environment/mean-terrain-elevation-m</use></terrain_alt>
<eye_alt><use>/sim/rendering/eye-altitude-m</use></eye_alt>
<terminator><use>/environment/terminator-relative-position-m</use></terminator>
</parameters>
</PropertyList>

View file

@ -0,0 +1,46 @@
<?xml version="1.0"?>
<PropertyList>
<path>left-strobe.ac</path>
<nopreview/>
<effect>
<inherits-from>Aircraft/A320Family/Models/lights/ALS/left-strobe</inherits-from>
<object-name>left-strobeals</object-name>
</effect>
<animation>
<type>scale</type>
<x-offset>0.75</x-offset>
<y-offset>0.75</y-offset>
<z-offset>0.75</z-offset>
</animation>
<animation>
<type>dist-scale</type>
<object-name>left-strobeals</object-name>
<interpolation>
<entry>
<ind>0</ind>
<dep>1</dep>
</entry>
<entry>
<ind>300</ind>
<dep>4</dep>
</entry>
<entry>
<ind>1500</ind>
<dep>8</dep>
</entry>
</interpolation>
</animation>
</PropertyList>

View file

@ -0,0 +1,24 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "DefaultWhite.001" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.025 0.025 0.025 shi 50 trans 0.1
OBJECT world
kids 1
OBJECT poly
name "red-navlightals"
data 4
Mesh
crease 30.000000
numvert 4
-2e-06 -1 -1
0 1 -1
0 -1 1
2e-06 1 1
numsurf 1
SURF 0x20
mat 1
refs 4
1 0.0 0.0
0 0.0 0.0
2 0.0 0.0
3 0.0 0.0
kids 0

View file

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>Effects/red-navlight</name>
<inherits-from>Effects/procedural-light</inherits-from>
<parameters>
<texture n="0">
<type>white</type>
</texture>
<light_color_base_r type="float">0.5</light_color_base_r>
<light_color_base_g type="float">0.0</light_color_base_g>
<light_color_base_b type="float">0.0</light_color_base_b>
<light_color_center_r type="float">1.0</light_color_center_r>
<light_color_center_g type="float">0.7</light_color_center_g>
<light_color_center_b type="float">0.7</light_color_center_b>
<intensity_scale type="float"><use>controls/lighting/nav-lights</use></intensity_scale>
<pointing_x type="float">1.0</pointing_x>
<pointing_y type="float">0.97629600712</pointing_y>
<pointing_z type="float">0.0</pointing_z>
<is_directional type="bool">true</is_directional>
<is_strobe type="bool">false</is_strobe>
<inner_angle type="float">0.707106781187</inner_angle>
<outer_angle type="float">0.939692620786</outer_angle>
<zero_angle type="float">0.017452406437</zero_angle>
<outer_gain type="float">0.1</outer_gain>
<visibility><use>/environment/ground-visibility-m</use></visibility>
<avisibility><use>/environment/visibility-m</use></avisibility>
<lthickness><use>/environment/ground-haze-thickness-m</use></lthickness>
<terrain_alt><use>/environment/mean-terrain-elevation-m</use></terrain_alt>
<eye_alt><use>/sim/rendering/eye-altitude-m</use></eye_alt>
<terminator><use>/environment/terminator-relative-position-m</use></terminator>
</parameters>
</PropertyList>

View file

@ -0,0 +1,41 @@
<?xml version="1.0"?>
<PropertyList>
<path>red-navlight.ac</path>
<nopreview/>
<effect>
<inherits-from>Aircraft/A320Family/Models/lights/ALS/red-navlight</inherits-from>
<object-name>red-navlightals</object-name>
</effect>
<animation>
<type>scale</type>
<x-offset>0.175</x-offset>
<y-offset>0.175</y-offset>
<z-offset>0.175</z-offset>
</animation>
<animation>
<type>dist-scale</type>
<object-name>red-navlightals</object-name>
<interpolation>
<entry>
<ind>0</ind>
<dep>1</dep>
</entry>
<entry>
<ind>300</ind>
<dep>4</dep>
</entry>
<entry>
<ind>1500</ind>
<dep>8</dep>
</entry>
</interpolation>
</animation>
</PropertyList>

View file

@ -0,0 +1,24 @@
AC3Db
MATERIAL "DefaultWhite" rgb 1 1 1 amb 1 1 1 emis 0 0 0 spec 0.5 0.5 0.5 shi 64 trans 0
MATERIAL "DefaultWhite.007" rgb 1 1 1 amb 0.2 0.2 0.2 emis 0 0 0 spec 0.025 0.025 0.025 shi 50 trans 0.1
OBJECT world
kids 1
OBJECT poly
name "right-strobeals"
data 8
Mesh.003
crease 30.000000
numvert 4
-0.050333 -1 -0.999806
-0.050331 1 -0.999806
-0.05033 -1 1.000194
-0.050329 1 1.000194
numsurf 1
SURF 0x20
mat 1
refs 4
1 0.0 0.0
0 0.0 0.0
2 0.0 0.0
3 0.0 0.0
kids 0

View file

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>Effects/right-strobe</name>
<inherits-from>Effects/procedural-light</inherits-from>
<parameters>
<texture n="0">
<type>white</type>
</texture>
<light_color_base_r type="float">0.46</light_color_base_r>
<light_color_base_g type="float">0.46</light_color_base_g>
<light_color_base_b type="float">0.63</light_color_base_b>
<light_color_center_r type="float">0.98</light_color_center_r>
<light_color_center_g type="float">0.98</light_color_center_g>
<light_color_center_b type="float">0.98</light_color_center_b> <intensity_scale type="float"><use>sim/model/lights/strobe/state</use></intensity_scale>
<pointing_x type="float">-1</pointing_x>
<pointing_y type="float">-0.70710678</pointing_y>
<pointing_z type="float">0.0</pointing_z>
<is_directional type="bool">false</is_directional>
<is_strobe type="bool">false</is_strobe>
<inner_angle type="float">0.5</inner_angle>
<outer_angle type="float">0.34202014</outer_angle>
<zero_angle type="float">0.017452406437</zero_angle>
<outer_gain type="float">1.0</outer_gain>
<visibility><use>/environment/ground-visibility-m</use></visibility>
<avisibility><use>/environment/visibility-m</use></avisibility>
<lthickness><use>/environment/ground-haze-thickness-m</use></lthickness>
<terrain_alt><use>/environment/mean-terrain-elevation-m</use></terrain_alt>
<eye_alt><use>/sim/rendering/eye-altitude-m</use></eye_alt>
<terminator><use>/environment/terminator-relative-position-m</use></terminator>
</parameters>
</PropertyList>

View file

@ -0,0 +1,45 @@
<?xml version="1.0"?>
<PropertyList>
<path>right-strobe.ac</path>
<nopreview/>
<effect>
<inherits-from>Aircraft/A320Family/Models/lights/ALS/right-strobe</inherits-from>
<object-name>right-strobeals</object-name>
</effect>
<animation>
<type>scale</type>
<x-offset>0.75</x-offset>
<y-offset>0.75</y-offset>
<z-offset>0.75</z-offset>
</animation>
<animation>
<type>dist-scale</type>
<object-name>right-strobeals</object-name>
<interpolation>
<entry>
<ind>0</ind>
<dep>1</dep>
</entry>
<entry>
<ind>300</ind>
<dep>4</dep>
</entry>
<entry>
<ind>1500</ind>
<dep>8</dep>
</entry>
</interpolation>
</animation>
</PropertyList>

View file

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<PropertyList>
<name>Effects/taxilight</name>
<inherits-from>Effects/procedural-light</inherits-from>
<parameters>
<texture n="0">
<type>white</type>
</texture>
<light_color_base_r type="float">0.46</light_color_base_r>
<light_color_base_g type="float">0.46</light_color_base_g>
<light_color_base_b type="float">0.63</light_color_base_b>
<light_color_center_r type="float">0.98</light_color_center_r>
<light_color_center_g type="float">0.98</light_color_center_g>
<light_color_center_b type="float">0.98</light_color_center_b>
<intensity_scale type="float"><use>controls/lighting/taxi-light-switch</use></intensity_scale>
<pointing_x type="float">1</pointing_x>
<pointing_y type="float">0.0</pointing_y>
<pointing_z type="float">0.0</pointing_z>
<is_directional type="bool">true</is_directional>
<is_strobe type="bool">false</is_strobe>
<inner_angle type="float">0.3</inner_angle>
<outer_angle type="float">1</outer_angle>
<zero_angle type="float">0.9</zero_angle>
<outer_gain type="float">1.1</outer_gain>
<visibility><use>/environment/ground-visibility-m</use></visibility>
<avisibility><use>/environment/visibility-m</use></avisibility>
<lthickness><use>/environment/ground-haze-thickness-m</use></lthickness>
<terrain_alt><use>/environment/mean-terrain-elevation-m</use></terrain_alt>
<eye_alt><use>/sim/rendering/eye-altitude-m</use></eye_alt>
<terminator><use>/environment/terminator-relative-position-m</use></terminator>
</parameters>
</PropertyList>

View file

@ -0,0 +1,66 @@
<?xml version="1.0"?>
<PropertyList>
<path>landinglight.ac</path>
<nopreview/>
<effect>
<inherits-from>Aircraft/737-800/Models/lights/ALS/taxilight</inherits-from>
<object-name>landinglightals</object-name>
</effect>
<animation>
<type>scale</type>
<x-offset>0.75</x-offset>
<y-offset>0.75</y-offset>
<z-offset>0.75</z-offset>
</animation>
<animation>
<type>dist-scale</type>
<object-name>landinglightals</object-name>
<interpolation>
<entry>
<ind>0</ind>
<dep>1</dep>
</entry>
<entry>
<ind>300</ind>
<dep>4</dep>
</entry>
<entry>
<ind>1500</ind>
<dep>8</dep>
</entry>
</interpolation>
</animation>
<animation>
<type>flash</type>
<object-name>landinglightals</object-name>
<center>
<x-m>0.0</x-m>
<y-m>0.0</y-m>
<z-m>0.0</z-m>
</center>
<axis>
<x>-1</x>
<y>0</y>
<z>0</z>
</axis>
<power>8</power>
<factor>3</factor>
<offset>0</offset>
<two-sides type="bool">false</two-sides>
<min>0.5</min>
<max>80</max>
</animation>
</PropertyList>

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 KiB

View file

@ -37,13 +37,11 @@ var elec_init = func {
setprop("/systems/electrical/bus/dc-ess", 0);
setprop("/systems/electrical/bus/ac1", 0);
setprop("/systems/electrical/bus/ac2", 0);
setprop("/systems/electrical/bus/emergen-hz", 0);
setprop("/systems/electrical/bus/gen1-hz", 0);
setprop("/systems/electrical/bus/gen2-hz", 0);
setprop("/systems/electrical/bus/ac-ess", 0);
setprop("/systems/electrical/extra/ext-volts", 0);
setprop("/systems/electrical/extra/apu-volts", 0);
setprop("/systems/electrical/extra/emergen-volts", 0);
setprop("/systems/electrical/extra/gen1-volts", 0);
setprop("/systems/electrical/extra/gen2-volts", 0);
setprop("/systems/electrical/extra/ext-hz", 0);
@ -128,8 +126,6 @@ var master_elec = func {
var bat1_con = getprop("/systems/electrical/extra/battery/bat1-contact");
var bat2_con = getprop("/systems/electrical/extra/battery/bat2-contact");
var emergen = getprop("/controls/electrical/switches/emer-gen");
var emergenvolts = getprop("/systems/electrical/extra/emergen-volts");
var emergenhz = getprop("/systems/electrical/bus/emergen-hz");
var ias = getprop("/instrumentation/airspeed-indicator/indicated-speed-kt");
var rat = getprop("/controls/hydraulic/rat");
var manrat = getprop("/controls/hydraulic/rat-man");

View file

@ -29,18 +29,23 @@ var pneu_init = func {
setprop("/systems/pneumatic/eng1-starter", 0);
setprop("/systems/pneumatic/eng2-starter", 0);
pneu_timer.start();
press_timer.start();
}
var press_init = func {
setprop("/FMGC/internal/dep-arpt", "");
setprop("/systems/pressurization/mode", "GN");
setprop("/systems/pressurization/vs", "0");
setprop("/systems/pressurization/targetvs", "0");
setprop("/systems/pressurization/vs-norm", "0");
setprop("/systems/pressurization/auto", 1);
setprop("/systems/pressurization/deltap", "0");
setprop("/systems/pressurization/outflowpos", "0");
setprop("/systems/pressurization/deltap-norm", "0");
setprop("/systems/pressurization/outflowpos-norm", "0");
var altitude = getprop("/position/altitude-ft");
setprop("/systems/pressurization/cabinalt", altitude); # initially set altitude
setprop("/systems/pressurization/cabinalt", altitude);
setprop("/systems/pressurization/targetalt", altitude);
setprop("/systems/pressurization/diff-to-target", "0");
}
##############
@ -61,58 +66,32 @@ var master_press = func {
var airport_dep_elev_ft = getprop("autopilot/route-manager/departure/field-elevation-ft");
var altitude = getprop("/position/altitude-ft");
var airport_arr_elev_ft = getprop("autopilot/route-manager/destination/field-elevation-ft");
var vs = getprop("/systems/pressurization/vs");
var vs = getprop("/systems/pressurization/vs-norm");
var outflowpos = getprop("/systems/pressurization/outflowpos");
var cabinalt = getprop("/systems/pressurization/cabinalt");
var targetalt = getprop("/systems/pressurization/targetalt");
var targetvs = getprop("/systems/pressurization/targetvs");
var ambient = getprop("/systems/pressurization/ambientpsi");
var cabinpsi = getprop("/systems/pressurization/cabinpsi");
setprop("/systems/pressurization/diff-to-target", targetalt - cabinalt);
setprop("/systems/pressurization/deltap", cabinpsi - ambient);
# switch mode to TO
if ((pressmode == "GN") and (pressmode != "CL") and (wowl and wowr) and ((state1 == "MCT") or (state1 == "TOGA")) and ((state2 == "MCT") or (state2 == "TOGA"))) {
setprop("/systems/pressurization/mode", "TO");
}
# prepressurization
var pressmode = getprop("/systems/pressurization/mode");
if (pressmode == "TO") {
if (outflowpos == "0") {
interpolate("/systems/pressurization/outflowpos", 1, 1);
}
if (vs > -500 and (outflowpos != 0.5)) {
interpolate("/systems/pressurization/vs", vs - 50, 0.1);
}
if (dep_apt != "") {
if ((cabinalt > (airport_dep_elev_ft - 1)) and (cabinalt < (airport_dep_elev_ft + 1))) {
interpolate("/systems/pressurization/cabinalt", airport_dep_elev_ft - 187, 10);
}
} else {
if ((cabinalt > (altitude - 1)) and (cabinalt < (altitude + 1))) {
interpolate("/systems/pressurization/cabinalt", altitude - 187, 10);
}
}
if (dep_apt != "") {
if (cabinalt < (airport_dep_elev_ft - 183)) {
if (vs < 0) {
interpolate("/systems/pressurization/vs", 0, 1);
}
if (outflowpos == "1") {
interpolate("/systems/pressurization/outflowpos", 0.5, 1);
}
}
} else {
if (cabinalt < (altitude - 183)) {
if (vs < 0) {
interpolate("/systems/pressurization/vs", vs + 50, 0.1);
}
if (outflowpos == "1") {
interpolate("/systems/pressurization/outflowpos", 0.5, 1);
}
}
}
}
# switch mode to CLB
if (((!wowl) or (!wowr)) and (speed > 100) and (pressmode == "TO")) {
setprop("/systems/pressurization/mode", "CL");
setprop("/systems/pressurization/mode", "CL");
}
if (vs != targetvs and !wowl and !wowr) {
setprop("/systems/pressurization/vs", targetvs);
}
if (cabinalt != targetalt and !wowl and !wowr) {
setprop("/systems/pressurization/cabinalt", cabinalt + vs);
}
}
@ -219,12 +198,8 @@ var master_pneu = func {
var update_pneumatic = func {
master_pneu();
master_press();
}
var pneu_timer = maketimer(0.2, update_pneumatic);
var update_press = func {
master_press();
}
var press_timer = maketimer(0.1, update_press);

View file

@ -202,4 +202,159 @@
<output>/controls/engines/engine[1]/throttle-pos</output>
</filter>
<filter>
<name>Target Pressurize Altitude</name>
<type>gain</type>
<gain>1</gain>
<update-interval-secs type="double">0.1</update-interval-secs>
<input>
<expression>
<table>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<entry><ind> 0</ind><dep> 0</dep></entry>
<entry><ind> 1000</ind><dep> 500</dep></entry>
<entry><ind> 5000</ind><dep> 1100</dep></entry>
<entry><ind> 20000</ind><dep> 5200</dep></entry>
<entry><ind> 30000</ind><dep> 6700</dep></entry>
<entry><ind> 30000</ind><dep> 7900</dep></entry>
<entry><ind> 40500</ind><dep> 8000</dep></entry>
</table>
</expression>
</input>
<output>/systems/pressurization/targetalt</output>
</filter>
<filter>
<name>Cabin PSI</name>
<type>gain</type>
<gain>1</gain>
<update-interval-secs type="double">0.1</update-interval-secs>
<input>
<expression>
<table>
<property>/systems/pressurization/cabinalt-norm</property>
<entry><ind> -1000</ind><dep> 16.5</dep></entry>
<entry><ind> 0</ind><dep> 14.7</dep></entry>
<entry><ind> 1000</ind><dep> 14.6</dep></entry>
<entry><ind> 5000</ind><dep> 14.4</dep></entry>
<entry><ind> 20000</ind><dep> 12.1</dep></entry>
<entry><ind> 30000</ind><dep> 11.4</dep></entry>
<entry><ind> 30000</ind><dep> 11.0</dep></entry>
<entry><ind> 40500</ind><dep> 10.9</dep></entry>
</table>
</expression>
</input>
<output>/systems/pressurization/cabinpsi</output>
</filter>
<filter>
<name>Ambient PSI (ICAO std)</name>
<type>gain</type>
<gain>1</gain>
<update-interval-secs type="double">0.1</update-interval-secs>
<input>
<expression>
<table>
<property>/instrumentation/altimeter/indicated-altitude-ft</property>
<entry><ind> -1000</ind><dep> 16.5</dep></entry>
<entry><ind> 0</ind><dep> 14.7</dep></entry>
<entry><ind> 1000</ind><dep> 14.2</dep></entry>
<entry><ind> 2000</ind><dep> 13.6</dep></entry>
<entry><ind> 3000</ind><dep> 13.2</dep></entry>
<entry><ind> 4000</ind><dep> 12.7</dep></entry>
<entry><ind> 5000</ind><dep> 12.2</dep></entry>
<entry><ind> 6000</ind><dep> 11.7</dep></entry>
<entry><ind> 7000</ind><dep> 11.3</dep></entry>
<entry><ind> 8000</ind><dep> 10.9</dep></entry>
<entry><ind> 9000</ind><dep> 10.5</dep></entry>
<entry><ind> 10000</ind><dep> 10.1</dep></entry>
<entry><ind> 11000</ind><dep> 9.7</dep></entry>
<entry><ind> 12000</ind><dep> 9.3</dep></entry>
<entry><ind> 13000</ind><dep> 9</dep></entry>
<entry><ind> 14000</ind><dep> 8.6</dep></entry>
<entry><ind> 15000</ind><dep> 8.3</dep></entry>
<entry><ind> 16000</ind><dep> 8.0</dep></entry>
<entry><ind> 17000</ind><dep> 7.6</dep></entry>
<entry><ind> 18000</ind><dep> 7.3</dep></entry>
<entry><ind> 19000</ind><dep> 7.0</dep></entry>
<entry><ind> 20000</ind><dep> 6.8</dep></entry>
<entry><ind> 22000</ind><dep> 6.2</dep></entry>
<entry><ind> 24000</ind><dep> 5.7</dep></entry>
<entry><ind> 26000</ind><dep> 5.2</dep></entry>
<entry><ind> 28000</ind><dep> 4.7</dep></entry>
<entry><ind> 30000</ind><dep> 4.4</dep></entry>
<entry><ind> 32000</ind><dep> 4.0</dep></entry>
<entry><ind> 34000</ind><dep> 3.6</dep></entry>
<entry><ind> 36000</ind><dep> 3.3</dep></entry>
<entry><ind> 38000</ind><dep> 3.0</dep></entry>
<entry><ind> 39000</ind><dep> 2.9</dep></entry>
<entry><ind> 40000</ind><dep> 2.7</dep></entry>
<entry><ind> 41000</ind><dep> 2.6</dep></entry>
</table>
</expression>
</input>
<output>/systems/pressurization/ambientpsi</output>
</filter>
<filter>
<name>Outflow Valve</name>
<type>noise-spike</type>
<input>
<property>/systems/pressurization/outflowpos</property>
</input>
<output>/systems/pressurization/outflowpos-norm</output>
<max-rate-of-change>1</max-rate-of-change>
</filter>
<filter>
<name>Cabin VS</name>
<type>noise-spike</type>
<input>
<property>/systems/pressurization/vs</property>
</input>
<output>/systems/pressurization/vs-norm</output>
<max-rate-of-change>100</max-rate-of-change>
</filter>
<filter>
<name>Cabin Differential</name>
<type>noise-spike</type>
<input>
<property>/systems/pressurization/deltap</property>
</input>
<output>/systems/pressurization/deltap-norm</output>
<max-rate-of-change>1</max-rate-of-change>
</filter>
<filter>
<name>Cabin Alt</name>
<type>noise-spike</type>
<input>
<property>/systems/pressurization/cabinalt</property>
</input>
<output>/systems/pressurization/cabinalt-norm</output>
<max-rate-of-change>40500</max-rate-of-change>
</filter>
<filter>
<name>VS-target</name>
<type>gain</type>
<gain>1</gain>
<update-interval-secs type="double">0.05</update-interval-secs>
<input>
<expression>
<table>
<property>/it-autoflight/internal/vert-speed-fpm</property>
<entry><ind>-1000</ind><dep>-410</dep></entry>
<entry><ind> 0</ind><dep> 0</dep></entry>
<entry><ind> 1000</ind><dep> 205</dep></entry>
<entry><ind> 2000</ind><dep> 410</dep></entry>
<entry><ind> 3000</ind><dep> 615</dep></entry>
<entry><ind> 4000</ind><dep> 820</dep></entry>
<entry><ind> 5000</ind><dep>1025</dep></entry>
</table>
</expression>
</input>
<output>/systems/pressurization/targetvs</output>
</filter>
</PropertyList>

19
tools.txt Normal file
View file

@ -0,0 +1,19 @@
Tools and Utilities:
Trim Calculator (for FSLabs, but will work for us)
https://forums.flightsimlabs.com/index.php?/files/file/675-a320x-trim-calculation-tool/
Take off performance calculator (excel)
https://forums.flightsimlabs.com/index.php?/files/file/763-a320-takeoff-and-landing-performance-calculator/
Take off performance calculator (.exe -- different to above)
http://www.avsimrus.com/f/for-pilots-19/popular-calculator-to-calculate-takeoff-parameters-in-from-airbus-type-36340.html
Air Berlin Norm. Checklist
https://forums.flightsimlabs.com/index.php?/files/file/778-airberlin-normal-procedures-checklist/
Airbus Checklist
https://forums.flightsimlabs.com/index.php?/files/file/481-airliners-checklist-a320-normal-checklist/
Lufthansa Checklist
https://forums.flightsimlabs.com/index.php?/files/file/480-lufthansa-checklist-a320-20/