Jump to content

Recommended Posts

Posted

hello!

 

using quest 3, the camera default position for the pilot in VR in tilted down almost looking directly at PFD.   i've tried to change initialPbh camera.cfg but it doesn't have effect in VR.

it is the only aircraft I have with camera tilted down, it is not my quest config.

[CAMERADEFINITION.0]
Title ="Pilot"
Guid ="{C97665E0-609A-4BE5-A97F-78071152FA07}"
Category ="Cockpit"
SubCategory ="Pilot"
InitialXyz = -0.030188,0.544792,12.271154
InitialPbh = -11.86671,0,0
;  default value -14.86671,0,0

 

Thanks

Posted

It look like the default View in VR in IFR camera.

So, for now, I just press shift-F10 to go to VFR view and I can now see horizontally.   Shift-F11 to switch back so the eyes look downward the instruments.

DEVS : I suggest to default view to horizontal when entering VR

Posted

What is important to set the default VR point is a camera called "PilotVR". The good news is that ini hasn't set it in their configuration and that makes it easy to define it without the need to manipulate original files. You find attached or in code a file that solves your issue.

Put it in the following location(s):

%LOCALAPPDATA%\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\inibuilds-aircraft-a350-900\
%LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\inibuilds-aircraft-a350-900\

cameras.CFG content:

[VERSION]
major=1
minor=0

[CAMERADEFINITION.100]
Title="PilotVR"
Guid="{840E05DD-C0C9-46FE-A341-27D96569A43F}"
Description=""
Origin="Virtual Cockpit"
MomentumEffect=1
SnapPbhAdjust="None"
SnapPbhReturn=1
PanPbhAdjust="None"
PanPbhReturn=0
UITitle="PilotVR"
Track="None"
ShowAxis="NO"
AllowZoom=1
InitialZoom=0.486519
SmoothZoomTime=5
ShowWeather=0
XyzAdjust=0
ShowLensFlare=0
Category="Cockpit"
SubCategory="Pilot"
SubCategoryItem ="PilotVR"
TargetCategory="None"
ClipMode="Normal"
BoundingBoxRadius=0.1
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
InitialXyz = 0.02, 0.54, 12.5
InitialPbh = 0.00, 0.00,  0.00

 

cameras.CFG

Posted

I need to correct the paths for MS2024:

%LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\a350\presets\inibuilds\a350-900\config\
%LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\a350\presets\inibuilds\a350-900_no_cabin\config\
%LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\a350\presets\inibuilds\a350-1000\config\
%LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\a350\presets\inibuilds\a350-1000_no_cabin\config\

 

  • 2 weeks later...
Posted

 

On 2/28/2025 at 6:05 PM, Andreas Guther said:

What is important to set the default VR point is a camera called "PilotVR". The good news is that ini hasn't set it in their configuration and that makes it easy to define it without the need to manipulate original files. You find attached or in code a file that solves your issue.

Put it in the following location(s):

%LOCALAPPDATA%\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\inibuilds-aircraft-a350-900\
%LOCALAPPDATA%\Packages\Microsoft.Limitless_8wekyb3d8bbwe\LocalCache\SimObjects\Airplanes\inibuilds-aircraft-a350-900\

cameras.CFG content:

[VERSION]
major=1
minor=0

[CAMERADEFINITION.100]
Title="PilotVR"
Guid="{840E05DD-C0C9-46FE-A341-27D96569A43F}"
Description=""
Origin="Virtual Cockpit"
MomentumEffect=1
SnapPbhAdjust="None"
SnapPbhReturn=1
PanPbhAdjust="None"
PanPbhReturn=0
UITitle="PilotVR"
Track="None"
ShowAxis="NO"
AllowZoom=1
InitialZoom=0.486519
SmoothZoomTime=5
ShowWeather=0
XyzAdjust=0
ShowLensFlare=0
Category="Cockpit"
SubCategory="Pilot"
SubCategoryItem ="PilotVR"
TargetCategory="None"
ClipMode="Normal"
BoundingBoxRadius=0.1
CycleHidden=0
CycleHideRadius=0
ShowPanel=0
InstancedBased=0
NoSortTitle=0
Transition=0
InitialXyz = 0.02, 0.54, 12.5
InitialPbh = 0.00, 0.00,  0.00

 

cameras.CFG 692 B · 1 download

For the -900 this is perfect, thank you, but for the -1000 this puts me into the gally, could you make the same file for the -1000 also?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...