Ok, try this.
In the same folder as your FSX.CFG, there is a file called Camera.cfg. These changes will solve
some of your problems. Remember to SAVE the file before editing! Open it with Notepad, as usual.
Here are the changes you need:
Code:
[CameraDefinition.001]Title = Cockpit
Guid = {B1386D92-4782-4682-A137-738E25D1BAB5}
Description = This is the description of the cockpit view
Origin = Cockpit
ShowPanel = Yes
SnapPbhAdjust = Ordinal
SnapPbhReturn = True
PanPbhAdjust = Swivel //Ordinal
PanPbhReturn = False //True
PitchPanRate=8
PanAcceleratorTime=0
Track = None
ShowAxis = FrontOnly
AllowZoom = TRUE
InitialZoom = 0.75
SmoothZoomTime = 2.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=FALSE
Category = Cockpit
HotKeySelect=2
Note the entries separated from the others. The values following the comment indicators (//) are the original, the values IN the entries are the new values.
Remember, FSX must be closed, then opened after the changes are made and saved off, for these to take effect.
For the plane's individual [Cameradefinition.NNN] entries:
Code:
[CameraDefinition.6]Title = "Overhead"
Guid = {1485bc7b-ec1a-4e44-943b-f2a199bf550d}
Origin = Virtual Cockpit
MomentumEffect = No
SnapPbhAdjust = None
SnapPbhReturn = False
PanPbhAdjust = None
PanPbhReturn = False
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.4
SmoothZoomTime = 2.0
ZoomPanScalar = 1.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=FALSE
Category = Cockpit
PitchPanRate=20
HeadingPanRate=60
InitialXyz=-0.58, 0.0, -0.50
InitialPbh=-40.0, 0, 0
I would try these:
SnapPbhAdjust = Swivel //None
PanPbhAdjust = Swivel //None
This one will need a little experimentation:
InitialZoom = 0.4
Try increasing it or deceasing it slightly. Like up to 0.5, or down to 0.3, and see how that works. That should change the size a bit, and you can then adjust it to give you the view you want. To include the Engine levers, and Tip Light switches.
Hope this does what you need. If not, let me know, and we'll try more "stuff"

Pat☺