PDA

View Full Version : New Camera Views for FR R5D



gray eagle
December 24th, 2017, 14:21
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.)
https://s9.postimg.org/hcggb1z5r/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
https://s9.postimg.org/nde583bhb/Navigators_seat.jpg

Thanks to anyone that can make camera views per sample for FR R5D. Thanks :santahat:

Bjoern
December 26th, 2017, 15:40
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.

gray eagle
December 27th, 2017, 05:19
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)

https://s17.postimg.org/9s3g4xb5b/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.

Seahawk72s
December 27th, 2017, 07:00
Change this value...

"InitialZoom = 0.3"

Seahawk72s
December 27th, 2017, 07:07
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

gray eagle
December 27th, 2017, 08:02
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

Bjoern
December 27th, 2017, 08:37
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.

gray eagle
December 27th, 2017, 10:43
Here is current view of Navigators station
https://s9.postimg.org/jv1qfeo0f/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)


https://s9.postimg.org/an9hyq43j/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

gray eagle
December 27th, 2017, 11:38
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.

How much back (in numbers) is the question.

Seahawk72s
December 27th, 2017, 14:09
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)

gray eagle
December 27th, 2017, 14:23
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:
https://s9.postimg.org/she6ri1xb/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?
https://s9.postimg.org/8a0qz8eqn/Capture.jpg

EDIT I changed to ZOOM to 0.1 and same results are in the first pic.

Seahawk72s
December 27th, 2017, 17:02
[QUOTE=gray eagle;1118560]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.

Bjoern
December 28th, 2017, 09:07
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.

gray eagle
December 28th, 2017, 10:56
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.

gray eagle
December 28th, 2017, 12:31
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

https://s9.postimg.org/dr28vy35r/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:

edakridge
December 28th, 2017, 12:49
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.

gray eagle
December 28th, 2017, 12:56
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?

edakridge
December 28th, 2017, 13:09
http://www.sim-outhouse.com/sohforums/attachment.php?attachmentid=56646&stc=1

gray eagle
December 28th, 2017, 13:21
https://s9.postimg.org/m0j67haxb/final.jpg

This is view corrected

https://s9.postimg.org/di9q3a1vj/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

gray eagle
December 28th, 2017, 13:26
http://www.sim-outhouse.com/sohforums/attachment.php?attachmentid=56646&stc=1

Nice views...thanks. :engel016: