DayGlow Posted May 14, 2005 Posted May 14, 2005 I find it naturally defaults way to close to the HUD. Is there any way to change the center position with something further back on the z axis? "It takes a big man to admit he is wrong...I'm not a big man" Chevy Chase, Fletch Lives 5800X3D - 64gb ram - RTX3080 - Windows 11
hassata Posted May 14, 2005 Posted May 14, 2005 DayGlow As Teka, Jason have pointed out, try this: Find these values in the views.lua: -- Camera view angle limits {view angle min, view angle max}. CameraViewAngleLimits = {} CameraViewAngleLimits[PlaneIndex.iSu_27] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iSu_33] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iSu_25] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iSu_39] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iMiG_29] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iMiG_29K] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iA_10] = {20.0, 120.0} CameraViewAngleLimits[PlaneIndex.iF_15] = {20.0, 120.0} TrackIr center will be the average of the two numbers, so input 20.0, 160.0 to get center to 90 (which works best for me). Please note that I have no other mods to my view files other than Teka's color mod. [sIGPIC][/sIGPIC]
DayGlow Posted May 14, 2005 Author Posted May 14, 2005 perfect, thanks "It takes a big man to admit he is wrong...I'm not a big man" Chevy Chase, Fletch Lives 5800X3D - 64gb ram - RTX3080 - Windows 11
Recommended Posts