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

Commit

Permalink
Merge pull request #1177 from Working-Title-MSFS-Mods/features/cj4-su…
Browse files Browse the repository at this point in the history
…4compat

CJ4: Prerelease 0.12.5 (SU4)
  • Loading branch information
dga711 authored May 25, 2021
2 parents fdaf938 + 47fe7e1 commit 0c0d9d0
Show file tree
Hide file tree
Showing 57 changed files with 2,236 additions and 1,565 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<AssetPackage Name="workingtitle-aircraft-cj4" Version="0.12.1">
<AssetPackage Name="workingtitle-aircraft-cj4" Version="0.12.5">
<ItemSettings>
<ContentType>CUSTOM</ContentType>
<Title>CJ4</Title>
Expand Down
2 changes: 1 addition & 1 deletion PackageDefinitions/workingtitle-aircraft-cj4.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<AssetPackage Name="workingtitle-aircraft-cj4" Version="0.12.1">
<AssetPackage Name="workingtitle-aircraft-cj4" Version="0.12.5">
<ItemSettings>
<ContentType>CUSTOM</ContentType>
<Title>CJ4</Title>
Expand Down
29 changes: 19 additions & 10 deletions docs/workingtitle-cj4/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Working Title CJ4 v0.12.1
Welcome to the Working Title CJ4 v0.12.1. This version brings a boatload of bug fixes and tweaks, including a new custom vertical autopilot that has allowed us to add altitude capture for PTCH mode, TO/GA modes and improve the altitude capture mechanics of the autopilot.
# Working Title CJ4 v0.12.5
Welcome to the Working Title CJ4 v0.12.5. This version brings compatibility for MSFS Sim Update 4, as well as a number of other enhancements and small fixes, including traffic display (TFC) that will show the new SU4 SimConnect injected traffic from online services like VATSIM and IVAO. TCAS Control options are also available in the FMS, but TA/RA advisories have not yet been implemented.

In this release we also have a number of community submissions. Thanks to everyone, as always, for your contributions! We really love working with you all.

## READ THE GUIDE
Please, please, please read the guide for instructions on using features. A lot of hard work went into writing the guide and the Discord channels are clogged with questions that are readily answered in the guide.
Expand All @@ -13,18 +15,25 @@ Installation is easy, simply copy the `workingtitle-aircraft-cj4` folder inside

# Changes

- Fixed bugs with parsing TUN page inputs.
- Minor cleanup on DSPL MENU FMC page.
- Fixed bugs with leg altitude (constraint) parsing to address some incorrect constraints in some European approaches.
- Fix for erroneous sim autopilot altitude capture when using a hardware button tied to all the altitude slots and not just slot 1.
- Fix for some erroneous situations where VNAV PATH kicks you to PTCH incorrectly.
- Fix for sequencing missed approach on Go-Around after a new approach is selected.
- Added Traffic Display (TFC) to the PFD and MFD
- Added "ALT TAG" option on the FMS TCAS CONTROL page
- Added ABOVE/NORM/BELOW options on the FMS TCAS CONTROL page
- Lots of great cosmetic improvements to the PFD (thanks charles-vomacka!)
- Adjusted the green band on the trim in extended view (thanks Slip!)
- Adjustments to external lighting (thanks Uwajimaya!)
- More accurate AoA display (by Slip)
- Fixed ITT scale ranges on the MFD (by Slip)
- Overhaul of the SAI (by Slip)
- Fixed ZFW calculation concerning pax weight (thanks thor!)
- VSi bug improvements on the PFD
- Minor bugfixes


## ⚠️ Known Issues
* In the latest versions of Navigraph data, some "lettered" or non-runway-specific approaches now appear as something like RNAV A - 00 and do not allow the selection of a landing runway, preventing using the Approach Refs page - this is something we will be working to address in the future.
* Some external applications that use the GPS/Flight plan SimVars may not function correctly or as expected when FP Sync is off.
* Loading and saving flights can have bad results.
* Custom liveries can render FADEC inoperative if they ship with a panel.cfg. Painters should reference the new [REPAINT_README.md](https://github.com/Working-Title-MSFS-Mods/fspackages/blob/main/docs/workingtitle-cj4/REPAINT_README.md) file included in the docs folder of the Github repository.
* Autopilot modes cannot be triggered via key bindings or controllers and must currently be triggered in the cockpit with the mouse. External binding applications are adding support for LVars and HEvents. Used SimVars are documented [here](https://github.com/Working-Title-MSFS-Mods/fspackages/wiki/Sim-Variables)
* Custom liveries can render FADEC inoperative if they ship with a panel.cfg. Painters should reference our new [Repainter's Guide](https://www.workingtitle.aero/packages/cj4/guide/repainter) for solutions.
* Autopilot modes cannot be triggered via key bindings or controllers and must currently be triggered in the cockpit with the mouse. External binding applications are adding support for LVars and HEvents. Used SimVars are documented in our [Guide on SimVars](https://www.workingtitle.aero/packages/cj4/guides/simvars).
* Sometimes a heading to altitude instruction on takeoff will display further than the first RNAV fix on an RNAV departure procedure; in these cases the workaround is to cross-check the DP chart and remove the erroneous waypoint either by deleting the heading to altitude fix or dropping the first RNAV fix onto the magenta line in the LEGS page.
* Due to sim autopilot bank rate limitations, the aircraft may overshoot on certain RNP approaches with tight turns. If you encounter this, we recommend hand flying the approach with the given lateral and vertical guidance.
2 changes: 1 addition & 1 deletion docs/workingtitle-cj4/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Working Title CJ4

## UPDATES
Latest Version: [v0.11.3](https://github.com/Working-Title-MSFS-Mods/fspackages/releases/tag/cj4-v0.11.3)
Latest Version: [v0.12.5](https://github.com/Working-Title-MSFS-Mods/fspackages/releases/tag/cj4-v0.12.5)

User Guide: https://docs.google.com/document/d/1qzxPMTSQRkvau8QOi7xUqNvjx9rbww_qHlso5AT5OnI/

Expand Down
30 changes: 30 additions & 0 deletions docs/workingtitle-cj4/Working Title Cj4 v0.12.1 Changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Working Title CJ4 v0.12.1
Welcome to the Working Title CJ4 v0.12.1. This version brings a boatload of bug fixes and tweaks, including a new custom vertical autopilot that has allowed us to add altitude capture for PTCH mode, TO/GA modes and improve the altitude capture mechanics of the autopilot.

## READ THE GUIDE
Please, please, please read the guide for instructions on using features. A lot of hard work went into writing the guide and the Discord channels are clogged with questions that are readily answered in the guide.

GUIDE: https://docs.google.com/document/d/1qzxPMTSQRkvau8QOi7xUqNvjx9rbww_qHlso5AT5OnI

## Installation
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.**

# Changes

- Fixed bugs with parsing TUN page inputs.
- Minor cleanup on DSPL MENU FMC page.
- Fixed bugs with leg altitude (constraint) parsing to address some incorrect constraints in some European approaches.
- Fix for erroneous sim autopilot altitude capture when using a hardware button tied to all the altitude slots and not just slot 1.
- Fix for some erroneous situations where VNAV PATH kicks you to PTCH incorrectly.
- Fix for sequencing missed approach on Go-Around after a new approach is selected.

## ⚠️ Known Issues
* In the latest versions of Navigraph data, some "lettered" or non-runway-specific approaches now appear as something like RNAV A - 00 and do not allow the selection of a landing runway, preventing using the Approach Refs page - this is something we will be working to address in the future.
* Some external applications that use the GPS/Flight plan SimVars may not function correctly or as expected when FP Sync is off.
* Loading and saving flights can have bad results.
* Custom liveries can render FADEC inoperative if they ship with a panel.cfg. Painters should reference the new [REPAINT_README.md](https://github.com/Working-Title-MSFS-Mods/fspackages/blob/main/docs/workingtitle-cj4/REPAINT_README.md) file included in the docs folder of the Github repository.
* Autopilot modes cannot be triggered via key bindings or controllers and must currently be triggered in the cockpit with the mouse. External binding applications are adding support for LVars and HEvents. Used SimVars are documented [here](https://github.com/Working-Title-MSFS-Mods/fspackages/wiki/Sim-Variables)
* Sometimes a heading to altitude instruction on takeoff will display further than the first RNAV fix on an RNAV departure procedure; in these cases the workaround is to cross-check the DP chart and remove the erroneous waypoint either by deleting the heading to altitude fix or dropping the first RNAV fix onto the magenta line in the LEGS page.
* Due to sim autopilot bank rate limitations, the aircraft may overshoot on certain RNP approaches with tight turns. If you encounter this, we recommend hand flying the approach with the given lateral and vertical guidance.
14 changes: 7 additions & 7 deletions src/workingtitle-aircraft-cj4/Effects/LIGHT_CJ4_BeaconTop.fx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Priority=0

[Emitter.0]
Lifetime=0.0, 0.0
Delay=1.1, 1.1
Delay=0.0, 0.0
Bounce=0.0
Light=1
No Interpolate=1
Rate=0.9, 0.9
Rate=0.8, 0.8
X Emitter Velocity=0.0, 0.0
Y Emitter Velocity=0.0, 0.0
Z Emitter Velocity=0.0, 0.0
Expand Down Expand Up @@ -57,17 +57,17 @@ Jitter Distance=0.0
Jitter Time=0.0
uv1=0.0, 0.0
uv2=1.0, 1.0
NearEndFade= 1.0
NearEndFade= 8.0
NearFade= 12.0
MinProjSize=0.4

[LightAttributes.0]
Type=omni
Size=0.05
Range=1
Intensity=0.4
Softness=0.7
Range=1.0
Intensity=0.05
Softness=0.0
SpotInner=0.0
SpotOuter=0.2
SpotOuter=0.3
Volumetric=1
ScatDir=0.0
73 changes: 73 additions & 0 deletions src/workingtitle-aircraft-cj4/Effects/LIGHT_CJ4_BeaconTopLeft.fx
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
[Library Effect]
Lifetime=5
Version=2.0
Radius=-1
Priority=0

[Properties]

[Emitter.0]
Lifetime=0.0, 0.0
Delay=0.0, 0.0
Bounce=0.0
Light=1
No Interpolate=1
Rate=0.8, 0.8
X Emitter Velocity=0.0, 0.0
Y Emitter Velocity=0.0, 0.0
Z Emitter Velocity=0.0, 0.0
Drag=0.0, 0.0
X Particle Velocity=0.0, 0.0
Y Particle Velocity=0.0, 0.0
Z Particle Velocity=0.0, 0.0
X Rotation=0.0, 0.0
Y Rotation=0.0, 0.0
Z Rotation=0.0, 0.0
X Offset=0.0, 0.0
Y Offset=0.0, 0.0
Z Offset=0.0, 0.0

[Particle.0]
Lifetime=0.7, 0.7
Type=19
X Scale=0.15, 0.15
Y Scale=0.15, 0.15
Z Scale=0.0, 0.0
X Scale Rate=0.0, 0.0
Y Scale Rate=0.0, 0.0
Z Scale Rate=0.0, 0.0
Drag=0.0, 0.0
Color Rate=0.0, 0.0
X Offset=0.0, 0.0
Y Offset=0.0, 0.0
Z Offset=0.0, 0.0
Fade In=0.0, 0.0
Fade Out=0.0, 0.0
Rotation=0.0, 0.0
Static=1
Face=1, 1, 1

[ParticleAttributes.0]
Blend Mode=2
Texture=fx_0.png
Bounce=0.0
Color Start=255, 1, 0, 10
Color End=255, 1, 0, 10
Jitter Distance=0.0
Jitter Time=0.0
uv1=0.0, 0.0
uv2=1.0, 1.0
NearEndFade= 8.0
NearFade= 12.0
MinProjSize=0.4

[LightAttributes.0]
Type=spot
Size=0.06
Range=2.0
Intensity=1
Softness=2.0
SpotInner=36
SpotOuter=78
Volumetric=1
ScatDir=0.0
73 changes: 73 additions & 0 deletions src/workingtitle-aircraft-cj4/Effects/LIGHT_CJ4_BeaconTopRight.fx
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
[Library Effect]
Lifetime=5
Version=2.0
Radius=-1
Priority=0

[Properties]

[Emitter.0]
Lifetime=0.0, 0.0
Delay=0.0, 0.0
Bounce=0.0
Light=1
No Interpolate=1
Rate=0.8, 0.8
X Emitter Velocity=0.0, 0.0
Y Emitter Velocity=0.0, 0.0
Z Emitter Velocity=0.0, 0.0
Drag=0.0, 0.0
X Particle Velocity=0.0, 0.0
Y Particle Velocity=0.0, 0.0
Z Particle Velocity=0.0, 0.0
X Rotation=0.0, 0.0
Y Rotation=0.0, 0.0
Z Rotation=0.0, 0.0
X Offset=0.0, 0.0
Y Offset=0.0, 0.0
Z Offset=0.0, 0.0

[Particle.0]
Lifetime=0.7, 0.7
Type=19
X Scale=0.15, 0.15
Y Scale=0.15, 0.15
Z Scale=0.0, 0.0
X Scale Rate=0.0, 0.0
Y Scale Rate=0.0, 0.0
Z Scale Rate=0.0, 0.0
Drag=0.0, 0.0
Color Rate=0.0, 0.0
X Offset=0.0, 0.0
Y Offset=0.0, 0.0
Z Offset=0.0, 0.0
Fade In=0.0, 0.0
Fade Out=0.0, 0.0
Rotation=0.0, 0.0
Static=1
Face=1, 1, 1

[ParticleAttributes.0]
Blend Mode=2
Texture=fx_0.png
Bounce=0.0
Color Start=255, 1, 0, 10
Color End=255, 1, 0, 10
Jitter Distance=0.0
Jitter Time=0.0
uv1=0.0, 0.0
uv2=1.0, 1.0
NearEndFade= 8.0
NearFade= 12.0
MinProjSize=0.4

[LightAttributes.0]
Type=spot
Size=0.06
Range=2.0
Intensity=1
Softness=2.0
SpotInner=36
SpotOuter=78
Volumetric=1
ScatDir=0.0
76 changes: 76 additions & 0 deletions src/workingtitle-aircraft-cj4/Effects/LIGHT_CJ4_LogoLight.fx
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
[Library Effect]
Lifetime=5
Version=2.0
Radius=-1
Priority=0

[Properties]

[Emitter.0]
Lifetime=0.50, 0.50
Delay=0.0, 0.0
Bounce=0.0
Light=1
No Interpolate=1
Rate=1.0, 1.0
X Emitter Velocity=0.0, 0.0
Y Emitter Velocity=0.0, 0.0
Z Emitter Velocity=0.0, 0.0
Drag=0.0, 0.0
X Particle Velocity=0.0, 0.0
Y Particle Velocity=0.0, 0.0
Z Particle Velocity=0.0, 0.0
X Rotation=20.0, 20.0
Y Rotation=0.0, 0.0
Z Rotation=0.0, 0.0
X Offset=0.0, 0.0
Y Offset=0.0, 0.0
Z Offset=0.0, 0.0

[Particle.0]
Lifetime=0.0, 0.0
Type=19
X Scale=0.3, 0.3
Y Scale=0.3, 0.3
Z Scale=0.0, 0.0
X Scale Rate=0.0, 0.0
Y Scale Rate=0.0, 0.0
Z Scale Rate=0.0, 0.0
Drag=0.0, 0.0
Color Rate=0.0, 0.0
X Offset=0.0, 0.0
Y Offset=0.0, 0.0
Z Offset=0.0, 0.0
Fade In=0.0, 0.0
Fade Out=0.0, 0.0
Rotation=0.0, 0.0
Static=1
Face=1, 1, 1

[ParticleAttributes.0]
Blend Mode=2
Texture=fx_0.png
Bounce=0.0
Color Start=255, 255, 255, 10
Color End=255, 255, 255, 10
Jitter Distance=0.0
Jitter Time=0.0
uv1=0.0, 0.0
uv2=1.0, 1.0
X Scale Goal=0.0
Y Scale Goal=0.0
Z Scale Goal=0.0
NearEndFade= 1.0
NearFade= 3.0
MinProjSize=0.2

[LightAttributes.0]
Type=spot
Size=0.05
Range=4.8
Intensity=0.4
Softness=1.0
SpotInner=8
SpotOuter=22
Volumetric=1
ScatDir=0.0
Loading

0 comments on commit 0c0d9d0

Please sign in to comment.