Dyson Sphere Program

Dyson Sphere Program

View Stats:
Vosu Feb 11, 2022 @ 7:14am
Fullscreen windowed
Is there a way to enable fullscreen windowed option? I keep alt-tabbing onto my second monitor because the basic fullscreen option is mouse locked as well and the non-fullscreen makes non-resisable window that doesn't fit onto the desktop properly. Any launch option?
< >
Showing 1-15 of 18 comments
The author of this thread has indicated that this post answers the original topic.
Nekogod Feb 11, 2022 @ 7:37am 
Currently not possible
Vosu Feb 11, 2022 @ 8:37am 
Originally posted by Nekogod:
Currently not possible
alright, thanks
Cheet4h Feb 11, 2022 @ 9:24am 
Did you already try one of the apps forcing borderless windows? There's a list here[www.pcgamingwiki.com].
Calmputer Mar 15, 2022 @ 7:15am 
"Borderless Gaming" is a good app... you can get it for free on github, or pretty cheaply here on steam.
umop-apisdn Mar 15, 2022 @ 7:57am 
2
Originally posted by Nekogod:
Currently not possible

Demonstrably false.

Right-click the game in the list in Steam, choose "Properties".
Add "-popupwindow" (without the quotes) to the Launch Options.

Poof! No more Alt-Tab, although you will need to have a mouse cursor in order to leave the window (open a menu, or the inventory).
Last edited by umop-apisdn; Mar 15, 2022 @ 7:57am
Vosu Apr 1, 2022 @ 8:15am 
Originally posted by umop-apisdn:
Originally posted by Nekogod:
Currently not possible

Demonstrably false.

Right-click the game in the list in Steam, choose "Properties".
Add "-popupwindow" (without the quotes) to the Launch Options.

Poof! No more Alt-Tab, although you will need to have a mouse cursor in order to leave the window (open a menu, or the inventory).
This is what I needed. Thanks mate.
kris44dad Apr 1, 2022 @ 2:37pm 
Originally posted by Vosu:
Is there a way to enable fullscreen windowed option? I keep alt-tabbing onto my second monitor because the basic fullscreen option is mouse locked as well and the non-fullscreen makes non-resisable window that doesn't fit onto the desktop properly. Any launch option?
If you do an alt-enter it does go into windowed mode to move it between monitors. Another alt-enter puts it back to full screen on whichever monitor it is on.

You can also unlock your mouse from the game by hitting the Windows key.

I play the game on one monitor, and have the Factorio calculator open on the other.
Last edited by kris44dad; Apr 1, 2022 @ 2:38pm
umop-apisdn Apr 1, 2022 @ 3:10pm 
Originally posted by kris44dad:
If you do an alt-enter it does go into windowed mode to move it between monitors. Another alt-enter puts it back to full screen on whichever monitor it is on.

/me waves at fellow old-schooler
Nekogod Apr 1, 2022 @ 5:00pm 
Originally posted by umop-apisdn:
Originally posted by Nekogod:
Currently not possible

Demonstrably false.

Right-click the game in the list in Steam, choose "Properties".
Add "-popupwindow" (without the quotes) to the Launch Options.

Poof! No more Alt-Tab, although you will need to have a mouse cursor in order to leave the window (open a menu, or the inventory).
My post was over a month ago, not sure if it was possible at the time.
umop-apisdn Apr 1, 2022 @ 11:44pm 
Originally posted by Nekogod:
Originally posted by umop-apisdn:
Demonstrably false.

Right-click the game in the list in Steam, choose "Properties".
Add "-popupwindow" (without the quotes) to the Launch Options.

Poof! No more Alt-Tab, although you will need to have a mouse cursor in order to leave the window (open a menu, or the inventory).
My post was over a month ago, not sure if it was possible at the time.

Aye, I've been doing it since launch. My multi-monitor setup makes it pretty much a necessity.
Dave Apr 2, 2022 @ 8:53am 
Originally posted by Nekogod:
Currently not possible

Incorrect.

Actually, DSP DOES use FS windowed (aka Border-less fullscreen) mode, but whomever makes it did not check a box in unity that stops it from blacking out additional monitors.

If you check the FS box in DSP, it puts the game in FS Window mode (often called FS Borderless).

Unity games actually shy away from FS Exclusive mode as Unity Exclusive FS mode has issues.

Unity has a special box you must check in the engine. If you don't check it, Unity will black out any additional monitors when the game is playing. There's also an option in the Unity Engine to LOCK the mouse to your game which also can cause other issues as well, and I can tell that option has been used.

All the developers have to do is check 1 box and uncheck another box. 1 box to stop it from blacking out additional monitors and uncheck the box that locks the mouse to the game. It literally takes < 30s to handle those check boxes, and then recompile the game.

You can tell DSP is in FS Windowed mode because I'm playing it right now and the steam client is also on screen as I am typing this (I can see the game running right behind the steam client). If it were in true exclusive mode, I couldn't have both on screen at the same time. It would force minimize the game.

This is the option in Unity that the developers need to check:


Capture Single Screen:
Enable this option to ensure standalone games in Fullscreen Mode do not darken the secondary monitor in multi-monitor setups
https://docs.unity3d.com/2020.1/Documentation/uploads/Main/PlayerSetPCStand.png

By default, Unity captures ALL screens. So if it's a game that only runs on 1 screen at once, it captures everything. Since the game can only run on 1 monitor, the rest go black. Checking this box tells unity "Only capture the main display" (or whatever display the game is running on if not the main display).

Note: If this box is checked. It does degrade game performance as the GPU must also keep the additional desktops constantly been drawn AND reserve VRAM for those desktops and anything else being drawn on those desktops. However, with a mid range or better GPU, this is only about a 1%-2% hit on your FPS.

Additional note: Also, if Capture single screen is left unchecked, it also will lock the cursor to the screen if the game is running on when in FS Borderless mode. So it's possible they didn't directly lock the mouse to the game. In any case, these 2 issue can be fixed in < 30 seconds.
Last edited by Dave; Apr 2, 2022 @ 9:29am
margalus Apr 2, 2022 @ 9:24am 
Originally posted by Dave:
Originally posted by Nekogod:
Currently not possible

Incorrect.

Actually, DSP DOES use FS windowed (aka Border-less fullscreen) mode, but whomever makes it did not check a box in unity that stops it from blacking out additional monitors.

If you check the FS box in DSP, it puts the game in FS Window mode (often called FS Borderless).

Unity games actually shy away from FS Exclusive mode as Unity Exclusive FS mode has issues.

Unity has a special box you must check in the engine. If you don't check it, Unity will black out any additional monitors when the game is playing. There's also an option in the Unity Engine to LOCK the mouse to your game which also can cause other issues as well, and I can tell that option has been used.

All the developers have to do is check 1 box and uncheck another box. 1 box to stop it from blacking out additional monitors and uncheck the box that locks the mouse to the game. It literally takes < 30s to handle those check boxes, and then recompile the game.

You can tell DSP is in FS Windowed mode because I'm playing it right now and the steam client is also on screen as I am typing this. If it were in true exclusive mode, I couldn't have both on screen at the same time.

This is the option in Unity that the developers need to check:


Capture Single Screen:
Enable this option to ensure standalone games in Fullscreen Mode do not darken the secondary monitor in multi-monitor setups
https://docs.unity3d.com/2020.1/Documentation/uploads/Main/PlayerSetPCStand.png

By default, Unity captures ALL screens. So if it's a game that only runs on 1 screen at once, it captures everything. Since the game can only run on 1 monitor, the rest go black. Checking this box tells unity "Only capture the main display" (or whatever display the game is running on if not the main display).

Note: If this box is checked. It does degrade game performance as the GPU must also keep the additional desktops constantly been drawn AND reserve VRAM for those desktops and anything else running. However, with a mid range or better GPU, this is only about a 1%-2% hit on your FPS.

Additional note: Also, if Capture single screen is left unchecked, it also will lock the cursor to the screen the game is running on when in FS Borderless mode. So it's possible they didn't directly lock the mouse to the game. In any case, these 2 issue can be fixed in < 30 seconds.

My secondary monitors do not go black. My secondary monitors on both of my computers stay actively running while the game is running also.
Dave Apr 2, 2022 @ 11:22am 
Ahhh then it's just a simple case of they locked the cursor to the game. That's EASILY fixed.
Paph Apr 2, 2022 @ 5:25pm 
Originally posted by Dave:
Ahhh then it's just a simple case of they locked the cursor to the game. That's EASILY fixed.

There is a mod that does just that.

https://dsp.thunderstore.io/package/wingless/FreeCursor/
margalus Apr 2, 2022 @ 5:43pm 
Originally posted by Paph:
Originally posted by Dave:
Ahhh then it's just a simple case of they locked the cursor to the game. That's EASILY fixed.

There is a mod that does just that.

https://dsp.thunderstore.io/package/wingless/FreeCursor/
You don't need a mod. Vanilla works just fine.
< >
Showing 1-15 of 18 comments
Per page: 1530 50

Date Posted: Feb 11, 2022 @ 7:14am
Posts: 18