Skip to content

Commit

Permalink
fix(a380x): Model update main repo changes (cabin lights, door anims) (
Browse files Browse the repository at this point in the history
…flybywiresim#9073)

* changes to system.cfg for cabin lights

* add cockpit LOD01

* add door animations

* change wwise event for autobrake_off

* fix: link to interactive points

---------

Co-authored-by: 2hwk <[email protected]>
  • Loading branch information
flogross89 and 2hwk authored Oct 20, 2024
1 parent 75156d3 commit 6724c87
Show file tree
Hide file tree
Showing 7 changed files with 190 additions and 129 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
often be slightly larger than you expect) -->
<!-- default minSize is 0 -->
<LOD minSize="80" ModelFile="a380_cockpit.gltf" />
<LOD minSize="60" ModelFile="a380_cockpit_LOD01.gltf"/>
</LODS>

<Behaviors>
Expand All @@ -35,6 +36,7 @@
<Include RelativeFile="behaviour\overhead\fire.xml" />
<Include RelativeFile="behaviour\overhead\flight-control.xml" />
<Include RelativeFile="behaviour\pedestal\pedestal-inputs.xml" />
<Include RelativeFile="behaviour\door_animations.xml" />
<Include RelativeFile="behaviour\efis-cp.xml" />
<Include RelativeFile="behaviour\ecam-cp.xml" />
<Include RelativeFile="behaviour\fcu.xml" />
Expand Down Expand Up @@ -93,6 +95,9 @@
<Component ID="INTERACTIVE_PARTS">
<UseTemplate Name="FBW_A380X_Components_InteractiveParts" />
</Component>
<Component ID="DOOR_ANIMATIONS_COCKPIT">
<UseTemplate Name="FBW_A380X_Components_DoorAnimations" />
</Component>
<Component ID="MIP">
<UseTemplate Name="FBW_A380X_Components_MIP" />
</Component>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
<Include ModelBehaviorFile="A32NX\Exterior\A32NX_Exterior_Includes.xml" />
<Include ModelBehaviorFile="Asobo\Common.xml" />
<Include ModelBehaviorFile="Asobo\Exterior.xml" />
<Include ModelBehaviorFile="Asobo\Generic\Interactions.xml" />
<Include ModelBehaviorFile="Asobo\Generic\FX.xml" />
<Include Path="A32NX\generated\A32NX_Exterior.xml" />
<Include RelativeFile="behaviour\engines.xml" />
<Include RelativeFile="behaviour\door_animations.xml" />

<Component ID="GEARS">
<!-- Nose Landing Gear -->
Expand Down Expand Up @@ -221,11 +223,6 @@
<ANIM_CODE>(L:A32NX_AFT_DOOR_CARGO_POSITION)</ANIM_CODE>
<ANIM_LENGTH>100</ANIM_LENGTH>
</UseTemplate>
<!-- PAX DOORS -->
<UseTemplate Name="ASOBO_DOOR_InteractivePoint_Template">
<ID>0</ID>
<ANIM_NAME>door_passenger</ANIM_NAME>
</UseTemplate>
</Component>

<Template Name="FBW_Control_Surface_Template">
Expand Down Expand Up @@ -474,104 +471,8 @@
</UseTemplate>
</Component>

<!-- PAX DOOR M1L -->

<Component ID="ANIM_DOOR_M1L" Node="ANIM_DOOR_M1L_CLICK">
<UseTemplate Name = "ASOBO_GT_Anim_Code">
<ANIM_NAME>ANIM_DOOR_M1L</ANIM_NAME>
<ANIM_LAG>20</ANIM_LAG>
<ANIM_CODE>(L:ANIM_DOOR_M1L) 100 *</ANIM_CODE>
</UseTemplate>
</Component>

<!-- PAX DOOR M2L -->

<Component ID="ANIM_DOOR_M2L" Node="ANIM_DOOR_M2L_CLICK">
<UseTemplate Name = "ASOBO_GT_Anim_Code">
<ANIM_NAME>ANIM_DOOR_M2L</ANIM_NAME>
<ANIM_LAG>20</ANIM_LAG>
<ANIM_CODE>(L:ANIM_DOOR_M2L) 100 *</ANIM_CODE>
</UseTemplate>
</Component>

<!-- PAX DOOR M3L -->

<Component ID="ANIM_DOOR_M3L" Node="ANIM_DOOR_M3L_CLICK">
<UseTemplate Name = "ASOBO_GT_Anim_Code">
<ANIM_NAME>ANIM_DOOR_M3L</ANIM_NAME>
<ANIM_LAG>20</ANIM_LAG>
<ANIM_CODE>(L:ANIM_DOOR_M3L) 100 *</ANIM_CODE>
</UseTemplate>
</Component>

<!-- PAX DOOR M4L -->

<Component ID="ANIM_DOOR_M4L" Node="ANIM_DOOR_M4L_CLICK">
<UseTemplate Name = "ASOBO_GT_Anim_Code">
<ANIM_NAME>ANIM_DOOR_M4L</ANIM_NAME>
<ANIM_LAG>20</ANIM_LAG>
<ANIM_CODE>(L:ANIM_DOOR_M4L) 100 *</ANIM_CODE>
</UseTemplate>
</Component>

<!-- PAX DOOR M5L -->

<Component ID="ANIM_DOOR_M5L" Node="ANIM_DOOR_M5L_CLICK">
<UseTemplate Name = "ASOBO_GT_Anim_Code">
<ANIM_NAME>ANIM_DOOR_M5L</ANIM_NAME>
<ANIM_LAG>20</ANIM_LAG>
<ANIM_CODE>(L:ANIM_DOOR_M5L) 100 *</ANIM_CODE>
</UseTemplate>
</Component>

<!-- PAX DOOR M1R -->

<Component ID="ANIM_DOOR_M1R" Node="ANIM_DOOR_M1R_CLICK">
<UseTemplate Name = "ASOBO_GT_Anim_Code">
<ANIM_NAME>ANIM_DOOR_M1R</ANIM_NAME>
<ANIM_LAG>20</ANIM_LAG>
<ANIM_CODE>(L:ANIM_DOOR_M1R) 100 *</ANIM_CODE>
</UseTemplate>
</Component>

<!-- PAX DOOR M2R -->

<Component ID="ANIM_DOOR_M2R" Node="ANIM_DOOR_M2R_CLICK">
<UseTemplate Name = "ASOBO_GT_Anim_Code">
<ANIM_NAME>ANIM_DOOR_M2R</ANIM_NAME>
<ANIM_LAG>20</ANIM_LAG>
<ANIM_CODE>(L:ANIM_DOOR_M2R) 100 *</ANIM_CODE>
</UseTemplate>
</Component>

<!-- PAX DOOR M3R -->

<Component ID="ANIM_DOOR_M3R" Node="ANIM_DOOR_M3R_CLICK">
<UseTemplate Name = "ASOBO_GT_Anim_Code">
<ANIM_NAME>ANIM_DOOR_M3R</ANIM_NAME>
<ANIM_LAG>20</ANIM_LAG>
<ANIM_CODE>(L:ANIM_DOOR_M3R) 100 *</ANIM_CODE>
</UseTemplate>
</Component>

<!-- PAX DOOR M4R -->

<Component ID="ANIM_DOOR_M4R" Node="ANIM_DOOR_M4R_CLICK">
<UseTemplate Name = "ASOBO_GT_Anim_Code">
<ANIM_NAME>ANIM_DOOR_M4R</ANIM_NAME>
<ANIM_LAG>20</ANIM_LAG>
<ANIM_CODE>(L:ANIM_DOOR_M4R) 100 *</ANIM_CODE>
</UseTemplate>
</Component>

<!-- PAX DOOR M5R -->

<Component ID="ANIM_DOOR_M5R" Node="ANIM_DOOR_M5R_CLICK">
<UseTemplate Name = "ASOBO_GT_Anim_Code">
<ANIM_NAME>ANIM_DOOR_M5R</ANIM_NAME>
<ANIM_LAG>20</ANIM_LAG>
<ANIM_CODE>(L:ANIM_DOOR_M5R) 100 *</ANIM_CODE>
</UseTemplate>
<Component ID="DOOR_ANIMATIONS_EXTERIOR">
<UseTemplate Name="FBW_A380X_Components_DoorAnimations" />
</Component>

<Component ID="Wingflex_Inboard_Left">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
<!-- Copyright (c) 2023-2024 FlyByWire Simulations -->
<!-- SPDX-License-Identifier: GPL-3.0 -->

<ModelBehaviors>
<Template Name="FBW_A380X_Components_Door">
<Component ID="ANIM_DOOR_#DOOR_ID#" Node="ANIM_DOOR_#DOOR_ID#_CLICK">
<UseTemplate Name="ASOBO_GT_Anim_Code">
<ANIM_NAME>ANIM_DOOR_#DOOR_ID#</ANIM_NAME>
<ANIM_LAG>20</ANIM_LAG>
<ANIM_CODE>(A:INTERACTIVE POINT OPEN:#ID#, Percent)</ANIM_CODE>
</UseTemplate>
<UseTemplate Name="ASOBO_GT_Interaction_LeftSingle_Leave_Code">
<LEFT_SINGLE_CODE>
#TOGGLE_ID# (&gt;K:TOGGLE_AIRCRAFT_EXIT)
</LEFT_SINGLE_CODE>
<TOOLTIPID>A380X.TOOLTIPS.DOORS_OPEN_CLOSE</TOOLTIPID>
</UseTemplate>
</Component>
<Component ID="ANIM_DOOR_#DOOR_ID#_ARMED" Node="PAX_DOOR_#DOOR_ID#_UNLOCK">
<UseTemplate Name="ASOBO_GT_Anim_Code">
<ANIM_NAME>ANIM_DOOR_#DOOR_ID#_ARMED</ANIM_NAME>
<ANIM_LAG>100</ANIM_LAG>
<ANIM_CODE>(A:INTERACTIVE POINT OPEN:#ID#, Percent)</ANIM_CODE>
</UseTemplate>
<UseTemplate Name="ASOBO_GT_Interaction_LeftSingle_Leave_Code">
<LEFT_SINGLE_CODE>
#TOGGLE_ID# (&gt;K:TOGGLE_AIRCRAFT_EXIT)
</LEFT_SINGLE_CODE>
<TOOLTIPID>A380X.TOOLTIPS.DOORS_ARM_DISARM</TOOLTIPID>
</UseTemplate>
</Component>
</Template>

<Template Name="FBW_A380X_Components_DoorAnimations">
<!-- PAX DOOR M1L -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>M1L</DOOR_ID>
<ID>0</ID>
<TOGGLE_ID>1</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR M2L -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>M2L</DOOR_ID>
<ID>2</ID>
<TOGGLE_ID>3</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR M3L -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>M3L</DOOR_ID>
<ID>4</ID>
<TOGGLE_ID>5</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR M4L -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>M4L</DOOR_ID>
<ID>6</ID>
<TOGGLE_ID>7</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR M5L -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>M5L</DOOR_ID>
<ID>8</ID>
<TOGGLE_ID>9</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR M1R -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>M1R</DOOR_ID>
<ID>1</ID>
<TOGGLE_ID>2</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR M2R -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>M2R</DOOR_ID>
<ID>3</ID>
<TOGGLE_ID>4</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR M3R -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>M3R</DOOR_ID>
<ID>5</ID>
<TOGGLE_ID>6</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR M4R -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>M4R</DOOR_ID>
<ID>7</ID>
<TOGGLE_ID>8</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR M5R -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>M5R</DOOR_ID>
<ID>9</ID>
<TOGGLE_ID>10</TOGGLE_ID>
</UseTemplate>

<!-- UPPER DOORS -->
<!-- PAX DOOR U1L -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>U1L</DOOR_ID>
<ID>10</ID>
<TOGGLE_ID>11</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR U2L -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>U2L</DOOR_ID>
<ID>12</ID>
<TOGGLE_ID>13</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR U3L -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>U3L</DOOR_ID>
<ID>14</ID>
<TOGGLE_ID>15</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR U1R -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>U1R</DOOR_ID>
<ID>11</ID>
<TOGGLE_ID>12</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR U2R -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>U2R</DOOR_ID>
<ID>13</ID>
<TOGGLE_ID>14</TOGGLE_ID>
</UseTemplate>

<!-- PAX DOOR U3R -->
<UseTemplate Name="FBW_A380X_Components_Door">
<DOOR_ID>U3R</DOOR_ID>
<ID>15</ID>
<TOGGLE_ID>16</TOGGLE_ID>
</UseTemplate>
</Template>
</ModelBehaviors>
Original file line number Diff line number Diff line change
Expand Up @@ -738,21 +738,5 @@
<TOOLTIPID>Open or Close Landing Gear Pins Compartment</TOOLTIPID>
</UseTemplate>
</Component>

<!-- PAX DOOR M4L -->

<Component ID="ANIM_DOOR_M4L" Node="ANIM_DOOR_M4L_CLICK">
<UseTemplate Name = "ASOBO_GT_Anim_Code">
<ANIM_NAME>ANIM_DOOR_M4L</ANIM_NAME>
<ANIM_LAG>20</ANIM_LAG>
<ANIM_CODE>(L:ANIM_DOOR_M4L) 100 *</ANIM_CODE>
</UseTemplate>
<UseTemplate Name = "ASOBO_GT_Interaction_LeftSingle_Leave_Code">
<LEFT_SINGLE_CODE>
(L:ANIM_DOOR_M4L) ! (&gt;L:ANIM_DOOR_M4L)
</LEFT_SINGLE_CODE>
<TOOLTIPID>Open or Close PAX Door M4L</TOOLTIPID>
</UseTemplate>
</Component>
</Template>
</ModelBehaviors>
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@
</Requires>
</Sound>

<Sound WwiseEvent="aboff" WwiseData="true" NodeName="Wiper_Base_l" LocalVar="A32NX_AUDIO_AUTOBRAKE_OFF" Continuous="false">
<Sound WwiseEvent="autobrake_off" WwiseData="true" NodeName="Wiper_Base_l" LocalVar="A32NX_AUDIO_AUTOBRAKE_OFF" Continuous="false">
<Range LowerBound="1"/>
<Requires SimVar="ELECTRICAL MAIN BUS VOLTAGE" Units="VOLTS" Index="1">
<Range LowerBound="28" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,17 +257,37 @@ lightdef.225 = Type:10#Index:1#LocalPosition:34.8,-1.0,3.7#LocalRotation:0,0,0#E
lightdef.226 = Type:4#Index:5#LocalPosition:35,0.96,9#LocalRotation:110,90,0#EffectFile:LIGHT_A380X_CockpitSpotNarrow#PotentiometerIndex:97#Node:LIGHT_OVHD_READINGLLT ; CPT READING LT
lightdef.227 = Type:4#Index:5#LocalPosition:34.488,-1.16,9.04#LocalRotation:110,90,0#EffectFile:LIGHT_A380X_CockpitSpotNarrow#PotentiometerIndex:96#Node:LIGHT_OVHD_READINGLTR ; FO READING LT

; CABIN LIGHT PEC
lightdef.230=Type:10#Index:1#LocalPosition:34.799999,-1.000000,3.700000#LocalRotation:270.000000,500.000000,0.000000#EffectFile:LIGHT_A380X_CockpitSpotLarge#PotentiometerIndex:7#Node:CABIN_LIGHT_LH_1
lightdef.231=Type:10#Index:1#LocalPosition:34.799999,-1.000000,3.700000#LocalRotation:270.000000,500.000000,0.000000#EffectFile:LIGHT_A380X_CockpitSpotLarge#PotentiometerIndex:7#Node:CABIN_LIGHT_LH_2
lightdef.232=Type:10#Index:1#LocalPosition:34.799999,-1.000000,3.700000#LocalRotation:270.000000,500.000000,0.000000#EffectFile:LIGHT_A380X_CockpitSpotLarge#PotentiometerIndex:7#Node:CABIN_LIGHT_LH_3
lightdef.233=Type:10#Index:1#LocalPosition:34.799999,-1.000000,3.700000#LocalRotation:270.000000,500.000000,0.000000#EffectFile:LIGHT_A380X_CockpitSpotLarge#PotentiometerIndex:7#Node:CABIN_LIGHT_LH_4
lightdef.234=Type:10#Index:1#LocalPosition:34.799999,-1.000000,3.700000#LocalRotation:270.000000,500.000000,0.000000#EffectFile:LIGHT_A380X_CockpitSpotLarge#PotentiometerIndex:7#Node:CABIN_LIGHT_LH_5
lightdef.235=Type:10#Index:1#LocalPosition:34.799999,-1.000000,3.700000#LocalRotation:270.000000,500.000000,0.000000#EffectFile:LIGHT_A380X_CockpitSpotLarge#PotentiometerIndex:7#Node:CABIN_LIGHT_LH_6
; CABIN LIGHTS LH
lightdef.230=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:180.000,0.000,0.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT1_LH
lightdef.231=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:120.000,0.000,0.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT2_LH
lightdef.232=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:180.000,0.000,0.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT3_LH
lightdef.234=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:190.000,0.000,0.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT5_LH
lightdef.235=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:230.000,0.000,0.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT6_LH
lightdef.236=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:230.000,0.000,0.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT7_LH
lightdef.237=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:120.000,0.000,180.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT2_LH
lightdef.238=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:180.000,0.000,180.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT3_LH
lightdef.239=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:180.000,0.000,180.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT4_LH
lightdef.240=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:230.000,0.000,180.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT6_LH
lightdef.241=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:230.000,0.000,180.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT7_LH
lightdef.242=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:230.000,0.000,180.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT8_LH

; CABIN LIGHTS RH
lightdef.243=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:180.000,0.000,0.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT1_RH
lightdef.244=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:120.000,0.000,0.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT2_RH
lightdef.245=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:180.000,0.000,0.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT3_RH
lightdef.246=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:190.000,0.000,0.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT5_RH
lightdef.247=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:230.000,0.000,0.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT6_RH
lightdef.248=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:230.000,0.000,0.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT7_RH
lightdef.249=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:120.000,0.000,180.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT2_RH
lightdef.250=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:180.000,0.000,180.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT3_RH
lightdef.251=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:180.000,0.000,180.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT4_RH
lightdef.252=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:230.000,0.000,180.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT6_RH
lightdef.253=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:230.000,0.000,180.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT7_RH
lightdef.254=Type:10#Index:1#LocalPosition:0.000,0.000,0.000#LocalRotation:230.000,0.000,180.000#EffectFile:LIGHT_A380X_Cabin_light#PotentiometerIndex:7#Node:A380X_CABIN_LIGHT8_RH

; PEDESTAL LIGHT
lightdef.240=Type:11#Index:1#LocalPosition:38.970001,-2.600000,5.870000#LocalRotation:-110.000000,0.000000,0.000000#EffectFile:LIGHT_A380X_Pedestal#PotentiometerIndex:76#Node:LIGHT_OVHD_TOPEDESTAL
lightdef.241=Type:11#Index:1#LocalPosition:38.970001,-2.600000,5.870000#LocalRotation:0.000000,0.000000,0.000000#EffectFile:LIGHT_A380X_PedestalAmbient#PotentiometerIndex:76#Node:LIGHT_OVHD_TOPEDESTAL
lightdef.291=Type:11#Index:1#LocalPosition:38.970001,-2.600000,5.870000#LocalRotation:-110.000000,0.000000,0.000000#EffectFile:LIGHT_A380X_Pedestal#PotentiometerIndex:76#Node:LIGHT_OVHD_TOPEDESTAL
lightdef.290=Type:11#Index:1#LocalPosition:38.970001,-2.600000,5.870000#LocalRotation:0.000000,0.000000,0.000000#EffectFile:LIGHT_A380X_PedestalAmbient#PotentiometerIndex:76#Node:LIGHT_OVHD_TOPEDESTAL


[BRAKES]
Expand Down
3 changes: 3 additions & 0 deletions fbw-a380x/src/localization/msfs/en-US.locPak
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
"A380X.TOOLTIPS.RMP_NAV_SEL_VOR_2": "VOR 2",
"A380X.TOOLTIPS.RMP_NAV_SEL_MKR": "MKR",

"A380X.TOOLTIPS.DOORS_OPEN_CLOSE": "Open or close passenger door",
"A380X.TOOLTIPS.DOORS_ARM_DISARM": "Arm or disarm slides for passenger door",

"COCKPIT.TOOLTIPS.AUTOPILOT_PANEL_HDG_TUNING_LEFT": "Adjust selected heading to the left (%((A:AUTOPILOT HEADING LOCK DIR:1,degrees))%!d!°)",
"COCKPIT.TOOLTIPS.AUTOPILOT_PANEL_HDG_TUNING_RIGHT": "Adjust selected heading to the right (%((A:AUTOPILOT HEADING LOCK DIR:1,degrees))%!d!°)"
}
Expand Down

0 comments on commit 6724c87

Please sign in to comment.