Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions aircraft/ToLiSS_A330.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?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

Contributed by B.Fatih KOZ <https://github.com/FatihKoz>
-->
<Rules>
<Rule Simulator="X-Plane" TitleContains="A330-941">
<BeaconLights>
<Key Type="IntArray" Index="0" Key="AirbusFBW/OHPLightSwitches" Value="1"/>
</BeaconLights>
<LandingLights>
<Key Type="IntArray" Index="4" Key="AirbusFBW/OHPLightSwitches" Value="1"/>
</LandingLights>
<NavigationLights>
<Key Type="IntArray" Index="2" Key="AirbusFBW/OHPLightSwitches" Value="1|2"/>
</NavigationLights>
<!-- 1 means Strobe Light is on AUTO mode, ignore it -->
<StrobeLights IgnoreIf="1">
<Key Type="IntArray" Index="7" Key="AirbusFBW/OHPLightSwitches" Value="2"/>
</StrobeLights>
<TaxiLight>
<Key Type="IntArray" Index="3" Key="AirbusFBW/OHPLightSwitches" Value="1|2"/>
</TaxiLight>
</Rule>
</Rules>
46 changes: 46 additions & 0 deletions aircraft/iFly737MAX8.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?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

Contributed by B.Fatih KOZ <https://github.com/FatihKoz>
-->
<Rules>
<Rule Simulator="Microsoft Flight" TitleContains="iFly 737-MAX8">
<BeaconLights>
<Key Type="LVar" Key="VC_Beacon_Light_SW" Value="10"/>
</BeaconLights>
<LandingLights>
<Key Type="LVar" Key="VC_Landing_Light_1_SW" Value="20"/>
<Key Type="LVar" Key="VC_Landing_Light_2_SW" Value="20"/>
</LandingLights>
<LogoLight>
<Key Type="LVar" Key="VC_Logo_Light_SW" Value="10"/>
</LogoLight>
<NavigationLights>
<Key Type="LVar" Key="VC_Position_Light_SW" Value="0|20"/>
</NavigationLights>
<StrobeLights>
<Key Type="LVar" Key="VC_Position_Light_SW" Value="0"/>
</StrobeLights>
<TaxiLight>
<Key Type="LVar" Key="VC_Taxi_Light_SW" Value="10"/>
</TaxiLight>
<WingLight>
<Key Type="LVar" Key="VC_Wing_Light_SW" Value="10"/>
</WingLight>
<Flaps>
<Flap Index="0" Text="UP" />
<Flap Index="1" Text="1" />
<Flap Index="2" Text="2" />
<Flap Index="3" Text="5" />
<Flap Index="4" Text="10" />
<Flap Index="5" Text="15" />
<Flap Index="6" Text="25" />
<Flap Index="7" Text="30" />
<Flap Index="8" Text="40" />
</Flaps>
</Rule>
</Rules>
10 changes: 10 additions & 0 deletions aircraft/vl3.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
DO NOT EDIT THIS FILE. IT WILL GET OVERWRITTEN IN AN UPDATE
MSFS2020
-->
<Rules>
<Rule Simulator="Microsoft Flight" TitleContains="VL-3">
<BeaconLights Ignore="True" />
</Rule>
</Rules>
Loading