Cockpit views different in some aircraft

I have a ThrustMaster T-16000M FCS. I set up cockpit views to my hat switch. It seems to work correctly on most aircraft but some do not, for example; I’ve assigned the hat up & 45 deg. to the right to show me 45 deg to the right looking towards the front of the aircraft. In the NX Cub for example, this does not work correctly. The same hat position shows me 45 deg to the left rear.
I know I could set up a custom control option for this aircraft but to do that for each aircraft that is different would be a pain in the ■■■. I’m wondering if there is a way to edit the .cfg file for each aircraft that this is an issue on? Not sure where this .cfg file is or the specific line I’d need to edit.
Am I missing something? Does anyone else have this problem? This does not seem to be an issue with the default aircraft that came with the sim. It only occurs on added aircraft. I have the DC Designes F14B and it has this issue as well, but even worse. The assigned hat positions are all messed up.

1 Like

Every aircraft has its own cockpit views. They are defined in the file ‘cameras.cfg’ in each aircraft folder. Asobo and Microsoft have a certain standard they use, but 3rd party devs often have very different approaches to that.

I normally change the cameras.cfg of all 3rd party aircraft I buy. You can try them and see if they work better for you.

1 Like

Some of the default aircraft have inconsistent views, where the view selected doesn’t give the same result as other aircraft. The new Pilatus is one with the views not working.

If you don’t mind, could I ask you a specific question? There are certain planes where the “elevated” pilot view (what one would use to help while landing, for example) puts me way too high. Like hitting-my-head-on-the-roof high.

It seems like the camera location it uses is relative to where your “default” location is. If I raise my pilot height in the camera menu, the elevated camera location moves higher too. This is a problem with certain planes, like the Caravan.

Do you know which setting in the config file I can edit to reduce the amount of height added to the elevated pilot camera position?

I’ve had similar issues with the hat switch on the Alpha yoke - you move it to left 45’ and it shows right 120, move it to the right it shows left, move it left it shows left 120’, and so on. I first noticed this in the XCub - and the thing that made it odd was left 120 didn’t show left 120, or right 45 if you set that on the hat switch, it actually showed Left, for instance. So I had to figure out what view each label actually showed, in the aircraft. I also had this happen with the Aviat Husky and the Pilatus. I have not had it happen yet with payware aircraft (Milviz Pilatus, SWS Kodiak as recent examples).

I had to create profiles for each aircraft that had a hat switch and View mismatched. This has happened in the XCub since release - I have made a few posts over the months but until yours now, I hadn’t run into anyone else describing the same thing. Not sure what the fix is, but to find out what L, R, L45, R45, L120, and R120 actually show you, when you set them. Then when you get them all showing the correct view (even if the name of the view is something else) create a profile for that plane. Each time you use the plane remember to jump to that Profile, so your hat switch will show the right views. And yes, it is a real pain in the A-- :frowning:

As I said above: the error is in the camera.cfg files. Sometimes the values are mixed up an the “QuickView Right 45°” (Called the Quickview R1) is saved there as the “QuickView Left 120°” (Quickview L3) because someone didn’t pay attention. If it’s just that, then it is easily fixed, as long as you refer to the values below…

These the most common views that get mixed up and what they should be in the respective CAMERADEFINITION paragraph. (For reference the first line is the name of the setting for your joystick in “Contols Options” you can assign the buttons to)

  1. Cockpit Quickview 45° Left
    Title =“QuickView_L1”
    SubCategoryItem =“QuickView6”

  2. Cockpit Quickview Left (=90°)
    SubCategoryItem =“QuickView4”

  3. Cockpit Quickview 120° Left
    Title =“QuickView_L3”
    SubCategoryItem =“QuickView5”

  4. Cockpit Quickview 45° Right
    Title =“QuickView_R1”
    SubCategoryItem =“QuickView7”

  5. Cockpit Quickview Right (=90°)
    Title =“QuickView_R2”
    SubCategoryItem =“QuickView3”

  6. Cockpit Quickview 120° Right
    Title =“QuickView_R3”
    SubCategoryItem =“QuickView8”

  7. Cockpit QuickView Rear
    Title =“QuickView_Rear”
    SubCategoryItem =“QuickView2”

  8. Cockpit QuickView Up
    Title=“QuickView_Up”
    SubCategoryItem =“QuickView1”

This will clear up most of the problems. HOWEVER, in some aircraft the camera.cfg is totally bonkers and beside the “Pilot View” or maybe one or two more all other QuickViews are totally broken. Sometimes the devs also don’t use same titles, so it’s more difficult to find out where the error is. I’ve seen that several times now, especially with freeware planes. In the latter cases you often can’t simply exchange something and it’ll work, because the cameras.cfg may just have been copied over from another plane etc. Here the QuickViews have to be manually created and tested. That’s what I have done to all of my planes (see link in post above).

Edit:
In the case of the Pilatus mentioned below the situation is also tricky because the Title “Quickview R1” and the SubCathegoryItem “QuickView7” actually match, and only the values are mixed up. I’ll post the complete text of the corrected cfg file below. But I will also upload a completely revised set in the next two days that will also correct the pilot’s position, so the all relevant instruments can be seen.

1 Like

I hadn’t noticed that because it’s not my type of plane. I actually have never flown it. But I can have a look at it over the weekend and will probably able to fix it and upload it to flightsim.to.

Quick temporary fix until I get the mod ready: you have to edit the cameras.cfg of all four Pilatus variants manually. Just delete everything in the cameras.cfg files and replace it with the text below (don’t forget to make a backup!)

[VERSION]
major =1
minor =0

[VIEWS]
eyepoint = -10.8, -0.8, 2.5 ; (feet) longitudinal, lateral, vertical distance from reference datum

;===================== CAMERADEFINITION =====================

[CAMERADEFINITION.0]
Title =“Pilot”
Guid =“{8FF6C134-098D-409F-BAEC-CABA3F683F98}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.35
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“Pilot”
SubCategoryItem =“DefaultPilot”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = 0, 0, 0
InitialPbh = 0, 0, 0
NodesToHide =“”
ClipMode =“Minimum”
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

[CAMERADEFINITION.1]
Title =“ClosePilot”
Guid =“{7A5507BB-2EA9-4E31-BD48-D604CE30F2D6}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.35
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“Pilot”
SubCategoryItem =“ClosePilot”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = -0, -0.02, 0
InitialPbh = -8.968949, -0.057859, 0
NodesToHide =“”
ClipMode =“Minimum”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_PILOT_IFR”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.2]
Title =“LandingPilot”
Guid =“{0C170659-21A2-4752-BA0A-0F7A75003396}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.35
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“Pilot”
SubCategoryItem =“LandingPilot”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = 0, 0.075, 0
InitialPbh = -5, 0, 0
NodesToHide =“”
ClipMode =“Minimum”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_PILOT_LANDING”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0
[CAMERADEFINITION.3]
Title =“CoPilot”
Guid =“{27AAB969-D389-4A89-96EE-F7212E597CE1}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.35
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“Pilot”
SubCategoryItem =“CoPilot”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = 0.52, 0, 0
InitialPbh = 0.000029, -0.054112, -0.0298
NodesToHide =“”
ClipMode =“Minimum”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_PILOT_COPILOT”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.4]
Title =“Panel_Main”
Guid =“{FB1E811A-9656-49BC-82A4-EA9387CF53DB}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =0
SnapPbhAdjust =“None”
SnapPbhReturn =0
PanPbhAdjust =“None”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.119543
SmoothZoomTime =2
ZoomPanScalar = 1 ; [0.0, 100.0] Movement is scaled by dividing the ZoomPanScalar value by the zoom level.
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“Instrument”
SubCategoryItem =“None”
PitchPanRate = 20 ; [0.0, 100.0] Controls the rate at which pitch is changed in degrees per second.
HeadingPanRate = 60 ; [0.0, 100.0] Controls the rate at which heading is changed in degrees per second.
InitialXyz = 0, -0, -0
InitialPbh = -23.182959, -0.004884, -0.234214
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_INSTRUMENTS_01”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0

[CAMERADEFINITION.5]
Title =“Panel_Center”
Guid =“{A5741A54-EA6D-4580-9709-C99161E38A83}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =0
SnapPbhAdjust =“None”
SnapPbhReturn =0
PanPbhAdjust =“None”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.118495
SmoothZoomTime =2
ZoomPanScalar = 1.15 ; [0.0, 100.0] Movement is scaled by dividing the ZoomPanScalar value by the zoom level.
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“Instrument”
SubCategoryItem =“None”
PitchPanRate = 20 ; [0.0, 100.0] Controls the rate at which pitch is changed in degrees per second.
HeadingPanRate = 60 ; [0.0, 100.0] Controls the rate at which heading is changed in degrees per second.
InitialXyz = -0, 0, 0
InitialPbh = -21.566929, -0.041814, 12.642966
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_INSTRUMENTS_02”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0

[CAMERADEFINITION.6]
Title =“Engine_Controls”
Guid =“{962F7662-43FD-4B33-93CD-C1B7429E7756}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =0
SnapPbhAdjust =“None”
SnapPbhReturn =0
PanPbhAdjust =“None”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.213637
SmoothZoomTime =2
ZoomPanScalar = 1 ; [0.0, 100.0] Movement is scaled by dividing the ZoomPanScalar value by the zoom level.
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“Instrument”
SubCategoryItem =“None”
PitchPanRate = 20 ; [0.0, 100.0] Controls the rate at which pitch is changed in degrees per second.
HeadingPanRate = 60 ; [0.0, 100.0] Controls the rate at which heading is changed in degrees per second.
InitialXyz = 0, -0, 0
InitialPbh = -37.455055, -0.30841, 21.513271
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_INSTRUMENTS_03”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0

[CAMERADEFINITION.7]
Title =“Panel_Right”
Guid =“{F2D4005C-E673-437C-85F8-091D2A499503}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =0
SnapPbhAdjust =“None”
SnapPbhReturn =0
PanPbhAdjust =“None”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.135603
SmoothZoomTime =2
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“Instrument”
SubCategoryItem =“None”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = -0, 0, 0
InitialPbh = -20.506907, -0.194999, 35.608906
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_INSTRUMENTS_04”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.8]
Title =“FuelSystem_Valve”
Guid =“{238D1372-60C9-4311-884F-F3E469BA0C96}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =0
SnapPbhAdjust =“None”
SnapPbhReturn =0
PanPbhAdjust =“None”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.093608
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“Instrument”
SubCategoryItem =“None”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = 0, -0, -0
InitialPbh = -49.048557, -0.000003, -31.268217
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_INSTRUMENTS_05”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.9]
Title =“Overhead”
Guid =“{D565497B-4031-450F-8EBB-E90B7F448EAB}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =0
SnapPbhAdjust =“None”
SnapPbhReturn =0
PanPbhAdjust =“None”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.157099
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“Instrument”
SubCategoryItem =“None”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = 0, -0, -0
InitialPbh = 23.074087, 0.000032, 85.38633
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_INSTRUMENTS_06”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.10]
Title =“QuickView_R3”
Guid =“{7A1A9F3A-5017-4778-819A-BB40908DC926}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.35
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“QuickView”
SubCategoryItem =“QuickView8”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = -0, 0, 0
InitialPbh = 152.991608, -178.197342, 57.730396
NodesToHide =“”
ClipMode =“Minimum”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_QUICKVIEWS_R1”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.11]
Title =“QuickView_R2”
Guid =“{51D465E8-AA65-437C-81E0-C80848C015EA}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.35
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“QuickView”
SubCategoryItem =“QuickView3”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = -0, 0, 0
InitialPbh = -26.731318, -4.959573, 76.536842
NodesToHide =“”
ClipMode =“Minimum”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_QUICKVIEWS_R2”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.12]
Title =“QuickView_R1”
Guid =“{C6620B2E-C7DA-4929-8FD4-64BF6EB383A2}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.35
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“QuickView”
SubCategoryItem =“QuickView7”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = -0, 0, 0
InitialPbh = -3.610675, -1.085369, 41.303299
NodesToHide =“”
ClipMode =“Minimum”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_QUICKVIEWS_R3”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.13]
Title =“QuickView_L3”
Guid =“{1038D404-EC71-4256-9C60-ED0BD4F67463}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.35
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“QuickView”
SubCategoryItem =“QuickView5”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = -0, 0, 0
InitialPbh = 157.502319, 178.675461, -47.2691
NodesToHide =“”
ClipMode =“Minimum”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_QUICKVIEWS_L1”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.14]
Title =“QuickView_L2”
Guid =“{9556724F-522E-4543-88A6-2D7325522FA6}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.35
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“QuickView”
SubCategoryItem =“QuickView4”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = -0, 0, 0
InitialPbh = -28.835331, 2.462732, -65.016914
NodesToHide =“”
ClipMode =“Minimum”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_QUICKVIEWS_L2”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.15]
Title =“QuickView_L1”
Guid =“{BEC4B8B4-1406-486F-9395-B43351BC1C55}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.35
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“QuickView”
SubCategoryItem =“QuickView6”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = -0, 0, 0
InitialPbh = -5.00598, 0.60316, -29.298605
NodesToHide =“”
ClipMode =“Minimum”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_QUICKVIEWS_L3”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.16]
Title =“QuickView_Back”
Guid =“{CE2FEBFC-B962-4FDE-B06B-3A1165D70CDC}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.35
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“QuickView”
SubCategoryItem =“QuickView2”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = -0, 0, 0
InitialPbh = 154.122833, -179.449081, 27.320475
NodesToHide =“”
ClipMode =“Minimum”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_QUICKVIEWS_BACK”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.17]
Title =“QuickView_Up”
Guid =“{49C1F038-4763-48D8-82DE-44C8A00986EF}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.35
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“QuickView”
SubCategoryItem =“QuickView1”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = -0, 0, 0
InitialPbh = 50.827827, -0.06451, 0.468052
NodesToHide =“”
ClipMode =“Minimum”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_QUICKVIEWS_UP”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.18]
Title =“FixedOnPlane_Tail”
Guid =“{E143ABC4-5C4C-4A9C-BE51-C69ABE90E0C8}”
Description =“”
Origin =“Center”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.445254
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“FixedOnPlane”
SubCategory =“FixedOnPlaneExtern”
SubCategoryItem =“None”
PitchPanRate =20
HeadingPanRate =60
InitialXyz = -0.02138, 3.811687, -18.546179
InitialPbh = -0.802676, -0.278302, -0.00013
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_FIXEDONPLANE_01”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.19]
Title =“FixedOnPlane_LeftWing”
Guid =“{77C8EA22-BC94-42AE-9844-14F0D96457B1}”
Description =“”
Origin =“Center”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.104693
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“FixedOnPlane”
SubCategory =“FixedOnPlaneExtern”
SubCategoryItem =“None”
PitchPanRate =20
HeadingPanRate =60
InitialXyz = -17.05341, 2.036965, -7.77478
InitialPbh = -13.991224, -12.695252, 64.284218
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_FIXEDONPLANE_02”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.20]
Title =“FixedOnPlane_RightWing”
Guid =“{161C52F7-1830-48CF-B979-222B73E96690}”
Description =“”
Origin =“Center”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.104693
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“FixedOnPlane”
SubCategory =“FixedOnPlaneExtern”
SubCategoryItem =“None”
PitchPanRate =20
HeadingPanRate =60
InitialXyz = 18.523405, 1.754141, -3.139539
InitialPbh = -30.972841, 29.841118, -78.252357
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_FIXEDONPLANE_03”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.21]
Title =“FixedOnPlane_Belly”
Guid =“{3795E172-1772-4EA9-9082-2379D9047316}”
Description =“”
Origin =“Center”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.123131
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“FixedOnPlane”
SubCategory =“FixedOnPlaneExtern”
SubCategoryItem =“None”
PitchPanRate =20
HeadingPanRate =60
InitialXyz = 0, -3.577749, -16.363806
InitialPbh = 16.583483, 0.514558, 2.258142
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_FIXEDONPLANE_04”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.22]
Title =“FixedOnPlane_Flaps”
Guid =“{4051BDFF-2CF0-44D9-8332-EED2FD833BD0}”
Description =“”
Origin =“Center”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.06
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“FixedOnPlane”
SubCategory =“FixedOnPlaneExtern”
SubCategoryItem =“None”
PitchPanRate =20
HeadingPanRate =60
InitialXyz = 0.013974, 14.720716, -15.312744
InitialPbh = -42.102276, -0.180286, -0.21356
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_FIXEDONPLANE_05”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.23]
Title =“FixedOnPlane_Ailerons”
Guid =“{02C1D25A-DD10-4E61-A6B2-102A825EDB56}”
Description =“”
Origin =“Center”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.069696
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“FixedOnPlane”
SubCategory =“FixedOnPlaneExtern”
SubCategoryItem =“None”
PitchPanRate =20
HeadingPanRate =60
InitialXyz = -17.790586, 2.993897, -6.265663
InitialPbh = -21.192356, -15.726673, 68.948845
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_FIXEDONPLANE_06”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.24]
Title =“FixedOnPlane_Elevator”
Guid =“{57F8E834-3F82-4CD7-A6D9-D7F296C1E871}”
Description =“”
Origin =“Center”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.069696
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“FixedOnPlane”
SubCategory =“None”
SubCategoryItem =“None”
PitchPanRate =20
HeadingPanRate =60
InitialXyz = -0.324912, 1.694997, -18.389761
InitialPbh = -2.715761, -0.29755, 0.992522
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.25]
Title =“FixedOnPlane_Rudder”
Guid =“{F4437C83-3002-460C-BB34-B60C742C2E59}”
Description =“”
Origin =“Center”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.069696
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“FixedOnPlane”
SubCategory =“FixedOnPlaneExtern”
SubCategoryItem =“None”
PitchPanRate =20
HeadingPanRate =60
InitialXyz = -0.352543, 4.212489, -18.54681
InitialPbh = -10.38769, -0.310694, 1.029829
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_FIXEDONPLANE_07”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.26]
Title =“FixedOnPlane_Deice”
Guid =“{A539789E-DBD8-45A6-A93A-2A8B369A3BAC}”
Description =“”
Origin =“Center”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.069696
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“FixedOnPlane”
SubCategory =“FixedOnPlaneExtern”
SubCategoryItem =“None”
PitchPanRate =20
HeadingPanRate =60
InitialXyz = 18.032835, 1.850041, 6.169644
InitialPbh = -166.517441, 162.473846, -70.89257
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_FIXEDONPLANE_08”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.27]
Title =“FixedOnPlane_Propeller”
Guid =“{4395DCB6-6964-4372-AC36-35D76C9C5B6E}”
Description =“”
Origin =“Center”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.069696
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“FixedOnPlane”
SubCategory =“FixedOnPlaneExtern”
SubCategoryItem =“None”
PitchPanRate =20
HeadingPanRate =60
InitialXyz = -0.623378, -0.163289, 19.041229
InitialPbh = -176.956116, 179.988113, 1.864614
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_FIXEDONPLANE_09”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.28]
Title =“FixedOnPlane_LandingGear”
Guid =“{10A3A2F7-5A9B-47BB-B7CA-6EF6019964B7}”
Description =“”
Origin =“Center”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.069696
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“FixedOnPlane”
SubCategory =“FixedOnPlaneExtern”
SubCategoryItem =“None”
PitchPanRate =20
HeadingPanRate =60
InitialXyz = -0.477275, -14.866918, 3.460926
InitialPbh = -99.897774, -179.180038, -0.530309
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_FIXEDONPLANE_11”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.29]
Title =“Propeller_FrontView”
Guid =“{610F74C0-1AF6-495B-A355-D13024D307A6}”
Description =“”
Origin =“Center”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.069696
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“FixedOnPlane”
SubCategory =“FixedOnPlaneExtern”
SubCategoryItem =“None”
PitchPanRate =20
HeadingPanRate =60
InitialXyz = 0.734968, 3.182822, 20.160856
InitialPbh = 172.589447, -179.178726, -1.020587
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_FIXEDONPLANE_12”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.30]
Title =“FixedOnPlane_Landing_Lights”
Guid =“{172C90B6-584E-4A45-87B1-E3981B08EE6C}”
Description =“”
Origin =“Center”
MomentumEffect =1
SnapPbhAdjust =“Swivel”
SnapPbhReturn =0
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.114578
SmoothZoomTime =2
ZoomPanScalar =1
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“FixedOnPlane”
SubCategory =“FixedOnPlaneExtern”
SubCategoryItem =“None”
PitchPanRate =20
HeadingPanRate =60
InitialXyz = 0.00009, -0.877411, 1.712246
InitialPbh = -162.633224, 176.183044, -67.707207
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“TT:GAME.PANEL_CAMERA_FIXEDONPLANE_13”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.31]
Title =“DEFAULT_CHASE”
Guid =“{46FCA1FF-7B98-4EDE-AAF5-BFF9DCDA216D}”
Description =“”
Origin =“Center”
MomentumEffect =0
SnapPbhAdjust =“Swivel”
SnapPbhReturn =1
PanPbhAdjust =“Swivel”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.64
SmoothZoomTime =5
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Aircraft”
SubCategory =“None”
SubCategoryItem =“None”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = 0, 5, -19
InitialPbh = -1, 0, 0
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.32]
Title =“Yoke”
Guid =“{9B1D4C6A-98B7-4C43-BA7F-284018938156}”
Description =“”
Origin =“Virtual Cockpit”
MomentumEffect =0
SnapPbhAdjust =“None”
SnapPbhReturn =0
PanPbhAdjust =“None”
PanPbhReturn =0
Track =“None”
ShowAxis =“NO”
AllowZoom =1
InitialZoom =0.35
SmoothZoomTime =2
ZoomPanScalar =0
ShowWeather =1
XyzAdjust =1
ShowLensFlare =0
Category =“Cockpit”
SubCategory =“None”
SubCategoryItem =“None”
PitchPanRate =10
HeadingPanRate =30
InitialXyz = 0, 0.099999, -0
InitialPbh = -56.983849, -0.167963, 7.892221
NodesToHide =“”
ClipMode =“Normal”
BoundingBoxRadius =0.1
UITitle=“”
TargetCategory=“None”
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0

[CAMERADEFINITION.33]
Title=“Side Door”
Guid=“{96873AAD-621B-4C45-8A58-DEF7B7FCB051}”
UITitle=“”
Description=“View of the landing gear and left wing inboard flaps”
Origin=“Center”
Track=“None”
TargetCategory=“None”
ClipMode=“Minimum”
SnapPbhAdjust=“Swivel”
PanPbhAdjust=“Swivel”
XyzAdjust=1
ShowAxis=“NO”
AllowZoom=1
InitialZoom=0.52
SmoothZoomTime=5
BoundingBoxRadius=0.1
ShowWeather=1
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
MomentumEffect=1
ShowLensFlare=0
PanPbhReturn=0
SnapPbhReturn=0
InstancedBased=0
NoSortTitle=0
NodesToHide=“”
Transition=0
Category=“Aircraft”
SubCategory=“None”
SubCategoryItem=“None”
InitialXyz= -2, 0.1, -2.5
InitialPbh= 4, 0, 7
PitchPanRate=10
HeadingPanRate=30
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0
ZoomPanScalar=0

[CAMERADEFINITION.34]
Title=“PilotVR”
Guid=“{1F1B0AB5-52CC-437E-AAD2-053526D78C80}”
UITitle=“TT:GAME.PANEL_CAMERA_PILOT_VFR”
Description=“”
Origin=“Virtual Cockpit”
Track=“None”
TargetCategory=“None”
ClipMode=“Normal”
SnapPbhAdjust=“Swivel”
PanPbhAdjust=“Swivel”
XyzAdjust=1
ShowAxis=“NO”
AllowZoom=1
InitialZoom=0.35
SmoothZoomTime=5
BoundingBoxRadius=0.1
ShowWeather=1
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
MomentumEffect=1
ShowLensFlare=0
PanPbhReturn=0
SnapPbhReturn=0
InstancedBased=0
NoSortTitle=0
NodesToHide=“”
Transition=0
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0
PitchPanRate=10
HeadingPanRate=30
ZoomPanScalar=0
Category=“Cockpit”
SubCategory=“Pilot”
SubCategoryItem=“PilotVR”
InitialXyz= 0, 0, 0
InitialPbh= -7.75, -0.245, 0.01

[CAMERADEFINITION.35]
Title=“ShadowsQuality”
Guid=“{1CB526E4-354C-4E5D-9C95-451C1135FD04}”
UITitle=“”
Description=“”
Origin=“Virtual Cockpit”
Track=“None”
TargetCategory=“None”
ClipMode=“Normal”
SnapPbhAdjust=“Swivel”
PanPbhAdjust=“Swivel”
XyzAdjust=1
ShowAxis=“YES”
AllowZoom=1
InitialZoom=0.35
SmoothZoomTime=2
BoundingBoxRadius=3
ShowWeather=1
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
MomentumEffect=1
ShowLensFlare=0
PanPbhReturn=0
SnapPbhReturn=0
InstancedBased=0
NoSortTitle=0
NodesToHide=“”
Transition=0
PitchPanRate=10
HeadingPanRate=30
PanAcceleratorTime=5
XYZRate=0.25
XYZAcceleratorTime=0
ZoomPanScalar=0
Category=“Aircraft”
SubCategory=“None”
SubCategoryItem=“None”
InitialXyz= 0, 0, 0
InitialPbh= 0, 0, 0

2 Likes

Thanks everyone! Good info. I’ll have to mess with the config files to see if I can get it right.

I recommend you check flightsim.to first. There are lots of mods out there that deal with the problem for a good number of planes. Currently there are roughly a hundred of them. So there’s a good chance you will find what you’re looking for. The NX Cub isn’t among them as far as I can see, but I’ll put that on my list for the weekend :slight_smile:

1 Like

Ok, I just uploaded fixes for the

XCub

NXCub

and Pilatus PC-6 (Microsoft)

3 Likes

if you notice any problems with other planes, just let me know

2 Likes

@Archer374
Thank you for these fixes. Some of these planes have been driving me crazy.
A couple small issues I’ve noticed are the following:

  1. Zlin Aviation Savage Cub. View gets stuck when looking back/right.
  2. On many planes ie. PC-6, if you are looking left, then try to look back/left, the view abrubtley snaps forward and then looks back/left.

Again thank you for these fixes. I really like the Quickview. :+1:

Yeah, I haven’t found out yet what causes number 2.
Number 1 I have to check. Had never noticed that acutally.

1 Like

Do you only fix the default aircraft?
The Corendado PA34T Seneca V is all over the place. :rofl:

Carenado planes always have strange camera settings. :slightly_smiling_face:

I don’t have the Seneca but if you send me the camera.cfg file I can try to at least make the views better. Should be possible to do it blind. Won’t be as good as if I gad the plane, but would definitely be an improvement. Won’t touch instrument and landing pilot views though.

Is this just for the snap views? I only use the pan and on the other hat I have the cycle the various standards from peer over the dash back to the instrument panel views for up and down and snap 90 left right(although I never use it), with one button to cockpit view reset. I could never stand snap views for anything other than the bare minimum left/right. Seems so much easier to bump the pan a little bit to look to the quarters then blip the reset button. Occasionally I’ll pop the keyboard up arrow to raise view for taildraggers on final/flare for a few seconds to track the centerline, then blip the reset view as soon as everything is back on track as it instantly backs out of any zoom or really cranked over view.

We’re talking about the Quickviews. Here are the in game settings and what they are supposed to do.
Of course they only work on half of the default aircraft.

Original post was made almost 10 months ago, yet Quickviews are still broken.