Hi,
I´m looking for a solution. My DCS 1.2.10 monitor.lua is like written below, nothing special. Monitor-Setup: 3 x 1920x1200, on the left - single = main, on the right - two on TH2Go (should be unchanged for some reason).
DCS starts fine on main (left) monitor, GUI, Debriefing etc. is on main as expected, Helios (not to see in the attached file) is running in the middle (left one of combined TH2Go).
DCS in-game-resolution should be 3840x1200 (it is), when entering main sim it is located centered in main resolution 5760x1200 (spans from 960 to 4800 so far) - this means: half the left monitor, middle monitor, half the right monitor.
Is it possible to change/move/slide/warp... this in-game-simulation-CENTERED-on-main-output (3D-Sim-Viewport)? I would like to have the sim spans from 0 to 3840, or, if only possible, from 1921 to 5760 (span over the combined 2 monitors mid-and-right, TH2GO-ones), all x-position...
As a result there will be a single, contiguous area for desktop.
To change width to 3840 or x to -960 or something in Viewports/Center section seems to be not the key, it only moves inside the centered area.
So far I read a LOT of topics about multimonitor setups, excellent explanations and help for different configurations. After days of reading my head seems to blow up... But, so far, I-AM-unable- to find something helpful for my problem or anything pointing slightly into the solutions direction...
Just wondering: While using resolution of 1 monitor (1920x1200) in options menue, DCS sits on the left display (not centered, sits on the windows main screen). But I can´t export MFCD if resolution is not extendet in options to, e.g. twice the width. Usind wider resolutions it will be centered again over the whole space. Changing only width in Center-section isn´t helpful.
Thanks a lot for help.
BTW: I like to change custom resolution to in-game options. There is no optionsData.lua anymore as in http://forums.eagle.ru/showthread.php?t=87104 described (there are some in other directories for other purposes...) How can I do this? Direct entering works.
_ = function(p) return p; end;
name = _('2_monitors_KA50');
Description = 'Right MFCD on the right and camera on the center'
--MAIN GAME VIEWPORT TOTAL SIZE AND ASPECT
Viewports =
{
Center =
{
x = 0;
y = 0;
width = 1920;
height = 1200;
viewDx = 0;
viewDy = 0;
aspect = 16/10;
}
}
--SHKIVAL
LEFT_MFCD =
{
x = 1921;
y = 0;
width = 896;
height = 724;
}
-- PVI800
MFCD_03 =
{
x = 1973;
y = 765;
width = 230;
height = 92;
}
--ABRIS
RIGHT_MFCD =
{
x = 3200;
y = 0;
width = 640;
height = 942;
}
--EKRAN
MFCD_04 =
{
x = 3400;
y = 1110;
width = 139;
height = 80;
}
--UV26
MFCD_05 =
{
x = 2914;
y = 608;
width = 210;
height = 70;
}
UIMainView = Viewports.Center