Page 1 of 1

View options question

Posted: Thu Jun 22, 2017 3:12 pm
by Rodney
Loving P3V4 , I have lots of addons Orbx and airports etc and its amazing , Awesome simulation Lockheed Martin.
The question I ask is if say when I am in the virtual cockpit mode of any aircraft and set up my fav seating position is there a way of assigning that particular setting I have made so that next time I return to that aircraft then by pressing a preselected joystick button or keyboard number it then returns to that selected setting?

Re: View options question

Posted: Thu Jun 22, 2017 10:13 pm
by Rob McCarthy
There are a couple different ways you can get this to work. You can add a custom camera by right clicking to bring up the context menu and go to "Custom Camera-> Create New...". This brings up the Manage Camera Views screen where a new custom view can be created. You can manually enter offsets and rotations or click the "Preview" to open a new view to make adjustments and then pull these values into the UI by clicking the "Use Preview" button. Cameras created here can be saved globally or in the current scenario. These cannot be set per aircraft and do not support hotkeys. If you want this camera to be specific to an aircraft you can refer to the Cameras section in the SDK. This outlines how to create new CameraDefinitions for use either in the global Cameras.cfg or in Aicraft.cfg or Sim.cfg files as well as how to assign hotkeys to bring up this camera. Using the custom camera UI to find out the correct offsets and rotation for use in the camera definition may still be helpful.

Regards,
Rob McCarthy

Re: View options question

Posted: Thu Jun 22, 2017 10:18 pm
by aeronauta
Hi Rodney , you can also change the Views (eyepoint) in the aircraft.cfg file of any aircraft..eg:

H:\Prepar3d V4\SimObjects\Airplanes\beech_baron_58\aircraft.cfg

[Views]
eyepoint = -8.213, -0.80, 2.32 //Longitudinal, Lateral, Vertical (feet)

Jorge

Re: View options question

Posted: Sat Jun 24, 2017 12:51 pm
by Rodney
Thankyou kindly for feedback , shall try these out.