Yes, this B-52 Driver is sweet! I've not yet read all of the documentation, but I have been fooling around with the [CameraDefinition.XXX] sections to get a little more in the way of views inside that fine V.C. All views are pan-able with your joystick P.O.V. switch.
Here are my edits if anyone would want to copy & paste 'em to the aircraft cfg. in the appropriate section and in any sequence you would like...just to remember to renumber appropriately....
[CameraDefinition.XXX]
//====== I added this section after the "CoPilot"
Title = "Jump Seat"
Guid = {E89D60A7-C5D1-B341-A089-9A6B10C47305}
//===== from default robinson_R22
Origin = Virtual Cockpit
MomentumEffect = Yes
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = .50
SmoothZoomTime = 2.0
ZoomPanScalar = 1.0
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=FALSE
Category=Cockpit
PitchPanRate=20
HeadingPanRate=60
MomentumEffect=TRUE
InitialXyz = 0.25, -0.05, -1.25
InitialPbh = 0.0, 0.0, 360
PanAcceleratorTime=0
...this is close to what you'll get :
View attachment 25595
[CameraDefinition.XXX]
//====== I added this below "EW Officer"
Title = "Gunner's Station"
Guid = {D8D67955-2E9B-4e75-9D8B-8EFFBBFAC64A}
//==== from default Bell 206B
Origin = Virtual Cockpit
MomentumEffect = Yes
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.50
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=FALSE
Category=Cockpit
PitchPanRate=20
HeadingPanRate=60
MomentumEffect=TRUE
InitialXyz = 0.0, 0.00, -4.50
InitialPbh = 0, 0, 170
PanAcceleratorTime=0
...this is close to what you'll get :
View attachment 25596
[CameraDefinition.XXX]
//==== I added this below "Gunner's Station"
Title = "Bunk"
Guid = {E17ED5AD-6F28-7B4E-AF75-D32EFCCE0C2E}
//====== from default Robinson_R22
Origin = Virtual Cockpit
MomentumEffect = Yes
SnapPbhAdjust = Swivel
SnapPbhReturn = FALSE
PanPbhAdjust = Swivel
PanPbhReturn = FALSE
Track = None
ShowAxis = FALSE
AllowZoom = TRUE
InitialZoom = 0.50
ShowWeather = Yes
XyzAdjust = TRUE
ShowLensFlare=FALSE
Category=Cockpit
PitchPanRate=20
HeadingPanRate=60
MomentumEffect=TRUE
InitialXyz = 1.0, 0.0, -3.5
InitialPbh = 4, 0, 315
PanAcceleratorTime=0
...this is close to what you'll get :
View attachment 25597
Just remember to insert them where you want them ...what seems logical to you, and then renumber correctly.
Have fun with it.