• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Specific Camera Definition

Yes, I know that, but when I fly I want to have a quick access to the main view, well positioned and centered, which is why the F9 is convenient and quick because it is a single key. Pressing F9 then A is not that quick. In some critical phases of the flight, like when you want to turn on the landing light before landing, being quick is important.
 
Good news, it works !! Not perfect, but it works.
I don't know why it doesn't work the same way as the first time I tried, because I did the same: I copied/pasted the virtual cockpit camera definition from cameras.cfg to my aircraft.cfg, changed the title and created a new GUID, updated the InitialXYZ and InitialPBH as I wished and voilà... When the aircraft is loaded in FSX, I press A until I see my custom VC view, and it works. Here is my camera definition:
Code:
[CameraDefinition.006]
Title = Custom VC
Guid = {62C33E16-5455-4CFD-99B0-9A6F8365EB3E}
Description = This is the description of the virtual cockpit view.
Origin = Virtual Cockpit
MomentumEffect = Yes
//SnapPbhAdjust = Swivel
//SnapPbhReturn = False
SnapPbhAdjust = Ordinal
SnapPbhReturn = False
PanPbhAdjust = Swivel
PanPbhReturn = False
Track = None
ShowAxis = YES
AllowZoom = TRUE
InitialZoom = 0.6
SmoothZoomTime = 2.0
ZoomPanScalar = 1.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=FALSE
Category = Cockpit
PitchPanRate=30
HeadingPanRate=75
PanAcceleratorTime=0
HotKeySelect=1
InitialPbh=8.0, 0.0, 0.0
InitialXyz= 0,-0.04,0
If I press F11 or other view keys and press F9 key to come back, the view comes back to my custom VC view, this is exactly what I wanted :) This is probably because the line "HotKeySelect=1" is still there in my new camera definition.
But there is a problem, because there must be a problem. After testing with this aircraft, I loaded another aircraft in which the F9 does not work at all. I guess FSX tries to revert back to the custom VC view of the previous aircraft according to its GUID, and it can't find it so it does nothing... It's not a big deal, I can live with this. I am now happy because my adjusted VC view is just perfect.

Eric
 
In fact, I have just noticed the camera definitions are stored in the flight file, so my problem will probably persist until I load another flight.
I usually use the "previous fight" automatically saved by FSUIPC as the default flight so that FSX starts where I left it last time I quit. Doing this, the camera definitions stored in this flight will always be used.
Good to know...

Eric
 
I'm happy to read that you now have a workaround that satifies that 'itch' Eric!
 
Yes, thank you :)
The interest thing is that if I have another custom VC view defined in another aircraft with the same GUID, pressing F9 will directly bring me to that view. That is good, I will probably create a custom VC view for each aircraft.

Eric
 
Thank you for reporting back Eric, I'm glad you found a solution.
I did not pursue this any further. I bought "ChasePlane" when it was on offer which means the default camera views are now immaterial. It has added great value to my flying experience.
 
Back
Top