dooom Posted June 5, 2013 Posted June 5, 2013 Heya, i thought the UIMainview = viewports center was supposed to fix the issue of text items appearing off te main screen. I am running a multimonitor setup with my main view stacked above a second monitor which runs MFD etc. In settings the second monitor is arrayed right. I am noticing that "Message to all" is not rendering on screen for me... The mission in question is attached and my multimonitor lua is below. Help please? _ = function(p) return p; end; name = _('Master Monitor'); Description = 'Single LUA for all DCS Modules' Viewports = { Center = { x = 0; y = 0; width = 1920; height = 1200; viewDx = 0; viewDy = 0; aspect = 1.6; } } GUI= { x = 0; y = 0; width = screen.width; height = screen.height; } -- A-10C LEFT_MFCD = { x = 1920; y = screen.height -410; width = 400; height = 410; } RIGHT_MFCD = { x = 3120; y = screen.height -410; width = 400; height = 410; } CDU_EXPORT = { x = 2580; y = 947; width = 280; height = 180; } -- Ka-50 ABRIS = { x = 2370; y = screen.height -900; width = 700; height = 900; } Shkval = { x = 1920; y = screen.height -400; width = 400; height = 400; } -- Kneeboard KNEEBOARD = { x = 2370; y = screen.height -900; width = 700; height = 900; } UIMainView = Viewports.Center10 vs 10 'Stang Bang_Trainer.miz ASUS Tuf Gaming Pro x570 / AMD Ryzen 7 5800X @ 3.8 / XFX Radeon 6900 XT / 64 GB DDR4 3200 "This was not in the Manual I did not read", cried the Noob" - BMBM, WWIIOL
slowhand Posted June 5, 2013 Posted June 5, 2013 If the res of your main screen is 1920x1080? you need to change the height from 1200 to 1080. have you used the EMC? [sIGPIC][/sIGPIC] SMOKE'M:smoke: IF YA GOT'M!:gun_rifle: H2o Cooler I7 9700k GA 390x MB Win 10 pro Evga RTX 2070 8Gig DD5 32 Gig Corsair Vengence, 2T SSD. TM.Warthog:joystick: :punk:, CV-1:matrix:,3x23" monitors, Tm MFD's, Saitek pro rudders wrapped up in 2 sheets of plywood:megalol:
Recommended Posts