Add SOME changes by sorcier6, whoever that is

This commit is contained in:
Joshua Davidson 2017-05-21 13:40:33 -04:00
parent cb9cdc6905
commit 4508fcaf8b
9 changed files with 10589 additions and 10561 deletions

View file

@ -164,11 +164,7 @@
<checkbox>
<label>Enable De-icing Truck</label>
<halign>left</halign>
<enable>
<property>/systems/unused/unusedthing</property>
</enable>
<property>services/deicing_truck/enable</property>
<property>/services/deicing_truck/enable</property>
<binding>
<command>dialog-apply</command>
</binding>
@ -180,27 +176,56 @@
<halign>center</halign>
<padding>5</padding>
<enable>
<property>/systems/unused/unusedthing</property>
<property>/services/deicing_truck/enable</property>
</enable>
<binding>
<command>nasal</command>
<script>
if (getprop("services/deicing_truck/enable") == 1) {
setprop("/services/deicing_truck/de-ice", 1);
screen.log.write("Starting De-icing Process...", 1, 1, 1);
} else
screen.log.write("Please Enable the De-icing truck first", 1, 0, 0);
gui.popupTip("The Aircraft was De-iced!");
</script>
</binding>
</button>
<checkbox>
<label>Enable Baggage Ramp</label>
<label>Enable Fuel Truck</label>
<halign>left</halign>
<enable>
<property>/systems/unused/unusedthing</property>
<not><property>/services/fuel-truck/connect</property></not>
</enable>
<property>services/baggage/enable</property>
<property>/services/fuel-truck/enable</property>
<binding>
<command>dialog-apply</command>
</binding>
<live>true</live>
</checkbox>
<checkbox>
<label>Connect Fuel Truck</label>
<halign>left</halign>
<enable>
<property>/services/fuel-truck/enable</property>
</enable>
<property>/services/fuel-truck/connect</property>
<binding>
<command>dialog-apply</command>
</binding>
<live>true</live>
</checkbox>
<checkbox>
<label>Enable Catering Truck</label>
<halign>left</halign>
<property>/services/catering/enable</property>
<binding>
<command>dialog-apply</command>
</binding>
<live>true</live>
</checkbox>
<checkbox>
<label>Enable Baggage Ramp</label>
<halign>left</halign>
<property>/services/baggage/enable</property>
<binding>
<command>dialog-apply</command>
</binding>

View file

@ -257,6 +257,11 @@
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>31</x-m>
<y-m>-25</y-m>
<z-m>0.95</z-m>
</offsets>
</model>
<animation>
@ -293,9 +298,9 @@
</equals>
</condition>
<offsets>
<x-m>-15</x-m>
<x-m>-3</x-m>
<y-m>9.5</y-m>
<z-m>-5</z-m>
<z-m>-4</z-m>
<heading-deg>160</heading-deg>
</offsets>
</model>
@ -312,9 +317,9 @@
</equals>
</condition>
<offsets>
<x-m>-17.87</x-m>
<x-m>7.87</x-m>
<y-m>7.28</y-m>
<z-m>-5.45</z-m>
<z-m>-3.70</z-m>
<heading-deg>100</heading-deg>
</offsets>
</model>
@ -330,6 +335,11 @@
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>11</x-m>
<y-m>0</y-m>
<z-m>0.5</z-m>
</offsets>
</model>
<!-- External Power -->
@ -339,10 +349,15 @@
<path>Aircraft/A320Family/Models/Services/External-Power/ext-pwr-box.ac</path>
<condition>
<equals>
<property>/services/ext-pwr/enable</property>
<property>/controls/switches/cart</property>
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>5</x-m>
<y-m>2</y-m>
<z-m>0.5</z-m>
</offsets>
</model>
<!-- Chocks -->

View file

@ -257,6 +257,11 @@
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>31</x-m>
<y-m>-25</y-m>
<z-m>0.95</z-m>
</offsets>
</model>
<animation>
@ -293,9 +298,9 @@
</equals>
</condition>
<offsets>
<x-m>-15</x-m>
<x-m>-3</x-m>
<y-m>9.5</y-m>
<z-m>-5</z-m>
<z-m>-4</z-m>
<heading-deg>160</heading-deg>
</offsets>
</model>
@ -312,9 +317,9 @@
</equals>
</condition>
<offsets>
<x-m>-17.87</x-m>
<x-m>7.87</x-m>
<y-m>7.28</y-m>
<z-m>-5.45</z-m>
<z-m>-3.70</z-m>
<heading-deg>100</heading-deg>
</offsets>
</model>
@ -330,6 +335,11 @@
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>11</x-m>
<y-m>0</y-m>
<z-m>0.5</z-m>
</offsets>
</model>
<!-- External Power -->
@ -339,10 +349,15 @@
<path>Aircraft/A320Family/Models/Services/External-Power/ext-pwr-box.ac</path>
<condition>
<equals>
<property>/services/ext-pwr/enable</property>
<property>/controls/switches/cart</property>
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>5</x-m>
<y-m>2</y-m>
<z-m>0.5</z-m>
</offsets>
</model>
<!-- Chocks -->

View file

@ -263,10 +263,9 @@
</equals>
</condition>
<offsets>
<!-- x: +19, z: +1.75 -->
<!--<x-m>2.87</x-m>
<y-m>7.28</y-m>-->
<z-m>0.95</z-m>
<x-m>31</x-m>
<y-m>-25</y-m>
<z-m>0.95</z-m>
</offsets>
</model>
@ -304,9 +303,9 @@
</equals>
</condition>
<offsets>
<x-m>-15</x-m>
<x-m>-3</x-m>
<y-m>9.5</y-m>
<z-m>-5</z-m>
<z-m>-4</z-m>
<heading-deg>160</heading-deg>
</offsets>
</model>
@ -323,8 +322,7 @@
</equals>
</condition>
<offsets>
<!-- x: +19, z: +1.75 -->
<x-m>2.87</x-m>
<x-m>7.87</x-m>
<y-m>7.28</y-m>
<z-m>-3.70</z-m>
<heading-deg>100</heading-deg>
@ -342,6 +340,11 @@
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>11</x-m>
<y-m>0</y-m>
<z-m>0.5</z-m>
</offsets>
</model>
<!-- External Power -->
@ -351,13 +354,14 @@
<path>Aircraft/A320Family/Models/Services/External-Power/ext-pwr-box.ac</path>
<condition>
<equals>
<property>/services/ext-pwr/enable</property>
<property>/controls/switches/cart</property>
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>12</x-m>
<z-m>0.75</z-m>
<x-m>5</x-m>
<y-m>2</y-m>
<z-m>0.5</z-m>
</offsets>
</model>

View file

@ -263,10 +263,9 @@
</equals>
</condition>
<offsets>
<!-- x: +19, z: +1.75 -->
<!--<x-m>2.87</x-m>
<y-m>7.28</y-m>-->
<z-m>0.95</z-m>
<x-m>31</x-m>
<y-m>-25</y-m>
<z-m>0.95</z-m>
</offsets>
</model>
@ -304,9 +303,9 @@
</equals>
</condition>
<offsets>
<x-m>-15</x-m>
<x-m>-3</x-m>
<y-m>9.5</y-m>
<z-m>-5</z-m>
<z-m>-4</z-m>
<heading-deg>160</heading-deg>
</offsets>
</model>
@ -323,8 +322,7 @@
</equals>
</condition>
<offsets>
<!-- x: +19, z: +1.75 -->
<x-m>2.87</x-m>
<x-m>7.87</x-m>
<y-m>7.28</y-m>
<z-m>-3.70</z-m>
<heading-deg>100</heading-deg>
@ -342,6 +340,11 @@
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>11</x-m>
<y-m>0</y-m>
<z-m>0.5</z-m>
</offsets>
</model>
<!-- External Power -->
@ -356,8 +359,9 @@
</equals>
</condition>
<offsets>
<x-m>12</x-m>
<z-m>0.75</z-m>
<x-m>5</x-m>
<y-m>2</y-m>
<z-m>0.5</z-m>
</offsets>
</model>

View file

@ -257,6 +257,11 @@
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>31</x-m>
<y-m>-25</y-m>
<z-m>0.95</z-m>
</offsets>
</model>
<animation>
@ -293,9 +298,9 @@
</equals>
</condition>
<offsets>
<x-m>-15</x-m>
<x-m>-3</x-m>
<y-m>9.5</y-m>
<z-m>-5</z-m>
<z-m>-4</z-m>
<heading-deg>160</heading-deg>
</offsets>
</model>
@ -312,9 +317,9 @@
</equals>
</condition>
<offsets>
<x-m>-17.87</x-m>
<x-m>7.87</x-m>
<y-m>7.28</y-m>
<z-m>-5.45</z-m>
<z-m>-3.70</z-m>
<heading-deg>100</heading-deg>
</offsets>
</model>
@ -330,6 +335,11 @@
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>11</x-m>
<y-m>0</y-m>
<z-m>0.5</z-m>
</offsets>
</model>
<!-- External Power -->
@ -339,13 +349,14 @@
<path>Aircraft/A320Family/Models/Services/External-Power/ext-pwr-box.ac</path>
<condition>
<equals>
<property>/services/ext-pwr/enable</property>
<property>/controls/switches/cart</property>
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>12</x-m>
<z-m>0.75</z-m>
<x-m>5</x-m>
<y-m>2</y-m>
<z-m>0.5</z-m>
</offsets>
</model>

View file

@ -257,6 +257,11 @@
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>31</x-m>
<y-m>-25</y-m>
<z-m>0.95</z-m>
</offsets>
</model>
<animation>
@ -293,9 +298,9 @@
</equals>
</condition>
<offsets>
<x-m>-15</x-m>
<x-m>-3</x-m>
<y-m>9.5</y-m>
<z-m>-5</z-m>
<z-m>-4</z-m>
<heading-deg>160</heading-deg>
</offsets>
</model>
@ -312,9 +317,9 @@
</equals>
</condition>
<offsets>
<x-m>-17.87</x-m>
<x-m>7.87</x-m>
<y-m>7.28</y-m>
<z-m>-5.45</z-m>
<z-m>-3.70</z-m>
<heading-deg>100</heading-deg>
</offsets>
</model>
@ -330,6 +335,11 @@
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>11</x-m>
<y-m>0</y-m>
<z-m>0.5</z-m>
</offsets>
</model>
<!-- External Power -->
@ -339,13 +349,14 @@
<path>Aircraft/A320Family/Models/Services/External-Power/ext-pwr-box.ac</path>
<condition>
<equals>
<property>/services/ext-pwr/enable</property>
<property>/controls/switches/cart</property>
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>12</x-m>
<z-m>0.75</z-m>
<x-m>5</x-m>
<y-m>2</y-m>
<z-m>0.5</z-m>
</offsets>
</model>

View file

@ -257,6 +257,11 @@
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>31</x-m>
<y-m>-25</y-m>
<z-m>0.95</z-m>
</offsets>
</model>
<animation>
@ -293,9 +298,9 @@
</equals>
</condition>
<offsets>
<x-m>-15</x-m>
<x-m>-3</x-m>
<y-m>9.5</y-m>
<z-m>-5</z-m>
<z-m>-4</z-m>
<heading-deg>160</heading-deg>
</offsets>
</model>
@ -312,9 +317,9 @@
</equals>
</condition>
<offsets>
<x-m>-17.87</x-m>
<x-m>7.87</x-m>
<y-m>7.28</y-m>
<z-m>-5.45</z-m>
<z-m>-3.70</z-m>
<heading-deg>100</heading-deg>
</offsets>
</model>
@ -330,6 +335,11 @@
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>11</x-m>
<y-m>0</y-m>
<z-m>0.5</z-m>
</offsets>
</model>
<!-- External Power -->
@ -339,10 +349,15 @@
<path>Aircraft/A320Family/Models/Services/External-Power/ext-pwr-box.ac</path>
<condition>
<equals>
<property>/services/ext-pwr/enable</property>
<property>/controls/switches/cart</property>
<value>1</value>
</equals>
</condition>
<offsets>
<x-m>5</x-m>
<y-m>2</y-m>
<z-m>0.5</z-m>
</offsets>
</model>
<!-- Chocks -->

File diff suppressed because it is too large Load diff