2017-11-30 22:10:36 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
2019-05-08 23:27:26 +00:00
|
|
|
<!-- Copyright (c) 2019 Joshua Davidson (Octal450) -->
|
2017-11-30 22:10:36 +00:00
|
|
|
|
2017-12-01 12:24:52 +00:00
|
|
|
<!-- A3XX Aircraft Config Dialog -->
|
2017-11-30 22:10:36 +00:00
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<name>ground-services</name>
|
|
|
|
<layout>vbox</layout>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
|
|
|
<text>
|
|
|
|
<halign>left</halign>
|
|
|
|
<label>Ground Services</label>
|
|
|
|
</text>
|
|
|
|
<button>
|
|
|
|
<halign>right</halign>
|
|
|
|
<pref-width>20</pref-width>
|
|
|
|
<pref-height>20</pref-height>
|
|
|
|
<legend>X</legend>
|
|
|
|
<key>Esc</key>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-close</command>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
</group>
|
|
|
|
|
2017-12-01 12:24:52 +00:00
|
|
|
<hrule/>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>vbox</layout>
|
2017-11-30 22:10:36 +00:00
|
|
|
|
2017-12-01 12:24:52 +00:00
|
|
|
<checkbox>
|
|
|
|
<label>Enable De-icing Truck</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<property>/services/deicing_truck/enable</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
2017-11-30 22:10:36 +00:00
|
|
|
|
2017-12-01 12:24:52 +00:00
|
|
|
<button>
|
|
|
|
<legend>De-ice Aircraft</legend>
|
|
|
|
<halign>center</halign>
|
|
|
|
<padding>5</padding>
|
|
|
|
<enable>
|
|
|
|
<property>/services/deicing_truck/enable</property>
|
|
|
|
</enable>
|
|
|
|
<binding>
|
|
|
|
<command>property-assign</command>
|
|
|
|
<property>/services/deicing_truck/de-ice</property>
|
|
|
|
<value>1</value>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<checkbox>
|
|
|
|
<label>Enable Fuel Truck</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<enable>
|
|
|
|
<not><property>/services/fuel-truck/connect</property></not>
|
|
|
|
</enable>
|
|
|
|
<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>
|
2017-11-30 22:10:36 +00:00
|
|
|
<property>/services/fuel-truck/enable</property>
|
2017-12-01 12:24:52 +00:00
|
|
|
</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>
|
|
|
|
|
|
|
|
<button>
|
|
|
|
<legend>Toggle Catering</legend>
|
|
|
|
<halign>center</halign>
|
|
|
|
<padding>5</padding>
|
|
|
|
<enable>
|
2017-11-30 22:10:36 +00:00
|
|
|
<property>/services/catering/enable</property>
|
2017-12-01 12:24:52 +00:00
|
|
|
</enable>
|
|
|
|
<binding>
|
|
|
|
<condition>
|
|
|
|
<less-than>
|
|
|
|
<property>/services/catering/position-norm</property>
|
|
|
|
<value>0.1</value>
|
|
|
|
</less-than>
|
|
|
|
</condition><command>property-interpolate</command>
|
|
|
|
<property>/services/catering/position-norm</property>
|
|
|
|
<value>0.68</value>
|
|
|
|
<time>5</time>
|
|
|
|
</binding>
|
|
|
|
<binding>
|
|
|
|
<condition>
|
|
|
|
<greater-than-equals>
|
|
|
|
<property>/services/catering/position-norm</property>
|
|
|
|
<value>0.1</value>
|
|
|
|
</greater-than-equals>
|
|
|
|
</condition><command>property-interpolate</command>
|
|
|
|
<property>/services/catering/position-norm</property>
|
|
|
|
<value>0.0</value>
|
|
|
|
<time>5</time>
|
|
|
|
</binding>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<checkbox>
|
|
|
|
<label>Enable Baggage Ramp</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<property>/services/baggage/enable</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<group>
|
|
|
|
<layout>hbox</layout>
|
2017-11-30 22:10:36 +00:00
|
|
|
|
2017-12-01 12:24:52 +00:00
|
|
|
<hrule>
|
|
|
|
<stretch type="bool">true</stretch>
|
|
|
|
</hrule>
|
2017-11-30 22:10:36 +00:00
|
|
|
<text>
|
|
|
|
<label>Stairways</label>
|
|
|
|
</text>
|
2017-12-01 12:24:52 +00:00
|
|
|
<hrule>
|
|
|
|
<stretch type="bool">true</stretch>
|
|
|
|
</hrule>
|
2017-11-30 22:10:36 +00:00
|
|
|
</group>
|
|
|
|
|
2017-12-01 12:24:52 +00:00
|
|
|
<checkbox>
|
|
|
|
<label>Front Left</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<property>/services/stairs/l1</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<checkbox>
|
|
|
|
<label>Rear Left</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<property>/services/stairs/l4</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
|
|
|
<checkbox>
|
|
|
|
<label>Stairway Cover</label>
|
|
|
|
<halign>left</halign>
|
|
|
|
<property>/services/stairs/cover</property>
|
|
|
|
<binding>
|
|
|
|
<command>dialog-apply</command>
|
|
|
|
</binding>
|
|
|
|
<live>true</live>
|
|
|
|
</checkbox>
|
|
|
|
|
2017-11-30 22:10:36 +00:00
|
|
|
</group>
|
|
|
|
|
|
|
|
</PropertyList>
|