Page 1 of 1

Aircraft View?

PostPosted: Tue Apr 10, 2007 7:57 pm
by Airshow_lover
Ok, so, I need to know what code I need to add to some of my add-on's, to get the tail/wing/float/nose view.

If anyone could post this, that'd be great :)

Re: Aircraft View?

PostPosted: Wed Apr 11, 2007 4:57 am
by reider
Keep swapping the views around until you find 'locked spot' instead of spot, this will show the entire plane from behind and allow you to pan around as you normally do in spot view.  Its only the downloaded planes that need this, especially the airliners.

Reider

Re: Aircraft View?

PostPosted: Thu Apr 12, 2007 3:45 pm
by DONTREADMYUSERNAME
Its in the aircraft config... As an example if you want tail you need to add this in after the last camera section and change the "CameraDefinition" number to the next one in sequence.

[CameraDefinition.3]
Title = "Tail"
Guid = {5c1df273-034b-4e7f-953a-9d5e26f1646c}
Description = Looking forward from behind the aircraft
Origin = Center
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = .75
ShowWeather = Yes
InitialXyz = 0, 9.0, -80.0
InitialPbh = 5, 0, 0
XyzAdjust = TRUE
Category=Aircraft
MomentumEffect=TRUE
ClipMode=Minimum


but this i got for the default 744 config. You would need to adapt it for what ever aircraft you are using. The cordinates need to be changed to match your aircraft, which i can be of no help to you. srry You can find most other views such as nose , float, right wing, left wing, etc. in the configs of the default aircraft.