From 51cf9b4dd0ce7d7af1d3fc7884d654839927750a Mon Sep 17 00:00:00 2001 From: CptLucky8 <96778648+CptLucky8@users.noreply.github.com> Date: Wed, 4 May 2022 07:29:44 -0400 Subject: [PATCH] Update cameras.cfg (#7125) Add missing PilotVR default camera entry to workaround the following FS2020 bug: https://forums.flightsimulator.com/t/bug-fs2020-using-3d-cockpit-camera-in-vr-wrong-horizontal-plane-rotation-ex-fbw-a320-salty-747-asobo-787-sdk-sample/428618?u=cptlucky8 --- .../AirPlanes/FlyByWire_A320_NEO/cameras.cfg | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/cameras.cfg b/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/cameras.cfg index 879f4b7ee9e..529c6557d3d 100644 --- a/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/cameras.cfg +++ b/flybywire-aircraft-a320-neo/SimObjects/AirPlanes/FlyByWire_A320_NEO/cameras.cfg @@ -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