forked from phpvms/configmaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
JarDesignA330.xml
28 lines (26 loc) · 906 Bytes
/
JarDesignA330.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8" ?>
<!--
DO NOT EDIT THIS FILE. IT WILL GET OVERWRITTEN IN AN UPDATE.
Instead, create your own. See the docs:
https://docs.phpvms.net/acars/configmaps
-->
<Rules>
<Rule Simulator="X-Plane" TitleContains="JARDesign A330">
<BeaconLights>
<Key Type="Int" Key="sim/custom/xap/extlight/beacon_sw" Value="1"/>
</BeaconLights>
<LandingLights>
<Key Type="Int" Key="sim/custom/xap/extlight/land_sw" Value="1"/>
</LandingLights>
<NavigationLights>
<Key Type="Int" Key="sim/custom/xap/extlight/navlogo_sw" Value="1|2"/>
</NavigationLights>
<!-- 1 is Strobe AUTO, ignore it -->
<StrobeLights IgnoreIf="1">
<Key Type="Int" Key="sim/custom/xap/extlight/strobe_sw" Value="2"/>
</StrobeLights>
<TaxiLight>
<Key Type="Int" Key="sim/custom/xap/extlight/nose_sw" Value="1|2"/>
</TaxiLight>
</Rule>
</Rules>