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

CJ4: 0.4.0 prerelease bugfixes #198

Merged
merged 106 commits into from
Oct 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
106 commits
Select commit Hold shift + click to select a range
25e9853
fix a few lint errors
dga711 Oct 6, 2020
93a7b7a
Merge branch 'main' into cj4-040-prerelease
dga711 Oct 6, 2020
c0b6f34
legs: disable mod of approach waypoints
dga711 Oct 6, 2020
297bf9d
Added 0.4.0 changelog.
mattnischan Oct 6, 2020
41247eb
Fixed RAT display when at 0 Degrees
cwburnett Oct 6, 2020
b43f9e3
update eslint
dga711 Oct 6, 2020
abdf3d8
make legs look great again, show asobo's alt constraints
dga711 Oct 6, 2020
759575e
Fixed issue with fuel flow going below minimum flow at idle thrust.
mattnischan Oct 6, 2020
e7d2bcc
fix some seperators
dga711 Oct 6, 2020
d42af85
Fixed missed fuel flow param causing incorrect display value.
mattnischan Oct 6, 2020
fce2845
basic input for airways on fpln
dga711 Oct 6, 2020
8f56be9
Thrust & Drag Changes
K20017 Oct 6, 2020
1fe9fef
fpln: fix paging
dga711 Oct 7, 2020
0203457
fix working message in many places
dga711 Oct 7, 2020
ce16d03
Fuel factor change to 1.2 for improved fuel flows
K20017 Oct 7, 2020
d217606
fpln: ugly fix for index when departure loaded
dga711 Oct 7, 2020
b548d70
fpln: show working when setting origin/dest
dga711 Oct 7, 2020
81e761a
legs: show runway where possible
dga711 Oct 7, 2020
087f7e2
fpln: fix delete on page 1
dga711 Oct 7, 2020
3278876
update version to 0.4.0 in about
dga711 Oct 7, 2020
a56a33d
fpln: fix indexes when departure loaded for real this time
dga711 Oct 7, 2020
800dd67
fpln: show via/to on page 2+
dga711 Oct 7, 2020
8f2ea42
set es2017 for eslint, it is the half truth (async)
dga711 Oct 7, 2020
6739190
fpln: collapse airway waypoints
dga711 Oct 7, 2020
804b4dd
fpln: exec after inserting airway
dga711 Oct 7, 2020
91a628b
Added hashmap cache and higher per frame throughput for facility loader.
mattnischan Oct 7, 2020
4950e64
Updated CHANGES again for 0.4.0
mattnischan Oct 7, 2020
6b1d4e3
Backed out facility loader changes and updated CHANGES.
mattnischan Oct 7, 2020
5a8111b
fpln: fix airway hiccups, offer selectwpt
dga711 Oct 7, 2020
9161ebd
fpln: correct NOT ON AIRWAY error
dga711 Oct 7, 2020
309a8dd
Merge branch 'main' into cj4-040-prerelease
dga711 Oct 8, 2020
2005f77
dep/arr: fix merge markers, fix arr header color
dga711 Oct 8, 2020
59e8424
dep/arr: fix working message
dga711 Oct 8, 2020
c2592bc
update changes.md
dga711 Oct 8, 2020
2e99662
update changes.md
dga711 Oct 8, 2020
56d6928
Redesign FMS Text menu
J-Hoskin Oct 1, 2020
cdc80d7
Add Checklist Menu to MFD
J-Hoskin Oct 1, 2020
8c39f76
Update CJ4_Menu_UI.js
J-Hoskin Oct 1, 2020
cb6086f
Create CJ4 build.ps1
J-Hoskin Oct 1, 2020
23554c8
Style new Checklist menu
J-Hoskin Oct 1, 2020
037996c
Fix scrolling functionality on Checklist Menu and improve styling
J-Hoskin Oct 2, 2020
0e3bdf7
Improve Checklist menu scrolling behaviour and add ability to go to n…
J-Hoskin Oct 3, 2020
e890ca6
Prevent automatic scrolling on checklist item uncheck
J-Hoskin Oct 3, 2020
c4f1bb2
Isolate Checklist code and remove unused code
J-Hoskin Oct 4, 2020
b969c0d
Add proper checklist items and checklist section page functionality
J-Hoskin Oct 4, 2020
c1b3715
Improve checklist styling
J-Hoskin Oct 4, 2020
d459b88
Fix saving of checklist state and seperate checklist code
J-Hoskin Oct 5, 2020
24ec1ae
Improve checklist interaction and add functionality to CHECKLIST ccp …
J-Hoskin Oct 6, 2020
775d006
Hide FMS menu when opening checklist
J-Hoskin Oct 6, 2020
7112d85
Fix FMS Menu bugs
J-Hoskin Oct 6, 2020
fd04860
Extract cockpit panel code to own template file and add functionality…
J-Hoskin Oct 6, 2020
b3d966d
Improve checklist behaviour
J-Hoskin Oct 6, 2020
508c24a
Add system overlay menu and remap SYS CCP button
J-Hoskin Oct 6, 2020
e74e042
Improve Checklist item text and values
J-Hoskin Oct 6, 2020
8958cb5
Extract MFD Checklist code to its own file and add new checklist section
J-Hoskin Oct 6, 2020
bcc87b3
Improve system overlay menu styling behaviour
J-Hoskin Oct 7, 2020
6071536
Add elevator deflection degrees to system overlay
J-Hoskin Oct 7, 2020
3f3e9bf
Improve checklist button/interaction behaviour
J-Hoskin Oct 7, 2020
468c082
Add passenger brief menu UI
J-Hoskin Oct 8, 2020
3eae992
Add functionality to PASS BRIEF button in CCP
J-Hoskin Oct 8, 2020
300a4f1
Add my custom build file to gitignore
J-Hoskin Sep 28, 2020
cadfe34
Rewrite FMS INFO menu
J-Hoskin Oct 8, 2020
58b9eeb
Fix bugs in FMS Info menu
J-Hoskin Oct 8, 2020
b83b603
fpln: remove obsolete experiment
dga711 Oct 8, 2020
ac08e9d
fpln: fix airway collapse for first waypoint after departure
dga711 Oct 8, 2020
ae99d3f
deparr: fix stuck working indicator when deselect arrival
dga711 Oct 8, 2020
d6c3222
legs: fix distance format
dga711 Oct 8, 2020
93d79d4
legs: fix double selectwpt on directto
dga711 Oct 8, 2020
d19ab69
Fix FMS Text bugs
J-Hoskin Oct 9, 2020
d8b48a1
Change MFD Checklist styling
J-Hoskin Oct 9, 2020
37892d3
Cleanup
J-Hoskin Oct 9, 2020
055bc93
Show origin airport on FMS Text menu
J-Hoskin Oct 9, 2020
05efcdf
Fix FMS Text bugs
J-Hoskin Oct 9, 2020
58df33f
Update sound reference
J-Hoskin Oct 9, 2020
99d3580
Rename sound package
J-Hoskin Oct 9, 2020
ed0fc87
Add chime to seatbelt button when turned off
J-Hoskin Oct 9, 2020
511665c
Save checklist state when checklist is closed
J-Hoskin Oct 9, 2020
f910af9
mfd: separate wtmenu from baseairliners, fix some lint errors
dga711 Oct 9, 2020
59f8123
Change colour of checklist ticks and reduce title size
J-Hoskin Oct 9, 2020
d2d0785
Make small checklist styling changes
J-Hoskin Oct 9, 2020
155a174
Merge branch 'cj4-040-prerelease' into features/hosky-int
dga711 Oct 9, 2020
5da274c
Merge pull request #211 from Working-Title-MSFS-Mods/features/hosky-int
J-Hoskin Oct 9, 2020
5912697
Adds the wwise project (#210)
dga711 Oct 9, 2020
9e222e8
CJ4: Add animated weather bug to compass (#148)
dga711 Oct 9, 2020
2d5a8ca
update changes.md
dga711 Oct 9, 2020
9ce195b
build.ps1 remove files not in source
dga711 Oct 9, 2020
faab689
build.ps1 no more robocopy output
dga711 Oct 9, 2020
665d353
github disable artifact upload on normal commits
dga711 Oct 9, 2020
faea630
build.ps1 fix missing manifest. oops
dga711 Oct 9, 2020
c215550
Add safety lights button functionality and sound (#213)
J-Hoskin Oct 9, 2020
3ae5074
build.ps1 robocopy dont ever delete layout and manifest
dga711 Oct 9, 2020
78663ab
Better facility loader performance for FMC waypoint loading.
mattnischan Oct 9, 2020
6b4dd01
Fix misnamed seatbelt sound
J-Hoskin Oct 9, 2020
be188f3
eslint add lots of globals
dga711 Oct 9, 2020
918ec2f
LEGS: allow mod of first approach fix
dga711 Oct 9, 2020
d2b7ebb
fpln: correct error for airway without entry
dga711 Oct 9, 2020
f606788
Adjusted checklist for CJ4 accuracy
K20017 Oct 9, 2020
ea8d56a
Merge branch 'cj4-040-prerelease' of https://github.com/Working-Title…
K20017 Oct 9, 2020
1107c2d
Remove FMS DR from PROG page
K20017 Oct 9, 2020
fa90330
Update CHANGES.md
K20017 Oct 9, 2020
7f7f1da
Update CHANGES.md
K20017 Oct 9, 2020
a7e4e18
Update CHANGES.md
K20017 Oct 9, 2020
1a461f7
fpln: reset arrival when dest changes
dga711 Oct 9, 2020
4ac3c6d
Update CHANGES.md
K20017 Oct 9, 2020
37171d3
mfd: show matt's fuel flow vars
dga711 Oct 9, 2020
c03eacc
changes.md formatting
dga711 Oct 9, 2020
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
48 changes: 24 additions & 24 deletions .github/workflows/workingtitle-cj4-build.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: CI - CJ4 Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Build Package
run: powershell.exe -noexit .\build.ps1 -Project workingtitle-project-cj4.xml
- name: Upload Package
uses: actions/upload-artifact@v2.1.4
with:
name: workingtitle-cj4
path: |
build/workingtitle-aircraft-cj4
build/workingtitle-vcockpits-instruments-cj4
build/workingtitle-vcockpits-instruments-airliners
if-no-files-found: error
name: CI - CJ4 Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Build Package
run: powershell.exe -noexit .\build.ps1 -Project workingtitle-project-cj4.xml
# - name: Upload Package
# uses: actions/upload-artifact@v2.1.4
# with:
# name: workingtitle-cj4
# path: |
# build/workingtitle-aircraft-cj4
# build/workingtitle-vcockpits-instruments-cj4
# build/workingtitle-vcockpits-instruments-airliners
# if-no-files-found: error
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ ref
.idea/modules.xml
.idea/vcs.xml
.idea/workspace.xml
CJ4 Build.ps1

src/sound/.cache
*.akd
*.prof
*.wsetting
*.validationcache
*.wem
*.wsettings
10 changes: 5 additions & 5 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@ function Update-Packages {
Write-Host "Creating package path $packagePath..."
New-Item -Path $packagePath -ItemType directory | Out-Null
}

Write-Host "Writing $manifestPath..."
$manifest | ConvertTo-Json | Out-File -FilePath $manifestPath -Encoding ASCII


Write-Host "Copying source files..."
foreach ($assetGroup in $packageDef.AssetGroups.AssetGroup) {
$src = Join-Path "." $assetGroup.AssetDir
$dest = Join-Path $packagePath $assetGroup.OutputDir
Write-Host "Copying $src to $dest..."
robocopy $src $dest /XO /e /njh /njs /nfl /nc /ndl
robocopy $src $dest /XO /e /PURGE /XF manifest.json layout.json | Out-Null
}

Write-Host "Writing $manifestPath..."
$manifest | ConvertTo-Json | Out-File -FilePath $manifestPath -Encoding ASCII

Write-Host "Building layout file..."
$layoutEntries = @()
foreach ($file in Get-ChildItem -Path $packagePath -Recurse -Exclude "manifest.json" -Attributes !Directory) {
Expand Down
85 changes: 61 additions & 24 deletions docs/workingtitle-cj4/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,82 @@
# Working Title CJ4 v0.3.1 Changes
# Working Title CJ4 v0.4.0 Changes

Welcome to the latest update of the Working Title CRJ (v0.3.1). This is still very much a beta. Thank you to everyone who contributed to this release. This update focuses on compatibility with MSFS 1.9.3, but also includes a few new features and quality of life updates as well.
Welcome to the latest update of the Working Title CJ4 (v0.4.0). This is still very much a beta. Thank you to everyone who contributed to this release. We have been hard at work behind the scenes to tackle some of the core flight management systems, so the number of changes is shorter this time, but still with some fun and important features and fixes. Overall, this bird should be a bunch more fun to fly.

## Installation
Installation is easy, simply copy the `workingtitle-aircraft-cj4` folder inside the zip file to your MSFS Community folder. **Important: Due to some file location changes in the latest MSFS version, it is mandatory that you fully delete the previous `workingtitle-aircraft-cj4` folder before copying this release.**
Installation is easy, simply copy the `workingtitle-aircraft-cj4` folder inside the zip file to your MSFS Community folder.

**Important: We recommend that you fully delete the previous `workingtitle-aircraft-cj4` folder before copying this release.**

## Key Features

* Now compatible with MSFS 1.9.3
* New custom engine fuel consumption model code based on FJ44 curves and pilot input
* Overhauled LEGS page for more flexibility and real unit functions (WIP)
* Many FPLN page bug fixes
* A few quality of life and critical bug fixes
* Overhaul of DEP/ARR pages and working STAR approaches (thanks @tscharlii)
* Added functional options in the UPR MENU

### FPLN Page
* Incorrect page numbering has been fixed
* Added colors to selected SIDS/Runways for DEP page only (WIP due to 1.9.3 patch)
* Added ability to insert waypoints in the middle of the flight plan
* Fixed issue where FPLN would always return to page 1 after EXEC
### Engine Model
* Engine fuel consumption model has been custom coded and replaces the sim fuel consumption. Fuel consumption, especially at cruise, should be much, much closer to published. Expect 1800-1850pph per side at ISA full power at sea level and 500-800pph per side at cruise, depending on altitude, mach, and power settings.
* Thrust now scales exponentially with N1 instead of linearly. Power settings should feel much more accurate.

### DEP/ARR Page
* Executing a change doesn’t move you away from the page
* Improved formatting
### Flight Model
* Added gear drag (Was non-existent before)
* Greatly reduced spoiler drag & pitch down moment (You shouldn't be losing airspeed in a 30 degree nose down dive with the speedbrakes out)
* Reduced flap drag

### LEGS Page
* Adjusted layout and colors to better match the real unit
* Added ability to insert a new fix
* Added ability to remove whole segments by pressing LSK of one fix and then LSK of another
* Added ability to to direct-to a leg by pressing LSK of the fix and then dropping onto the magenta line
* Added ability to delete individual fixes
* Magenta fix distance updates distance to go as aircraft moves
* Fixed issue where unable to delete with a departure active
* Made the WORKING prompt more consistent
* Added feature to show runway where possible
* Disabled the ability to adjust approach fixes due to simulator limitations
* Each waypoint now shows the distance to the next fix instead of the cumulative flight plan distance.
* Blue waypoint is the FROM waypoint
* Magenta waypoint is the current TO waypoint
* Only fixes with an altitude or speed restriction will populate on the right side in green. (It does not show cruise altitude anymore)

### FPLN Page
* Fixed issue where adding via airway would not add all fixes along airway to flight plan
* Fixed issue where a blank line was not always provided to add a fix
* Condensed display to only show airway entry and exit as per the real unit
* Fixed issue where VIA was not displayed on page 2+
* Fixed issue where attempting to delete the first fix on page 1 would insert CLRIC
* Fixed issue where unable to delete with a departure active

### DEP/ARR Pages
* Proper formatting and flow of DEP/ARR pages (thanks @tscharlii)
* Fixed scrolling through procedures and runways (thanks @tscharlii)
* STAR approaches should now work properly (thanks @tscharlii)

### FUEL MGMT Page
* Total fuel used now initialized to its starting point when the FMC loads

### TUNE Page
* Fixed issue where nav radios would not update the sim radios on update
* Page now updates and syncs back radio changes made from other instruments or the simulator

### PFD/MFD
* Adjusted font size, color, and spacing for better readability and accuracy

### PFD
* Added DME readout for VORs
* Changed to use correct colors (Magenta for FMS, green for ground NAVAIDS)
* Changed formatting of VOR info block to match the correct layout and element spacing
* Fixed issue where ILS localizers reporting DME distance as strings would crash the displays
* Show animated radar bug
* MFD Checklists have been added
* Pax Brief Menu has been added (Unfortunately, no sounds for it yet, next release)
* Added FMS Text option (this essentially displays the PROG page on the MFD)
* Added functional PASS BRIEF, CHECKLIST, and SYS buttons on the CCP (Cursor Control Panel)

### Aircraft Exterior Model
* Aircraft lights have been updated in style to add some lens flaring, brighter visibility, and textures (thanks @Uwajimaya)
### Audio
* Improved BELT button audio (Currently the chime is non-functional for this. Fix soon)
* Added SAFETY button chime and announcement and also chime when you turn the SAFETY and BELT buttons off.
* Increased volume of pilot and co-pilot fan air sounds

## Known Issues
* You cannot currently select Direct-To of a fix on your approach that is not the initial approach fix. This is a limitation of the sim flightplan system at present. We are investigating solutions to this issue.
* Modifications of the flight plan can be slow at times. The cause for this is Asobo's FacilityLoader which they need to fix. When the FMC shows "Working..." it indicates an operation is in progress.
* Sometimes when entering an airway and the exit fix, the airway name will change to the shared airway, however the routing is still correct.
* You cannot currently select Direct-To of a fix on your approach that is not the initial approach fix. This is a limitation of the sim flightplan system at present. We are currently overhauling the flight plan management system to allow for much more flexibility and stability.
* After using Direct-To, the navigation will not always automatically sequence to the next fix and may enter ROL mode. You can re-activate NAV to navigate to the next fix if you encounter this issue.
* The aircraft is still using the built-in MSFS autopilot (for now). All the existing limitations of that still apply. It does behave a bit better with the various enhancements applied.
* TUN page doesn't update automatically when radios are updated externally - reopening the TUN page will reflect these changes.
* Performance pages don't currently have input error handling for wind, temp or QNH. These values must be entered correctly and completly in the proper format for the page to work. Note that valid wind directions are 001 through 360 as of now.
* FLC stability appears to have regressed with the autopilot aircraft energy calculation changes in 1.9.3. We have attempted tuning the autopilot PIDs but as of right now the behavior of the underlying sim FLC PID itself seems to be at issue. We will continue to investigate.
45 changes: 45 additions & 0 deletions docs/workingtitle-cj4/Working Title CJ4 v0.3.1 Changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Working Title CJ4 v0.3.1 Changes

Welcome to the latest update of the Working Title CRJ (v0.3.1). This is still very much a beta. Thank you to everyone who contributed to this release. This update focuses on compatibility with MSFS 1.9.3, but also includes a few new features and quality of life updates as well.

## Installation
Installation is easy, simply copy the `workingtitle-aircraft-cj4` folder inside the zip file to your MSFS Community folder. **Important: Due to some file location changes in the latest MSFS version, it is mandatory that you fully delete the previous `workingtitle-aircraft-cj4` folder before copying this release.**

## Key Features

* Now compatible with MSFS 1.9.3

### FPLN Page
* Incorrect page numbering has been fixed
* Added colors to selected SIDS/Runways for DEP page only (WIP due to 1.9.3 patch)
* Added ability to insert waypoints in the middle of the flight plan
* Fixed issue where FPLN would always return to page 1 after EXEC

### DEP/ARR Page
* Executing a change doesn’t move you away from the page
* Improved formatting

### LEGS Page
* Adjusted layout and colors to better match the real unit

### TUNE Page
* Fixed issue where nav radios would not update the sim radios on update

### PFD/MFD
* Adjusted font size, color, and spacing for better readability and accuracy

### PFD
* Added DME readout for VORs
* Changed to use correct colors (Magenta for FMS, green for ground NAVAIDS)
* Changed formatting of VOR info block to match the correct layout and element spacing

### Aircraft Exterior Model
* Aircraft lights have been updated in style to add some lens flaring, brighter visibility, and textures (thanks @Uwajimaya)

## Known Issues
* You cannot currently select Direct-To of a fix on your approach that is not the initial approach fix. This is a limitation of the sim flightplan system at present. We are investigating solutions to this issue.
* After using Direct-To, the navigation will not always automatically sequence to the next fix and may enter ROL mode. You can re-activate NAV to navigate to the next fix if you encounter this issue.
* The aircraft is still using the built-in MSFS autopilot (for now). All the existing limitations of that still apply. It does behave a bit better with the various enhancements applied.
* TUN page doesn't update automatically when radios are updated externally - reopening the TUN page will reflect these changes.
* Performance pages don't currently have input error handling for wind, temp or QNH. These values must be entered correctly and completly in the proper format for the page to work. Note that valid wind directions are 001 through 360 as of now.
* FLC stability appears to have regressed with the autopilot aircraft energy calculation changes in 1.9.3. We have attempted tuning the autopilot PIDs but as of right now the behavior of the underlying sim FLC PID itself seems to be at issue. We will continue to investigate.
77 changes: 68 additions & 9 deletions src/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"env": {
"browser": true,
"es6": true
"es2017": true
},
"extends": "eslint:recommended",
"rules": {
"no-redeclare": [
"error", {
"builtinGlobals": false
"builtinGlobals": false
}
],
"no-unused-vars": [
],
"no-unused-vars": [
"error", {
"vars": "all",
"varsIgnorePattern": "^CJ4_FMC|^WT_FMC"
"vars": "all",
"varsIgnorePattern": "^CJ4_|^WT_|Loader$"
}
],
"semi": [2, "always"]
],
"semi": [2, "always"]
},
"globals": {
"Avionics": "readonly",
Expand All @@ -26,13 +26,72 @@
"SimVar": "writable",
"Simplane": "writable",
"Aircraft": "writable",
"BaseAirliners": "writable",
"FMCMainDisplay": "writable",
"ERadarMode": "writable",
"NavMode": "writable",
"IntersectionInfo": "writable",
"RadioNav": "writable",
"RegisterViewListener": "writable",
"EMapDisplayMode": "writable",
"registerInstrument": "writable",
"WT_FMC_Renderer": "readonly",
"Utils": "readonly",
"Jet_NDCompass_Display": "readonly",
"NearestAirspace": "readonly",
"FacilityLoader": "readonly",
"MFD_MapElement": "readonly",
"NavSystemElement": "readonly",
"MFD_NearestNDB_Element": "readonly",
"AS1000": "readonly",
"g_modDebugMgr": "readonly",
"BaseAS1000": "readonly",
"NearestWaypointRoute": "readonly",
"NearestIntersection": "readonly",
"NearestAirport": "readonly",
"NearestNDB": "readonly",
"WayPoint": "readonly",
"Airway": "readonly",
"NDBLoader": "readonly",
"VORLoader": "readonly",
"NearestVOR": "readonly",
"IntersectionLoader": "readonly",
"LatLongAlt": "readonly",
"SoftKeyElement": "readonly",
"WTDataStore": "readonly",
"MFD_WaypointLine": "readonly",
"MFD_Procedures": "readonly",
"MFD_ApproachWaypointLine": "readonly",
"MFD_ActiveFlightPlan_Element": "readonly",
"MFD_NearestVOR_Element": "readonly",
"MFD_NearestAirport_Element": "readonly",
"MFD_NearestIntersection_Element": "readonly",
"NavSystemPage": "readonly",
"SearchFieldWaypointICAO": "readonly",
"SelectableElementSliderGroup": "readonly",
"SelectableElement": "readonly",
"SoftKeysMenu": "readonly",
"WTEngine": "readonly",
"Include": "readonly",
"NavSystemPageGroup": "readonly",
"NavSystemEventLinkedPopUpWindow": "readonly",
"Jet_NDCompass_Navigation": "readonly",
"CJ4_MapSymbol": "readonly",
"CJ4_PopupMenu": "readonly",
"CJ4_PopupMenu_Key": "readonly",
"CJ4_SystemPage": "readonly",
"CJ4_MapContainer": "readonly",
"CJ4_MapOverlayContainer": "readonly",
"CJ4_Checklist_Container": "readonly",
"CJ4_PassengerBrief_Container": "readonly",
"CJ4_NavBarContainer": "readonly",
"CJ4_PopupMenuContainer": "readonly",
"WayPointInfo": "writable",
"AirportInfo": "writable",
"CJ4_FMC_LegsPage": "readonly",
"CJ4_SystemContainer": "readonly",
"NavSystemElementGroup": "readonly",
"NavSystemElementContainer": "readonly",
"CJ4_FMC_DepArrPage": "readonly",
"CJ4_FMC_DsplMenuPage": "readonly",
"CJ4_FMC_PerfInitPage": "readonly",
Expand All @@ -44,4 +103,4 @@
"CJ4_FMC_InitRefIndexPage": "readonly",
"CJ4_FMC_PosInitPage": "readonly"
}
}
}
Loading