• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

New Camera Views for FR R5D

gray eagle

SOH-CM-2025
Would appreciate anyone out there that can create camera views to make two new ones for the Flight Replicas R5D/C54.
One is of the Radio Operators seat and other is the Navigators Seat.

I was able to rename one of the cockpit views from Navigators seat to Radio seat (this view is looking from the Navigators seat at the Radio operators seat.)
radio_operators_seat.jpg


The other camera view I changed from Radios to Navigators seat - I still have to pan to the right to see it
Navigators_seat.jpg


Thanks to anyone that can make camera views per sample for FR R5D. Thanks :santahat:
 
Parameter reference:
https://msdn.microsoft.com/en-us/library/cc526949.aspx#mozTocId157738

Copy a previous entry for a virtual cockpit camera, change the running number, give the camera a new name, assign a new GUID, adjust the values for "initialxyz" (hint: It's the offset from the coordianted defined for the eyepoint in the Aircraft.cfg) and "initialpbh" and you're done.

No rocket science and absolutely no black magic.

Well, I had to read a few pages of your rocket science tome and managed to change one existing view (I relabled the existing title to Navigators station)

Capture.jpg


I your referenced micro$ link
initialpbh Boeing 747-400( InitialPbh = 0, 0, 95 ) >>> no info on what 0,0,95 means.
Cessna Skyhawk 172SP( InitialPbh = 5, 0, 270 ) >>> same here
DeHavilland Beaver DHC2( InitialPbh = 0, 0, 0 ) >>> here too.
Extra 300S( InitialPbh = 10, 0, 0 >>>ditto

None of above really explains what the variables are for
however, when I looked at the actual camera views in the aircraft.cfg
Fortunately, the author of the aircraft cfg for the FR DC-4 made notes as to what those x,y,z variables do.
//InitialPbh = 17, 0, 0 //degrees pitch, bank, heading pos to the right max -180 to 180 The info to the left of the // explains what the variables are for
InitialPbh = 17, 0, 097 //degrees pitch, bank, heading pos to the right max -180 to 180 I change the last value to 097 and the the images turned more to the right thus
the view you see.
I would like to of changed something in those variables that would allow a zoom back just a little so as to take in more detail. Not sure what to fiddle with to do that.
 
Position values

Both sets of these variables place the observer position.

InitialXyz = 0, 4.0, 23.0 << left or right of the center-line, height above or below center-line, distance forward or aft of the center of the model

InitialPbh = 10, 0, 180
 
Change this value...

"InitialZoom = 0.3"

It already is.
[CameraDefinition.3]
Title = "Navigators Station"
Guid = {5b0fed04-131c-4f17-81b9-5aa0e670a9c7}
Description =View of Navigators Station
Origin = Virtual Cockpit
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = .3 >>>>> already at .3
ShowWeather = Yes
//InitialXyz = 0.6, -0.4, -0.5 //lat, height, long,
//InitialPbh = 17, 0, 0 //degrees pitch, bank, heading pos to the right max -180 to 180
InitialXyz = 0.6, -0.4, -0.5 //lat, height, long,
InitialPbh = 17, 0, 097 //degrees pitch, bank, heading pos to the right max -180 to 180
XyzAdjust = TRUE
Category = Cockpit
MomentumEffect=TRUE
ClipMode=Minimum
 
I would like to of changed something in those variables that would allow a zoom back just a little so as to take in more detail. Not sure what to fiddle with to do that.

Move the eyepoint back, i.e. adjust the z-value (third number) for initialxyz.

Initialzoom can be as low as 0.1 or maybe lower if you can live with the fisheye effect.
 
Here is current view of Navigators station
nav.jpg


What would I tweak to change the view to this? A few instruments are in view at top and the part of the chair. (A little more detail)


nav1.jpg


Here is the current camera data

[CameraDefinition.3]
Title = "Navigators Station"
Guid = {5b0fed04-131c-4f17-81b9-5aa0e670a9c7}
Description =View of Navigators Station
Origin = Virtual Cockpit
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = .1
ShowWeather = Yes
0, 4.0, 23.0
XyzAdjust = TRUE
//InitialXyz = 0.6, -0.4, -0.5 //lat, height, long,
//InitialPbh = 17, 0, 0 //degrees pitch, bank, heading pos to the right max -180 to 180
InitialXyz = 0.6, -0.4, -0.5 //lat, height, long,
InitialPbh = 17, 0, 099 //degrees pitch, bank, heading pos to the right max -180 to 180
Category = Cockpit
MomentumEffect=TRUE
 
Last edited:
Numbers

It looks like you already tried changing the initial zoom.

From .3 to "InitialZoom = .1"

Now you actually need to move the observer sideways.

InitialXyz = 0.6, -0.4, -0.5 //lat, height, long -- (try 0.5, 0.4, 0.3, etc.)

Then if you want to try looking up a bit.

InitialPbh = 17, 0, 099 ---- (Try 14. 12, 8, etc)
 
It looks like you already tried changing the initial zoom.

From .3 to "InitialZoom = .1"

Now you actually need to move the observer sideways.

InitialXyz = 0.6, -0.4, -0.5 //lat, height, long -- (try 0.5, 0.4, 0.3, etc.)

Then if you want to try looking up a bit.

InitialPbh = 17, 0, 099 ---- (Try 14. 12, 8, etc)

I really appreciate your help and concern with my issues here. I will try your suggestions and see what happens.
Thanks a million :encouragement:

Edit:

Here are results.
Based on this info:

[CameraDefinition.3]
Title = "Navigators Station"
Guid = {5b0fed04-131c-4f17-81b9-5aa0e670a9c7}
Description =View of Navigators Station
Origin = Virtual Cockpit
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = .3 >>>>> already at .3
ShowWeather = Yes
//InitialXyz = 0.6, -0.4, -0.5 //lat, height, long,
//InitialPbh = 17, 0, 0 //degrees pitch, bank, heading pos to the right max -180 to 180
InitialXyz = 0.3, -0.4, -0.5 //lat, height, long,
InitialPbh = 8, 0, 113 //degrees pitch, bank, heading pos to the right max -180 to 180
XyzAdjust = TRUE
Category = Cockpit
MomentumEffect=TRUE
ClipMode=Minimum

I get this:
Capture1.jpg


When I zoom back a tad this is what I would like to get - show a little more detail (Top and bottom). What would I have to adjust to get this view?
Capture.jpg


EDIT I changed to ZOOM to 0.1 and same results are in the first pic.
 
Last edited:
I really appreciate your help and concern with my issues here. I will try your suggestions and see what happens.
Thanks a million :encouragement:

Edit:

Here are results.
Based on this info:

[CameraDefinition.3]
Title = "Navigators Station"

InitialZoom = .3 >>>>> already at .3
ShowWeather = Yes
//InitialXyz = 0.6, -0.4, -0.5 //lat, height, long,
//InitialPbh = 17, 0, 0 //degrees pitch, bank, heading pos to the right max -180 to 180
InitialXyz = 0.3, -0.4, -0.5 //lat, height, long,
InitialPbh = 8, 0, 113 //degrees pitch, bank, heading pos to the right max -180 to 180




When I zoom back a tad this is what I would like to get - show a little more detail (Top and bottom). What would I have to adjust to get this view?

InitialXyz = 0.3, -0.4, -0.5 //lat, height, long, Change 0.3. Keep moving over to the left or from your point of view backwards.
Try 0.2, 0.1, 0.0, -0.1, -0.2 etc.
 
How much back (in numbers) is the question.

Trial&error is your friend.
If you go into the FSX key assignments dialog and assign a key combination to "Reload Aircraft" (or "Reload User Aircraft" or "Aircraft (Reload)" or whatever it's called), you won't have to use the aircraft menu to reload the plane after you make changes to the aircraft.cfg. Change a value, save, reload aircraft, check result, rinse and repeat.

By the way: You can also try lower numbers for initialzoom. Well, maybe except a straight zero.
 
Trial&error is your friend.
If you go into the FSX key assignments dialog and assign a key combination to "Reload Aircraft" (or "Reload User Aircraft" or "Aircraft (Reload)" or whatever it's called), you won't have to use the aircraft menu to reload the plane after you make changes to the aircraft.cfg. Change a value, save, reload aircraft, check result, rinse and repeat.

By the way: You can also try lower numbers for initialzoom. Well, maybe except a straight zero.

I did try 0.1 and that didn't make much difference. at least for me.
Thanks for the info = good stuff. :encouragement:
EDIT: info provided above ^ from seahawk helped some.
Actually, I did assign a reload aircraft key(s) for P3d but forgot to use it.
 
I settled for this

[CameraDefinition.3]
Title = "Navigators Station"
Guid = {5b0fed04-131c-4f17-81b9-5aa0e670a9c7}
Description =View of Navigators Station
Origin = Virtual Cockpit
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.31 //>>>>> already at .3
ShowWeather = Yes
//InitialXyz = 0.6, -0.4, -0.5 //lat, height, long,
//InitialPbh = 17, 0, 0 //degrees pitch, bank, heading pos to the right max -180 to 180
InitialXyz = 0.0, -0.4, -0.5 //lat, height, long,
InitialPbh = 8, 0, 113 //degrees pitch, bank, heading pos to the right max -180 to 180
XyzAdjust = TRUE
Category = Cockpit
MomentumEffect=TRUE
ClipMode=Minimum

final.jpg


I would know how to make one (view) from scratch but at least I know how to mess them up :biggrin-new:
Thanks to all for the help. :encouragement:
 
This is what I changed mine to:

[CameraDefinition.2]
Title = "Navigator Seat"
Guid = {293f904a-fbd9-4ddd-8486-09acb3937a83}
Description =View from navigator's seat
Origin = Virtual Cockpit
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
PitchPanRate=99
HeadingPanRate=99
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = .7
ShowWeather = Yes
InitialXyz = 1.00, -0.15,-0.8 //lat, height, long,
InitialPbh = 10, 0, 57 //degrees pitch, bank, heading pos to the right max -180 to 180
XyzAdjust = TRUE
Category = Cockpit
MomentumEffect=TRUE
ClipMode=Minimum

Notice InitialPbh. I changed the pitch to 10. Works for me.
 
This is what I changed mine to:

[CameraDefinition.2]
Title = "Navigator Seat"
Guid = {293f904a-fbd9-4ddd-8486-09acb3937a83}
Description =View from navigator's seat
Origin = Virtual Cockpit
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
PitchPanRate=99
HeadingPanRate=99
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = .7
ShowWeather = Yes
InitialXyz = 1.00, -0.15,-0.8 //lat, height, long,
InitialPbh = 10, 0, 57 //degrees pitch, bank, heading pos to the right max -180 to 180
XyzAdjust = TRUE
Category = Cockpit
MomentumEffect=TRUE
ClipMode=Minimum

Notice InitialPbh. I changed the pitch to 10. Works for me.

Could you show me a picture of that view please?
 
final.jpg


This is view corrected

final1.jpg


[CameraDefinition.3]
Title = "Navigators Station"
Guid = {5b0fed04-131c-4f17-81b9-5aa0e670a9c7}
Description =View of Navigators Station
Origin = Virtual Cockpit
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.31 //>>>>> already at .3
ShowWeather = Yes
//InitialXyz = 0.6, -0.4, -0.5 //lat, height, long,
//InitialPbh = 17, 0, 0 //degrees pitch, bank, heading pos to the right max -180 to 180
InitialXyz = 0.1, -0.4, -0.5 //lat, height, long, >>>>> Changed from 0.0 to 0.1
InitialPbh = 17, 0, 113 //degrees pitch, bank, heading pos to the right max -180 to 180
XyzAdjust = TRUE
Category = Cockpit
MomentumEffect=TRUE
ClipMode=Minimum
 
Back
Top