Skip to content

Commit

Permalink
FIXED: AISLE STAND Panel Knob backlight
Browse files Browse the repository at this point in the history
FIXED: AISLE STAND Flood Knob backlight

fixed #259
fixed #260
  • Loading branch information
kimlada committed Nov 3, 2022
1 parent bce4705 commit d188f31
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 141 deletions.
19 changes: 15 additions & 4 deletions ModelBehaviorDefs/Heavy/Components/Electrical/Utility.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1529,9 +1529,6 @@
</UseTemplate>
</Case>
<Case Value="2">



<UseTemplate Name="ASOBO_GT_Component_Emissive_Gauge">
<NODE_ID>Decals_Text_451</NODE_ID>
</UseTemplate>
Expand Down Expand Up @@ -1766,6 +1763,21 @@
<NODE_ID>LIGHTING_Backlight_Pedestal_Emissive</NODE_ID>
</UseTemplate>

<UseTemplate Name="ASOBO_GT_Component_Emissive_Gauge">
<NODE_ID>LIGHTING_Knob_Panel_Pedestal</NODE_ID>
</UseTemplate>

<UseTemplate Name="ASOBO_GT_Component_Emissive_Gauge">
<NODE_ID>LIGHTING_Knob_Flood_Pedestal</NODE_ID>
</UseTemplate>
</Template>

<Template Name="HEAVY_LIGHTNING_Center_Forward_Backlights">
<Parameters Type="Defaults">
<EMISSIVE_CODE>0.5</EMISSIVE_CODE>
<FAILURE>(A:LIGHT PANEL ON:3, Bool)</FAILURE>
</Parameters>

<Component ID="Knobs">
<UseTemplate Name="ASOBO_GT_Component_Emissive_Gauge">
<NODE_ID>HANDLING_Knob_Autobrakes</NODE_ID>
Expand Down Expand Up @@ -1795,7 +1807,6 @@
</UseTemplate>
</Component>
</Template>
<!-- End: Center Forward Emissives -->

<Template Name="HEAVY_LIGHTNING_Glareshield_Backlights">
<Parameters Type="Defaults">
Expand Down
3 changes: 3 additions & 0 deletions SimObjects/Airplanes/Asobo_B787_10/model/B787_10_interior.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2197,6 +2197,9 @@
<POTENTIOMETER>@POT_LIGHT_BACKLIGHT_AISLE_STAND</POTENTIOMETER>
</UseTemplate>

<UseTemplate Name="HEAVY_LIGHTNING_Center_Forward_Backlights">
<POTENTIOMETER>@POT_LIGHT_BACKLIGHT_AISLE_STAND</POTENTIOMETER>
</UseTemplate>
</Component>
</Component>

Expand Down
Loading

0 comments on commit d188f31

Please sign in to comment.