[quote="DGF042"]-SNIP-
It would be great if I could manage the Comet just like the 1-11 purely out of the VC using my TrackIR but unfortunately it doesn't work.
I can't set the Cabin Altitude and some two or three other switches because the FO's seat is in the way.
What does he need a seat - I fly singlehanded operations ...
:roll:
I know you provided us with a quick 'move around in VC' technique but with TrackIR that doesn't work properly
-SNIP-
regards
Markus[/quote]
Since you are using TrackIR, I suggest using the FSX "CameraDefinitions" along
with "HotKey" assignments to move about the cockpit.
In the FSX controls menu under Settings - Controls, Buttons/Keys there are entries for
assigning keystrokes and/or joysick buttons to select differnet views. These views
are then linked to "CameraDefinition" entries in the aircraft.cfg file via
the "HotKeySelect=" statements added to the CameraDefinition.
You can tailor each CameraDefinition to place you wherever you want in the VC,
defining pan rates, view angles, etc.
I add three CameraDefinition statements to every aircraft I use in FSX
and adjust each for the desired placement...right seat, overhead panel,
console, FE station...just a few of the possibilities.
I have an X-45 stick/throttle and use the #2 hat switch on the stick to
change my VC views. With a flick of my thumb I move around the VC.
Below are the three CameraDefinitions I have for the Comet 4B. You could
use them as a guide and adjust them to your liking.
Paul
[code]
[CameraDefinition.001]
Title = "Right Seat"
Guid = {8ff6c134-098d-409f-baec-caba3f683f98}
Origin = Virtual Cockpit
MomentumEffect = YES
SnapPbhAdjust = Swivel
SnapPbhReturn = False
PanPbhAdjust = Swivel
PanPbhReturn = False
Track = None
ShowAxis = YES
AllowZoom = TRUE
InitialZoom = .8
SmoothZoomTime = 2.0
ZoomPanScalar = 1.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=FALSE
Category = Cockpit
PitchPanRate=20
HeadingPanRate=60
InitialXyz=0.90, -0.02, -0.05 // These three lines will be unique for each
InitialPbh=2, 0, 0 // definition as they define the x,y,z placement
HotKeySelect=5 // and angular rotation of that camera and the HotKey
[CameraDefinition.002]
Title = "Center Console"
Guid = {195EAB58-9E4A-2E2A-A34C-A8D9D948F078}
Origin = Virtual Cockpit
MomentumEffect = No
SnapPbhAdjust = Swivel
SnapPbhReturn = False
PanPbhAdjust = Swivel
PanPbhReturn = False
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.79
SmoothZoomTime = 2.0
ZoomPanScalar = 1.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=FALSE
Category = Cockpit
PitchPanRate=20
HeadingPanRate=60
InitialXyz=0.54, 0.45, -0.12
//InitialXyz=0.54, 0.60, -0.40
InitialPbh=50, 0, 0
//InitialPbh=70, 0, 0
HotKeySelect=6
[CameraDefinition.003]
Title = "Overhead Panel"
Guid = {4ca337db-ae88-4c5f-96ea-ddebbd2a86fe}
Origin = Virtual Cockpit
MomentumEffect = No
SnapPbhAdjust = Swivel
SnapPbhReturn = False
PanPbhAdjust = Swivel
PanPbhReturn = False
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.8
SmoothZoomTime = 2.0
ZoomPanScalar = 1.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=FALSE
Category = Cockpit
PitchPanRate=20
HeadingPanRate=60
//InitialXyz=0.7, -0.58, -0.31
InitialXyz=0.45, -0.47, -0.41
//InitialPbh=-58.0, 0, 0
InitialPbh=-50.0, 0, 0
HotKeySelect=7
[/code]
[url]
http://www.cris.com./~pstrogen/temp/HotKeY_info.jpg[/url]
[url]
http://www.cris.com./~pstrogen/temp/HotKeY_info_2.jpg[/url]
NOTE: for some reason the "url" and "img" tags do not seem to be working. Copy and paste the
links above to view the images of the control setup options.