Jump to content

Recommended Posts

Posted

v128.27203

 

I have two monitors. When the DCS World Mission Editor is on my main screen (in full screen mode) and I change the computer's focus to the second monitor, the DCS World will minimize.

 

I don't want the DCS World to minimize. I want it to stay up on the main screen. Lots of times I want to do ME work outside of DCS, like writing scripts or copying and pasting briefing information, and I need to see the appropriate content on both of my monitors at the same time. This is a big time-waster.

 

The DCS Multiplayer screen does not minimize. I can have the MP screen up on the main monitor and can switch the focus to the second monitor and the MP screen will still be there.

 

WC

Visit the Hollo Pointe DCS World server -- an open server with a variety of COOP & H2H missions including Combined Arms. All released missions are available for free download, modification and public hosting, from my Wrecking Crew Projects site.

Posted

even in windowed mode as soon as you click , say, notepad++ it will minimize DCS (even in mission editor.)

Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2),

ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9)

3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs

  • 2 months later...
Posted

Bump.

 

I'm evaluating a friend's mission and every time I switch out of the ME to write down a comment the darn DCS Window minimizes and I can't see the details anymore arrg. Back and forth, back and forth restoring DCS editor into view.

 

WC

Visit the Hollo Pointe DCS World server -- an open server with a variety of COOP & H2H missions including Combined Arms. All released missions are available for free download, modification and public hosting, from my Wrecking Crew Projects site.

Posted (edited)

There's a Lua edit to keep that from happening. I'll see if I can find it. It was a PeterP or Kuky post, I think.

 

Edit: It was PeterP. Here it is http://forums.eagle.ru/showpost.php?p=1373707&postcount=1

 

Look for the part at the very end of the post that starts with

This is an instruction how to run the GUI in DCS:World always windowed while the Sim starts fullscreen:
The line number now for the current version of missioneditor.lua is #245 instead of #195 specified in the instructions.

 

After you make this mod, the ME window will stay open when you click on the desktop or switch to another window.

 

Edit2: The instructions are outdated. This is what I changed in my missioneditor.lua file:

 

-- Gui.CreateWindow(width, height, fullscreen) -- find this line near #245 and comment it out

Gui.CreateWindow(1680, 1050, false) -- add this line, replacing dimensions with your desired window resolution

Edited by ajax
Posted

Thanks, ajax

 

This ^^^ works, somewhat...

 

The DCS screen will stay up on the main monitor, but the Windows task bar bleeds through at the bottom, and the top of the screen has a 'Digital Combat Simulator' title bar which is showing only about the bottom third of that bar.

 

I tried a few settings but got the same result --

Gui.CreateWindow(width, height, fullscreen)

-- Gui.CreateWindow(1920, 1200, false)

-- Gui.CreateWindow(width, height, false)

-- Gui.CreateWindow(1920, 1200, true)

 

(If all lines are commented out then I get 'DCS Stopped Working'.)

 

WC

Visit the Hollo Pointe DCS World server -- an open server with a variety of COOP & H2H missions including Combined Arms. All released missions are available for free download, modification and public hosting, from my Wrecking Crew Projects site.

Posted

Try a somewhat smaller window than the screen size. I have the same screen res as you, so maybe try the same values?

Posted

Thanks again, ajax

 

Your suggestion to use 1680 x 1050 did the trick.

 

I don't like modifying a 'core' lua file, but this solution gives me what I want -- the ME stays up when I switch focus to my second monitor -- DCS is in Windowed mode. And the MP side of DCS is Full Screen at 1920 x 1200.

 

 

I would still like to see DCS change the ME behavior. Maybe this MissionEditor.lua modification could be added to the \user\..DCS\Config\options.lua...

Visit the Hollo Pointe DCS World server -- an open server with a variety of COOP & H2H missions including Combined Arms. All released missions are available for free download, modification and public hosting, from my Wrecking Crew Projects site.

Posted

Glad it worked for you.

 

I don't particularly like modifying core files either, but you do what you have to do.:)

  • 1 month later...
  • Recently Browsing   0 members

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