Taurus92 Posted Thursday at 10:43 PM Posted Thursday at 10:43 PM Hey guys, I don't usually right on forums but i really haven't made any progress with my setup, this is a plea for help!!!! I have a 1920x1080, 3440x1440 and 1920x1200, my monitors are setup in this format from left to right. I would also like to add both left and right MFCD's to the third monitor and a Kneeboard and RWR to the left monitor, the plane i am using is a F-16c. Please could someone take a look at the .lua file i have written up and maybe show me the correct way of formatting it, or maybe give me an alternative solution. _ = function(p) return p; end; name = _('F-16C'); Description = 'TRIPLE SCREEN SETUP' -- MAIN monitor (center) Viewports = { LEFT = { x = 0 y = 0 width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1920/1080; } Center = { x = 1920; y = 0; width = 3440; height = 1440; viewDx = 0; viewDy = 0; aspect = 3440/1440; } Right = { x = 5360 y = 0 width = 1920; height = 1200; viewDx = 0; viewDy = 0; aspect = 1920/1200; } } UIMainView = Viewports.Center GU_MAIN_VIEWPORT = Viewports.Center function reconfigure_for_unit(unit_type) --unit type is string with unit name if unit_type == "F-16C_50" then { Viewports = Right --display on right monitor, showing LEFT_MFCD AND RIGHT_MFCD split half and half LEFT_MFCD = { x = 5360; y = 0; width = 960; height = 1200; } RIGHT_MFCD = { x = 6320; y = 0; width = 960; height = 1200; } } { Viewports = Left RWR_SCREEN = { x = 960; y = 0; width = 960; height = 1080 } }
GrayZeeCat Posted Friday at 12:48 AM Posted Friday at 12:48 AM (edited) Try this file The kneeboard must be dragged with the mouse to the desired location In the DCS settings, select the screen resolution 7280x1440 and the preset name 'Camera_on_Center + RMFCD + RWR' In the Windows display settings it should be like this And yes, I do not know about the possibility of displaying RWR on another screen, I do not have an F-16C, I cannot check. Camera_on_Center + RMFCD + RWR.lua Edited Friday at 12:55 AM by GrayZeeCat
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now