Jump to content

Recommended Posts

Posted

I got a multimonitor setup with two USB screens. To run the non-DirectX monitors I need to switch to window mode ("Full Screen" - OFF).

When starting the actual Sim from DCS World menu the focus shifts to the desktop in the background. You see the task bar and the cursor reverts to the blue circle while loading.

It is necessary to click into the DCS screen to get the focus back to the Sim.

 

Not critical but annoying.

 

This happens only with DCS World, checked in DCS A-10C and DCS Black Shark 2, no such issue there.

This was since 1.1.2.0 the 1.1.2.1 update still has this issue.

 

In DCS World this happens with any module: P-51D, A-10C, SU-25T

Shagrat

 

- Flying Sims since 1984 -:pilotfly:

Win 10 | i5 10600K@4.1GHz | 64GB | GeForce RTX 3090 - Asus VG34VQL1B  | TrackIR5 | Simshaker & Jetseat | VPForce Rhino Base & VIRPIL T50 CM2 Stick on 200mm curved extension | VIRPIL T50 CM2 Throttle | VPC Rotor TCS Plus/Apache64 Grip | MFG Crosswind Rudder Pedals | WW Top Gun MIP | a hand made AHCP | 2x Elgato StreamDeck (Buttons galore)

Posted

well I have full screen off and I can't get it to release. I have to alt-tab to look out the sim, (go to desk top).

 

but when the other monitors are (USB) I don't have that issue, it's only when the UI is up.

"any failure you meet, is never a defeat; merely a set up for a greater come back",  W Forbes.

"Success is not final, failure is not fatal, it is the courage to continue that counts",
"He who never changes his mind, never changes anything," Winston Churchill.

MSI z690 MPG DDR4 || i9-14900k|| ddr4-128gb PC3200 |zotac RTX 5080|Game max 1300w|Win11| |turtle beach elite pro 5.1|| ViRpiL,T50cm2||MFG Crosswinds|| VT50CM-plus rotor Throttle || G10 RGB EVGA Keyboard/MouseLogitech || PiMax Crystal VR || 32 Asus||

Posted (edited)

Use this "GUI always windowed" tweak as a workaround, so you have the GUI always in a window just a little smaller than your Main-screen:

Fix: adding a custom resolution to in-game options.

on a related note:

 

This is an instruction how to run the GUI in DCS:World always windowed while the Sim starts fullscreen:

 

This is how it's done:

 

 

Navigate to ...\Eagle Dynamics\DCS World\MissionEditor

and open the MissionEditor.lua with a proper editor (Notepad++)

 

Make a backup of this file before you change it!!!!!!

 

Than go to line #250

 

and change it from this:

local function getScreenParams()

local width = panel_options.vdata.graphics.width.__value__

local height = panel_options.vdata.graphics.height.__value__

local fullscreen = panel_options.vdata.graphics.fullScreen.__value__]

to this:

local function getScreenParams()

local width = 1024 -- panel_options.vdata.graphics.width.__value__

local height = 768 -- panel_options.vdata.graphics.height.__value__

local fullscreen = false -- panel_options.vdata.graphics.fullScreen.__value__

1024x768 is an example - You can put in your wished resolution for the windowed GUI.

 

 

Now every-time you start DCS-World the GUI will be windowed in the resolution you have set. But the Simulation will start as set in the options-menu .

Edited by PeterP

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...