PDA

View Full Version : Spotting fixed positions in VC



Netbuster
October 10th, 2008, 10:33
Hi all,
as in no-vc panel where is possible to set spot view in different way
is possible do the same with a VC panel? In example when i am in VC and
press "S" the left part of the panel is displayed. With Control+Shift+Return
i can move the vc cockpit to the center. There is a way to fix VC cockpit as i can see it always in the center?

Thanx all

Netbuster

kolbenfresser
October 10th, 2008, 15:16
Ok,

first open the aircraft.cfg of the plane you wish to "sit between the seats" and scroll down to [views]. You'll find something like this:

[Views]
eyepoint=-0.9,-1.17,1.23 (The values may differ).

Set the second value to 0.0 and save the file. Remember to back up in case you don't like to sit on the throttle stack.:rolleyes:

Now your .cfg file should like this:

[Views]
//eyepoint=-0.9,-1.17,1.23 (by adding those //'s Flight Simulator won't read this line)
eyepoint=-0.9,0.0,1.23

Save the file and start your flight.

If you like to start your flight from the right seat (as copilot or instructor for example) just remove the "-" from the second value. Or easier:

[Views]
//eyepoint=-0.9,-1.17,1.23 (for left seat)
eyepoint=-0.9,1.17,1.23 (for right seat)

Netbuster
October 10th, 2008, 15:26
Oh My ... incredible but true! IT WORKS!!! :applause:
Thanx for help

Netbuster