Disable Tower VIew

Other problems or issues not covered by other troubleshooting topics.
Locked
Butch
Posts: 104
Joined: Sun Feb 19, 2017 10:42 pm

Disable Tower VIew

Post by Butch »

I want to disable the tower view when I cycle through the views of the plane that I am flying.
User avatar
Poppet
Posts: 2770
Joined: Sat Nov 01, 2014 4:12 pm

Re: Disable Tower VIew

Post by Poppet »

Hello Butch

You can Disable Tower View by adding the below Entry to the Nearest Tower in the cameras.cfg file

You can follow this same method to Disable any of the views

Copy and Paste the Entry to the bottom of the [CameraDefinition.xxx] you want to Disable in your cameras.cfg and Save it

Code: Select all

cyclehidden = yes

Local Disk (C:) ► Users ► You ► AppData ► Roaming ► Lockheed Martin ► Prepar3D v3- cameras.cfg

[CameraDefinition.007]
Title = Nearest Tower
Guid = {60BC0819-BD04-4AF6-8954-8FC8AA3545FF}
Description = This is the description of the tower view.
Origin = Tower
SnapPbhAdjust = Swivel
SnapPbhReturn = False
PanPbhAdjust = Swivel
PanPbhReturn = False
Track = Track
ShowAxis = No
AllowZoom = Yes
InitialZoom = 8.0
SmoothZoomTime = 2.0
ShowWeather = Yes
XyzAdjust = FALSE
Transition = No
ShowLensFlare=FALSE
Category = Tower
ClipMode = Tower
NoSortTitle = True
cyclehidden=yes
Locked