Maverick263 Posted November 20, 2015 Posted November 20, 2015 (edited) How is it possible to move the Gun Camera in the right position on my second monitor? Same problem with all planes!:(:(:( Edited November 20, 2015 by Maverick263
Maverick263 Posted November 21, 2015 Author Posted November 21, 2015 Solution Go to \DCS World\Scripts\Aircrafts\_Common\Cockpit Here you will have to edit line 29 in ViewportHandling.lua where it says dedicated_viewport = {default_x,default_y,default_width,default_height} this controls the x/y position and width/height of GunCAMERA Eg. dedicated_viewport = {0,0,562,750} will place the GunCAMERA in the top-left corner, with a dimension of 562 x 750 pixels. On my SoftTH T-screen setup I use {2250,1150,562,750} wich places the GunCAMERA on the left side of my lower monitor. This is with a resolution of 5900x1918 you can make the same in line 30 for the arcade modus:thumbup:
Recommended Posts