Page 1 of 1

2D Panel .cfg!

PostPosted: Tue Dec 19, 2006 7:58 am
by ThePilot_Ace
Hi, can someone here tell me which part or line of the panel cfg to edit if I want to set the eye point of the 2d panel (eg. when you press ctrl+q to move it down). And the same with the distance view (eg. press [+] to focus in and [-] to go out).

Thanks  ;D

Re: 2D Panel .cfg!

PostPosted: Tue Dec 19, 2006 8:56 am
by Brett_Henderson
Not all panel.cfg files have this paragraph. So you might have to add it.


[Views]
VIEW_FORWARD_DIR=-1.0, 0.0, 0.0


The three numbers are;  pitch, bank and heading  (I'm pretty sure).  So it controls how the view is tilted; up/down, left/right and what direction you're "pointing".

Re: 2D Panel .cfg!

PostPosted: Tue Dec 19, 2006 1:37 pm
by Gypsy_Baron
Hi, can someone here tell me which part or line of the panel cfg to edit if I want to set the eye point of the 2d panel (eg. when you press ctrl+q to move it down). And the same with the distance view (eg. press [+] to focus in and [-] to go out).

Thanks  ;D


Here is a note that I filed away for the three places to change the eyepoint. This ,
was for FS9 but I think it holds true for FSX:

First, in the panel.cfg:

//Rotate view in Pitch ( Up - neg ), Roll ( Left - neg ), Heading ( Left - neg )
VIEW_FORWARD_DIR=6.3, 0.0, 0.0
-------------------------------
This moves the default eyepoint ( from the aircraft.cfg ) and will affect the
view in the VC as well. ( you can easily find yourself OUTSIDE of the cockpit
in VC view )

//Move eyepoint: Left/Right (neg - left ), Up/Down ( neg - down ), Forward/Back ( neg - back )
VIEW_FORWARD_EYE=0.0,0.0,0.0
--------------------------------
There is also an adjustment for the eyepoint in the aircraft.cfg file which does
much the same thing as the eyepoint in the panel.cfg, but in typical Microsoft fashion
the parameters are arranged differently!

[Views]
//Move the eyepoint: Forward/Back (Back - neg), Left/Right (left - neg), Up/Down (Down - neg)
eyepoint=12.50,-1.188,3.00
---------------------------------------

Paul