Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from phpvms/main
Browse files Browse the repository at this point in the history
Cross merge
  • Loading branch information
nabeelio authored May 1, 2023
2 parents ed76845 + 49f91d5 commit ed8711c
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion aircraft/FenixA320.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,34 @@ 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
Only Flaps are defined, Lights work fine with default refs.
Added light switches to allow STROBE AUTO position
Contributed by B.Fatih KOZ <https://github.com/FatihKoz>
-->
<Rules>
<Rule Simulator="Microsoft Flight" TitleContains="FenixA320">
<NavigationLights>
<Key Type="LVar" Key="S_OH_EXT_LT_NAV_LOGO" Value="1|2"/>
</NavigationLights>
<BeaconLights>
<Key Type="LVar" Key="S_OH_EXT_LT_BEACON" Value="1"/>
</BeaconLights>
<TaxiLight>
<Key Type="LVar" Key="S_OH_EXT_LT_NOSE" Value="1|2"/>
</TaxiLight>
<StrobeLights IgnoreIf="1">
<Key Type="LVar" Key="S_OH_EXT_LT_STROBE" Value="2"/>
</StrobeLights>
<LandingLights>
<Key Type="LVar" Key="S_OH_EXT_LT_LANDING_L" Value="2"/>
<Key Type="LVar" Key="S_OH_EXT_LT_LANDING_R" Value="2"/>
</LandingLights>
<WingLight>
<Key Type="LVar" Key="S_OH_EXT_LT_WING" Value="1"/>
</WingLight>
<LogoLight>
<Key Type="LVar" Key="S_OH_EXT_LT_NAV_LOGO" Value="2"/>
</LogoLight>
<Flaps>
<Flap Index="0" Text="UP" />
<Flap Index="1" Text="CONF 1" />
Expand Down

0 comments on commit ed8711c

Please sign in to comment.