Skip to content

Commit

Permalink
fix(su95x/fcu): autoland emissive
Browse files Browse the repository at this point in the history
  • Loading branch information
Revyn112 committed Nov 17, 2024
1 parent 94eee46 commit a4349c5
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions hdw-su95x/src/behavior/src/A32NX_Interior_FCU.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<!-- Copyright (c) 2022 FlyByWire Simulations -->
<!-- SPDX-License-Identifier: GPL-3.0 -->

<ModelBehaviors>
<!-- Copyright (c) 2022 FlyByWire Simulations --><!-- SPDX-License-Identifier: GPL-3.0 --><ModelBehaviors>
<Template Name="FBW_Airbus_FCU_Baro_Knob">
<DefaultTemplateParameters>
<ID>1</ID>
Expand Down Expand Up @@ -198,9 +195,9 @@
</DefaultTemplateParameters>
<EditableTemplateParameters>
<AddParams>
<ANIM_NAME_KNOB></ANIM_NAME_KNOB>
<ANIM_NAME_PUSH></ANIM_NAME_PUSH>
<ANIM_NAME_PUSHPULL></ANIM_NAME_PUSHPULL>
<ANIM_NAME_KNOB/>
<ANIM_NAME_PUSH/>
<ANIM_NAME_PUSHPULL/>
</AddParams>
</EditableTemplateParameters>

Expand Down Expand Up @@ -264,8 +261,8 @@
</DefaultTemplateParameters>
<EditableTemplateParameters>
<AddParams>
<ANIM_NAME></ANIM_NAME>
<ANIM_NAME_PUSHPULL></ANIM_NAME_PUSHPULL>
<ANIM_NAME/>
<ANIM_NAME_PUSHPULL/>
</AddParams>
</EditableTemplateParameters>

Expand Down Expand Up @@ -306,7 +303,6 @@
<DefaultTemplateParameters>
<NODE_ID>PUSH_AUTOPILOT_AUTOLAND_#SIDE#</NODE_ID>
<SEQ_POWERED>1</SEQ_POWERED>
<NO_SEQ1/>
<WWISE_EVENT_1>mpb1on</WWISE_EVENT_1>
<WWISE_EVENT_2>mpb1off</WWISE_EVENT_2>
</DefaultTemplateParameters>
Expand Down Expand Up @@ -335,5 +331,17 @@
</UseTemplate>
</Component>

<Component ID="#NODE_ID#_SEQ3_HIDE" Node="#NODE_ID#_SEQ3">
<UseTemplate Name="ASOBO_GT_Visibility_Code">
<VISIBILITY_CODE>0</VISIBILITY_CODE>
</UseTemplate>
</Component>

<Component ID="#NODE_ID#_SEQ4_HIDE" Node="#NODE_ID#_SEQ4">
<UseTemplate Name="ASOBO_GT_Visibility_Code">
<VISIBILITY_CODE>0</VISIBILITY_CODE>
</UseTemplate>
</Component>

</Template>
</ModelBehaviors>

0 comments on commit a4349c5

Please sign in to comment.