PDA

View Full Version : Some external camera definitions for your singe engine aircraft


ICDP
October 14th, 2007, 08:11
Simply copy the following text into your aircraft.cfg file and paste it below the [general] section to add some extra external camera views to your warbird or other single engined aircraft. Make sure you overwrite the already exisiting defintion. The defintions also work well with other fighter sized single engine aircraft but larger aircraft will be too zoomed in.

[CameraDefinition.0]
Title = "Right Wing"
Guid = {C690EAFD-223A-42d0-99E0-681ADF93BB59}
Description = View from the right wing tip looking at the cockpit
Origin = Center
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 1.0
ShowWeather = Yes
InitialXyz = 17.5, 1.2, 1.5
InitialPbh = 9, 0, 260
XyzAdjust = TRUE
Category=Aircraft
ClipMode=Minimum

[CameraDefinition.1]
Title = "Left Wing"
Guid = {3A09FD6C-D406-4d8f-A5CD-FA4F5E0C12ED}
Description = View from the left wing tip looking at the cockpit
Origin = Center
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 1.0
ShowWeather = Yes
InitialXyz = -17.5, 1.2, 1.5
InitialPbh = 9, 0, 100
XyzAdjust = TRUE
Category=Aircraft
MomentumEffect=TRUE
ClipMode=Minimum

[CameraDefinition.2]
Title = "Tail"
Guid = {D8D67955-2E9B-4e75-9D8B-8EFFBBFAC64A}
Description = Looking forward from the tip of the vertical stabilizer
Origin = Center
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.75
ShowWeather = Yes
InitialXyz = 0, 2.5, -15.0
InitialPbh = 11, 0, 0
XyzAdjust = TRUE
Category=Aircraft
MomentumEffect=TRUE
ClipMode=Minimum

[CameraDefinition.3]
Title = "Nose"
Guid = {D8D67955-2E9B-4e75-9D8B-8EFFBBFAC54A}
Description = Looking forward from the tip of the vertical stabilizer
Origin = Center
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.75
ShowWeather = Yes
InitialXyz = 0, 1.5, 15.0
InitialPbh = 11, 0, 180
XyzAdjust = TRUE
Category=Aircraft
MomentumEffect=TRUE
ClipMode=Minimum

[CameraDefinition.4]
Title = "Left Front"
Guid = {7BA31F68-C224-42cd-AF65-20D1B09BBDB7}
Description = Looking towards pilot's cockpit from left front
Origin = Center
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 1.0
ShowWeather = Yes
InitialXyz = -10.5, .4, 10.5
InitialPbh = 11, 0, 130
XyzAdjust = TRUE
Category=Aircraft
MomentumEffect=TRUE
ClipMode=Minimum

[CameraDefinition.5]
Title = "Right Front"
Guid = {7BA31F68-C224-42cd-AF65-20D1B09BBDB6}
Description = Looking towards pilot's cockpit from Right front
Origin = Center
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 1.0
ShowWeather = Yes
InitialXyz = 10.5, .4, 10.5
InitialPbh = 11, 0, 230
XyzAdjust = TRUE
Category=Aircraft
MomentumEffect=TRUE
ClipMode=Minimum

jmig
October 14th, 2007, 09:25
Nice! thanks!

Marlin
October 14th, 2007, 17:41
I'll give it a shot, as that little Italian water buggy doesn't have camera definations in it.
Thanks

JoeW
October 14th, 2007, 18:58
I put these together. They are views from behind the wheels forward on the right and left.

[CameraDefinition.007]
Title=Right Side Door
Guid = {B0CA7E72-F3D9-F748-8BF5-108D197B2469}
Description = "View forward looking toward the wheel"
Origin = Center
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = .5
ShowWeather = Yes
InitialXyz = 1.5, .5, -3.9
InitialPbh = 0, 0, 0
XyzAdjust = TRUE
Category=Aircraft
MomentumEffect=TRUE
ClipMode=Minimum

[CameraDefinition.008]
Title=Left Side
Guid = {96873AAD-621B-4C45-8A58-DEF7B7FCB051}
Description = View of the landing gear and left wing
Origin = Center
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = .52
ShowWeather = Yes
InitialXyz = -2.0, 0.1, -2.5
InitialPbh = 4, 0, 7
XyzAdjust = TRUE
Category=Aircraft
MomentumEffect=TRUE
ClipMode=Minimum

The numbers have to be made to the next numbers.

EDIT: This is the right door. These are found in the aircraft views.

ICDP
October 15th, 2007, 03:21
Thanks JoeW

Panther_99FS
October 15th, 2007, 04:23
Great stuff here!!:applause:

Another idea ****might**** be to simply copy/paste a favorite view of yours from another aircraft...

lifejogger
October 15th, 2007, 08:32
Make sure you overwrite the already exisiting defintion.


Good tips, I'm going to try them and see how they work out. But I suggest instead of overwriting the existing definitions you edit then out by putting // in front of them, that way you can go back and use them later if you want.

Bodan
November 16th, 2007, 05:02
:wiggle: Good idea. Thanx!!