Jump to content

Maanni

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Maanni

  1. I had a similar problem and just found out the solution: in the file C:\users\{yourName]\savedGames\DCS\appSettings.lua you can change the windowplacement. Default is y = 0 and x = 0 corresponding to the top left pixel of your windows main screen. Assuming you have a second monitor to the right and both are full hd, you would change the x value to 1920.
  2. 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).
×
×
  • Create New...