Jump to content

Recommended Posts

Posted

I was looking into this yesterday evening and couldn't find a post about it.

Simply add this at the bottom of the server.lua file located in C:\Users\%username%\Saved Games\DCS.openbeta\Config\View

 

ViewSettings["UH-1H"] = {
Cockpit = {
[1] = {-- player slot 1
CockpitLocalPoint = {2.34, 0.37 , 0.0},
CameraViewAngleLimits = {20.000000,140.000000},
CameraAngleRestriction = {false,90.000000,0.400000},
CameraAngleLimits = {140.000000,-65.000000,90.000000},
EyePoint = {0.090000,0.000000,0.000000},
limits_6DOF = {x = {-0.100000,0.500000},
y = {-0.200000,0.350000},
z = {-0.200000,0.750000},
roll = 90.000000},
},

[2] = {-- player slot 2
CockpitLocalPoint = {2.34, 0.37 , 0.0},
CameraViewAngleLimits = {60.000000,140.000000},
CameraAngleRestriction = {false,90.000000,0.400000},
CameraAngleLimits = {140.000000,-65.000000,90.000000},
EyePoint = {0.090000,0.000000,0.000000},
limits_6DOF = {x = {-0.100000,0.500000},
y = {-0.200000,0.350000},
z = {-0.750000,0.200000},
roll = 90.000000},
},

[3] = {-- player slot 3
CockpitLocalPoint = {2.34, 0.37 , 0.0},
CockpitLocalPointAzimuth = -90,
CameraViewAngleLimits = {20.000000,135.000000},
CameraAngleRestriction = {false,90.000000,0.400000},
CameraAngleLimits = {140.000000,-65.000000,90.000000},
EyePoint = {0.090000,0.000000,0.000000},
limits_6DOF = {x = {-3.0, 0.35} ,
y = {-0.6,0.5},
z = {-0.25,1.4},
roll = 90.000000},
},

[4] = {-- player slot 4
CockpitLocalPoint = {2.34, 0.37 , 0.0},
CockpitLocalPointAzimuth = 90,
CameraViewAngleLimits = {20.000000,135.000000},
CameraAngleRestriction = {false,90.000000,0.400000},
CameraAngleLimits = {140.000000,-65.000000,90.000000},
EyePoint = {0.090000,0.000000,0.000000},
limits_6DOF = {x = {-3.0, 0.35},
y = {-0.6,0.5},
z = {-1.4,0.25},
roll = 90.000000},
},

}, -- Cockpit
[color=#e74c3c]Chase = {
LocalPoint = {0.60000,0.30000,1.100000}, -- (forward/back, up/down, left/right)
AnglesDefault = {0.000000,-8.000000},  --(left right, up/down)
}, -- Chase[/color]
Arcade = {
LocalPoint = {-20.000000,5.000000,0.000000},
AnglesDefault = {0.000000,-8.000000},
}, -- Arcade
}

 

This gives you a passenger view, sitting on the right side next to the door. In red is the part to edit if you wish to place the camera elsewhere.

qhzwW4d.png

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...