trigen Posted January 25, 2016 Posted January 25, 2016 (edited) Having some issues with camera setups in DCS 1.52 Will give this view on the top monitor (see attachement) 2 cameras on each side view will give the same but in vertical _ = function(p) return p; end; name = _('5 test Screen'); Description = 'Configuration with 3 identical monitors each with its own camera' Viewports = { Left = { x = 0; y = 0; width = 1920; height = 1080; viewDx = -1; viewDy = 0; aspect = 1.777777777777778; }, Center = { x = 1920; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1.777777777777778; }, Right = { x = 3840; y = 0; width = 1920; height = 1080; viewDx = 1; viewDy = 0; aspect = 1.777777777777778; }, top = { x = 5760; y = 0; width = 1920; height = 540; viewDx = 0; viewDy = 1; aspect = 3.555555555555556; }, top_top = { x = 5760; y = 540; width = 1920; height = 540; viewDx = 0; viewDy = 2; aspect = 3.555555555555556; } } UIMainView = Viewports.Center Running this config with 7 cameras will result in a crash with no error code _ = function(p) return p; end; name = _('max Screen'); Description = 'Configuration with 3 identical monitors each with its own camera' Viewports = { Left = { x = 0; y = 0; width = 960; height = 1080; viewDx = -2; viewDy = 0; aspect = 0.8888888888888889; }, Left_back = { x = 960; y = 0; width = 960; height = 1080; viewDx = -1; viewDy = 0; aspect = 0.8888888888888889; }, Center = { x = 1920; y = 0; width = 1920; height = 1080; viewDx = 0; viewDy = 0; aspect = 1.777777777777778; }, Right = { x = 3840; y = 0; width = 960; height = 1080; viewDx = 1; viewDy = 0; aspect = 0.8888888888888889; }, right_back = { x = 4800; y = 0; width = 960; height = 1080; viewDx = 2; viewDy = 0; aspect = 0.8888888888888889; }, top = { x = 5760; y = 0; width = 1920; height = 540; viewDx = 0; viewDy = 1; aspect = 3.555555555555556; }, top_back = { x = 5760; y = 540; width = 1920; height = 540; viewDx = 0; viewDy = 2; aspect = 3.555555555555556; } } UIMainView = Viewports.Center I have to give you credit for absolutely fantastic multi monitor performance!dcs.log.txt Edited January 25, 2016 by trigen 1080 ti, i7700k 5ghz, 16gb 3600 cl14 ddr4 oc
Recommended Posts