Is there a possibility to overwrite the displays table in a way, that I except the windows primary screen from dcs? I currently have 3 screens. 2 on my desk, of which the left one is the windows primary monitor, and a third to the right of my desk in the simpit. When I play, I just want to use the 3rd most right monitor in the simpit without blocking the 2 on my desk. I have tried it like in this 1Camera_cockpit.lua, but then my primary monitor goes black, shows nothing while the two other stay in windows.
null
Another version I managed was to just set the resolution to 3*width and then use the Viewports.Center.x at screen.width * 2 / 3. Then the correct screen is used, but the two on my desk still go black.
I would prefer not to open the windows settings everytime I open dcs and again when I close it.
Edit: I found the solution: In the appSettings.lua (C:\users\{user}\savedGames\DCS\appSettings.lua) you can change the windowPlacement. In my case I set the ["x"] = 6880 (2*3440).