Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cameras.cfg #1

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
17dbd0c
fix(dcdu,mcdu): dcdu/mcdu visualization issues (#7106)
svengcz Apr 27, 2022
53c9747
feat: improved initialization and custom SimConnect events for Autobr…
aguther Apr 27, 2022
fa7ea7a
feat(hyd): PTU randomized characteristics (#7017)
crocket63 Apr 28, 2022
b509d66
feat: PTU, engine, and other sound changes (#7092)
hotshotp Apr 29, 2022
705e6eb
feat: improved G/S* law (#7123)
aguther Apr 29, 2022
cfce7f8
fix: discontinuity in properly strung arrival (#7113)
tracernz Apr 30, 2022
d44392b
fix(fmgc): don't add legs to the empty segment (#7122)
tracernz Apr 30, 2022
89514d3
fix(isis): do not adjust opacity of bg elements (#7103)
2hwk Apr 30, 2022
127787b
build: removed DigitalOcean CDN and no longer used workflow (#7132)
aguther Apr 30, 2022
178253b
feat: HDG dashes variable and SimConnect chrono button events (#7131)
aguther Apr 30, 2022
02f35e1
feat: direct to with anticipated turn (#7114)
tracernz Apr 30, 2022
9df3727
feat: show warning when incompatible assistance functions are enabled…
aguther May 1, 2022
7012f8a
fix: typos in assistance warning (#7143)
aguther May 1, 2022
0869243
fix(adirs): various IRS data fixes (#7120)
lukecologne May 1, 2022
f3eb9d7
fix: use main gear compression for some onground detections (#7134)
Saschl May 2, 2022
c3818f1
fix(fwc): Visual and audible warning/caution fix (#7137)
RichardPilbery May 2, 2022
dbe5d99
fix: properly check on ground variable for speed tape (#7146)
Saschl May 2, 2022
c4713a4
feat: inverted nose wheel steering axis (#7148)
aguther May 2, 2022
d74dbb0
feat: added assistance information to FDR (#7147)
aguther May 2, 2022
4b14c65
feat: disable all MSFS assistance settings (#7151)
Saschl May 3, 2022
7e7642b
fix(sounds): Prevent autopilot sound on Cold and Dark spawn (#7149)
RichardPilbery May 3, 2022
4ee4d4d
build: update to version 0.9.0 (#7155)
aguther May 4, 2022
9cebb9d
Update cameras.cfg
CptLucky8 Apr 27, 2022
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
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,13 @@
1. [AUTOTHRUST] Added configuration option to allow change of key increment size - @aguther (Andreas Guther)
1. [FLIGHTMODEL] Start fuel transfer for both tanks when EITHER inner tank reaches the trigger level - @donstim (donbikes#4084)
1. [FMGC] Add lat/lon waypoint ident option - @tracernz (Mike)
1. [HYD] PTU model refinement and simulated potential wear state probabilities - @Crocket63
1. [HYD] Reduced engine driven pumps efficiency in active regulation area - @Crocket63
1. [FMGC] Implemented Airport Button - @patmack14 (Patrick Macken)
1. [RMP] Fixed colour of SEL indicator - @tracernz (Mike)
1. [MISC] Added custom Autobrake event for SimConnect - @aguther (Andreas Guther)
1. [EWD] Fixed failures not re-triggering when resolved - @tricky_dicky (Richard Pilbery)
1. [SOUND] Prevent autopilot disconnect from sounding on C+D spawn - @tricky_dicky (Richard Pilbery) and @saschl (saschl#9432)

## 0.7.0

Expand Down
54 changes: 0 additions & 54 deletions .github/workflows/autopilot-custom-fpm.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,3 @@ jobs:
BUNNY_SECRET_TOKEN: ${{ secrets.BUNNY_SECRET_TOKEN }}
BUNNY_BUCKET_DESTINATION: addons/a32nx/experimental
run: ./scripts/cdn.sh $BUNNY_BUCKET_DESTINATION
- name: Upload to DigitalOcean CDN
uses: LibreTexts/do-space-sync-action@master
with:
args: --acl public-read
env:
SOURCE_DIR: ./${{ env.BUILD_DIR_NAME }}
DEST_DIR: ${{ env.BUILD_DIR_NAME }}
SPACE_NAME: ${{ secrets.CDN_SPACE_NAME }}
SPACE_REGION: ${{ secrets.CDN_SPACE_REGION }}
SPACE_ACCESS_KEY_ID: ${{ secrets.CDN_SPACE_ACCESS_KEY_ID }}
SPACE_SECRET_ACCESS_KEY: ${{ secrets.CDN_SPACE_SECRET_ACCESS_KEY }}
11 changes: 0 additions & 11 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,3 @@ jobs:
BUNNY_SECRET_TOKEN: ${{ secrets.BUNNY_SECRET_TOKEN }}
BUNNY_BUCKET_DESTINATION: addons/a32nx/master
run: ./scripts/cdn.sh $BUNNY_BUCKET_DESTINATION
- name: Upload to DigitalOcean CDN
uses: LibreTexts/do-space-sync-action@master
with:
args: --acl public-read
env:
SOURCE_DIR: ./${{ env.BUILD_DIR_NAME }}
DEST_DIR: ${{ env.BUILD_DIR_NAME }}
SPACE_NAME: ${{ secrets.CDN_SPACE_NAME }}
SPACE_REGION: ${{ secrets.CDN_SPACE_REGION }}
SPACE_ACCESS_KEY_ID: ${{ secrets.CDN_SPACE_ACCESS_KEY_ID }}
SPACE_SECRET_ACCESS_KEY: ${{ secrets.CDN_SPACE_SECRET_ACCESS_KEY }}
15 changes: 2 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: release
on:
push:
tags:
- 'v*'
- '!v*-rc*'
- "v*"
- "!v*-rc*"

jobs:
build:
Expand Down Expand Up @@ -58,14 +58,3 @@ jobs:
BUNNY_SECRET_TOKEN: ${{ secrets.BUNNY_SECRET_TOKEN }}
BUNNY_BUCKET_DESTINATION: addons/a32nx/stable
run: ./scripts/cdn.sh $BUNNY_BUCKET_DESTINATION
- name: Upload to DigitalOcean CDN
uses: LibreTexts/do-space-sync-action@master
with:
args: --acl public-read
env:
SOURCE_DIR: ./${{ env.BUILD_DIR_NAME }}
DEST_DIR: ${{ env.BUILD_DIR_NAME }}
SPACE_NAME: ${{ secrets.CDN_SPACE_NAME }}
SPACE_REGION: ${{ secrets.CDN_SPACE_REGION }}
SPACE_ACCESS_KEY_ID: ${{ secrets.CDN_SPACE_ACCESS_KEY_ID }}
SPACE_SECRET_ACCESS_KEY: ${{ secrets.CDN_SPACE_SECRET_ACCESS_KEY }}
18 changes: 18 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions docs/FSUIPC/flybywire-aircraft-a320-neo.evt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@
29 = A32NX.FCU_LOC_PUSH
30 = A32NX.FCU_APPR_PUSH
31 = A32NX.FCU_EXPED_PUSH
32 = A32NX.AUTOBRAKE_SET
33 = A32NX.AUTOBRAKE_SET_DISARM
34 = A32NX.AUTOBRAKE_SET_LO
35 = A32NX.AUTOBRAKE_SET_MED
36 = A32NX.AUTOBRAKE_SET_MAX
37 = A32NX.AUTOBRAKE_BUTTON_LO
38 = A32NX.AUTOBRAKE_BUTTON_MED
39 = A32NX.AUTOBRAKE_BUTTON_MAX
40 = A32NX.EFIS_L_CHRONO_PUSHED
41 = A32NX.EFIS_R_CHRONO_PUSHED
10 changes: 10 additions & 0 deletions docs/SPAD.neXt/flybywire-aircraft-a320-neo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,14 @@
<CustomClientEvent Name="FCU LOC PUSH" EventID="A32NX.FCU_LOC_PUSH" SubCategory="A32NX FCU" IsGlobal="true" >Push LOC button on FCU</CustomClientEvent>
<CustomClientEvent Name="FCU APPR PUSH" EventID="A32NX.FCU_APPR_PUSH" SubCategory="A32NX FCU" IsGlobal="true" >Push APPR button on FCU</CustomClientEvent>
<CustomClientEvent Name="FCU EXPED PUSH" EventID="A32NX.FCU_EXPED_PUSH" SubCategory="A32NX FCU" IsGlobal="true" >Push EXPED button on FCU</CustomClientEvent>
<CustomClientEvent Name="AUTOBRAKE SET" EventID="A32NX.AUTOBRAKE_SET" SubCategory="A32NX AUTOBRAKE" IsGlobal="true">Set Autobrake to desired state (1=DISARM, 2=LO, 3=MED, 4=MAX)</CustomClientEvent>
<CustomClientEvent Name="AUTOBRAKE SET DISARM" EventID="A32NX.AUTOBRAKE_SET_DISARM" SubCategory="A32NX AUTOBRAKE" IsGlobal="true">Set Autobrake to disarmed state</CustomClientEvent>
<CustomClientEvent Name="AUTOBRAKE SET LO" EventID="A32NX.AUTOBRAKE_SET_LO" SubCategory="A32NX AUTOBRAKE" IsGlobal="true">Set Autobrake to LO state</CustomClientEvent>
<CustomClientEvent Name="AUTOBRAKE SET MED" EventID="A32NX.AUTOBRAKE_SET_MED" SubCategory="A32NX AUTOBRAKE" IsGlobal="true">Set Autobrake to MED state</CustomClientEvent>
<CustomClientEvent Name="AUTOBRAKE SET MAX" EventID="A32NX.AUTOBRAKE_SET_MAX" SubCategory="A32NX AUTOBRAKE" IsGlobal="true">Set Autobrake to MAX state</CustomClientEvent>
<CustomClientEvent Name="AUTOBRAKE BUTTON LO" EventID="A32NX.AUTOBRAKE_BUTTON_LO" SubCategory="A32NX AUTOBRAKE" IsGlobal="true">Press Autobrake button LO</CustomClientEvent>
<CustomClientEvent Name="AUTOBRAKE BUTTON MED" EventID="A32NX.AUTOBRAKE_BUTTON_MED" SubCategory="A32NX AUTOBRAKE" IsGlobal="true">Press Autobrake button MED</CustomClientEvent>
<CustomClientEvent Name="AUTOBRAKE BUTTON MAX" EventID="A32NX.AUTOBRAKE_BUTTON_MAX" SubCategory="A32NX AUTOBRAKE" IsGlobal="true">Press Autobrake button MAX</CustomClientEvent>
<CustomClientEvent Name="EFIS LEFT CHRONO BUTTON" EventID="A32NX.EFIS_L_CHRONO_PUSHED" SubCategory="A32NX EFIS" IsGlobal="true">Press Left Chrono button</CustomClientEvent>
<CustomClientEvent Name="EFIS RIGHT CHRONO BUTTON" EventID="A32NX.EFIS_R_CHRONO_PUSHED" SubCategory="A32NX EFIS" IsGlobal="true">Press Right Chrono button</CustomClientEvent>
</CustomClientEvents>
39 changes: 39 additions & 0 deletions docs/a320-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,42 @@

- A32NX.THROTTLE_MAPPING_SAVE_TO_FILE
- When triggered the throttle mapping configuration is **saved** from **file**

## Autobrake System

- A32NX.AUTOBRAKE_SET
- When triggered the autobrake is set to the desired state
- Parameter value can be used to set the decrement:
Value | Meaning
--- | ---
1 | Disarm Autobrake
2 | Set Autobrake to LOW
3 | Set Autobrake to MED
4 | Set Autobrake to MAX (if allowed)

- A32NX.AUTOBRAKE_SET_DISARM
- When triggered the autobrake is set to disarmed state

- A32NX.AUTOBRAKE_SET_LO
- When triggered the autobrake is set to LO state (if allowed)

- A32NX.AUTOBRAKE_SET_MED
- When triggered the autobrake is set to MED state (if allowed)

- A32NX.AUTOBRAKE_SET_MAX
- When triggered the autobrake is set to MAX state (if allowed)

- A32NX.AUTOBRAKE_BUTTON_LO
- When triggered the autobrake button LO is pressed (as if triggered in the cockpit)

- A32NX.AUTOBRAKE_BUTTON_MED
- When triggered the autobrake button MED is pressed (as if triggered in the cockpit)

- A32NX.AUTOBRAKE_BUTTON_MAX
- When triggered the autobrake button MAX is pressed (as if triggered in the cockpit)

- A32NX.EFIS_L_CHRONO_PUSHED
- When triggered presses the left chrono button (to start the clock on the left ND)

- A32NX.EFIS_R_CHRONO_PUSHED
- When triggered presses the right chrono button (to start the clock on the right ND)
36 changes: 25 additions & 11 deletions docs/a320-simvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

## Uncategorized

- A32NX_IS_READY
- Bool
- Indicates that the JavaScript part is ready

- A32NX_START_STATE
- Enum
- Indicates the state in which MSFS started
Expand Down Expand Up @@ -881,25 +885,26 @@
- Bool
- Power Transfer Unit can receive fluid from yellow and green circuits

- A32NX_HYD_PTU_ACTIVE_{motor_side}
- Bool
- Power Transfer Unit is trying to transfer hydraulic power from either yellow to green (R2L) or green to yellow (L2R) circuits
- {motor_side}
- L2R
- R2L

- A32NX_HYD_PTU_MOTOR_FLOW
- Gallon per second
- Power Transfer Unit instantaneous flow in motor side

- A32NX_HYD_PTU_SHAFT_RPM
- Revolutions per minute
- Power Transfer Unit shaft rpm

- A32NX_HYD_PTU_BARK_STRENGTH
- Number
- 0 no PTU. 1 to 5 indicates barking sound power level.

- A32NX_HYD_PTU_CONTINUOUS_MODE
- Bool
- Power Transfer Unit is rotating continuously

- A32NX_HYD_PTU_DEV_DEACTIVATION_DELTA
- Psi
- Write to this simvar to force a deactivation delta pressure for Power Transfer Unit

- A32NX_HYD_PTU_DEV_EFFICIENCY
- Number
- Write to this simvar to force an efficiency value for Power Transfer Unit

- A32NX_OVHD_HYD_RAT_MAN_ON_IS_PRESSED
- Bool
- Deploys the RAT manually
Expand Down Expand Up @@ -961,6 +966,15 @@
- 2: Autobrake in MED
- 3: Autobrake in MAX

- A32NX_AUTOBRAKES_ARMED_MODE_SET
- Number
- Requests an autobrake mode
- -1: (technical state not requesting anything)
- 0: Disarm Autobrake
- 1: Set Autobrake to LOW
- 2: Set Autobrake to MED
- 3: Set Autobrake to MAX (if allowed)

- A32NX_AUTOBRAKES_ACTIVE
- Bool
- Autobrakes are braking
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ A32NX_FBW_SEC_SWITCH:2=1
A32NX_FBW_SEC_SWITCH:3=1
A32NX_FBW_FAC_SWITCH:1=1
A32NX_FBW_FAC_SWITCH:2=1
A32NX_AUTOBRAKES_ARMED_MODE=2
A32NX_AUTOBRAKES_ARMED_MODE_SET=2
A32NX_PARK_BRAKE_LEVER_POS=0
A32NX_EFIS_L_ND_MODE=3
A32NX_EFIS_R_ND_MODE=3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ A32NX_FBW_SEC_SWITCH:2=1
A32NX_FBW_SEC_SWITCH:3=1
A32NX_FBW_FAC_SWITCH:1=1
A32NX_FBW_FAC_SWITCH:2=1
A32NX_AUTOBRAKES_ARMED_MODE=0
A32NX_AUTOBRAKES_ARMED_MODE_SET=0
A32NX_PARK_BRAKE_LEVER_POS=1
A32NX_EFIS_L_ND_MODE=3
A32NX_EFIS_R_ND_MODE=3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1728,3 +1728,44 @@ Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.45]
Title ="PilotVR"
Guid ="{2EF77F56-4CDD-4E3C-8C87-BE2A39E99C66}"
Description =""
Origin ="Virtual Cockpit"
MomentumEffect =1
SnapPbhAdjust ="Swivel"
SnapPbhReturn =0
PanPbhAdjust ="Swivel"
PanPbhReturn =0
Track ="None"
ShowAxis ="YES"
AllowZoom =1
InitialZoom =0.5
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category ="Cockpit"
SubCategory ="Pilot"
SubCategoryItem ="PilotVR"
PitchPanRate =20
HeadingPanRate =60
InitialXyz = -0.045, 0.77, -2.274
InitialPbh = 0, 0, 0
NodesToHide =""
ClipMode ="Normal"
BoundingBoxRadius =0.1
UITitle="TT:GAME.PANEL_CAMERA_PILOT_VFR"
TargetCategory="None"
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ A32NX_FBW_SEC_SWITCH:2=1
A32NX_FBW_SEC_SWITCH:3=1
A32NX_FBW_FAC_SWITCH:1=1
A32NX_FBW_FAC_SWITCH:2=1
A32NX_AUTOBRAKES_ARMED_MODE=0
A32NX_AUTOBRAKES_ARMED_MODE_SET=0
A32NX_PARK_BRAKE_LEVER_POS=0
A32NX_EFIS_L_ND_MODE=3
A32NX_EFIS_R_ND_MODE=3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ A32NX_FBW_SEC_SWITCH:2=1
A32NX_FBW_SEC_SWITCH:3=1
A32NX_FBW_FAC_SWITCH:1=1
A32NX_FBW_FAC_SWITCH:2=1
A32NX_AUTOBRAKES_ARMED_MODE=2
A32NX_AUTOBRAKES_ARMED_MODE_SET=2
A32NX_PARK_BRAKE_LEVER_POS=0
A32NX_EFIS_L_ND_MODE=3
A32NX_EFIS_R_ND_MODE=3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ lift_coef_at_drag_zero_flaps = 0.10000
[FLIGHT_TUNING]

modern_fm_only = 1; 1 (true) forces use of modern flight model regardless of what user selected in MSFS options menu. 0 (false) allows use of user-selected flight model
disable_assistances = 1; 1(true) disables all AI assistance settings as they are not compatible with the addon
;empty_cg_deviation_limit = 20 ; Maximum deviation of empty weight cg allowed in wegiht & balance UI menu (in feet)
;icing_scalar = 1 ; Scales effect of icing on lift and weight
cruise_lift_scalar = 1
Expand Down
Loading