Apar Posted December 26, 2020 Posted December 26, 2020 Hi guys, I have two monitors that is stacked. I was planning to use Monitor1(5120) as main normal eye level view and the Monitor2(3440) to be upward facing camera but home screen to stay at Monitor1 only. Has anyone has done it in DCS? https://imgur.com/gallery/7EZxzZb
Apar Posted December 27, 2020 Author Posted December 27, 2020 (edited) I got it to work! https://imgur.com/a/NzxCxqV here's my .lua _ = function(p) return p; end; name = _('49x34 Stacked'); Description = '49x34 Stacked' Viewports = { Top = { x = 0; y = 0; width = 5120; height = 1440; viewDx = 0; viewDy = 1; aspect = 5120/1440; }, Center = { x = 0; y = 1440; width = 5120; height = 1440; viewDx = 0; viewDy = 0; aspect = 5120/1440; } } GUI = { x = 0; -- puts gui on centre monitor-- x = screen.width; y = 1440; width = 5120; -- width = screen.width ; height = 1440; } UIMainView = GUI -- force GUI to appear in the choosen screen position. GU_MAIN_VIEWPORT = Viewports.Center So now issue is when I zoom in it center's to the middle of two screens.. I still have to look down to center the sights to the center of one monitor.. Anybody knows how to force Zoom center to only one monitor? Edited December 27, 2020 by Apar 1
portman Posted March 28, 2023 Posted March 28, 2023 Am 27.12.2020 um 16:20 schrieb Apar: So now issue is when I zoom in it center's to the middle of two screens.. I still have to look down to center the sights to the center of one monitor.. Anybody knows how to force Zoom center to only one monitor? Hi Apar, did you find a solution for this? Thanks. Mancher zum Meister sich erklärt, dem nie das Handwerk ward gelehrt!
Recommended Posts