alexbatalov / fallout1-ce

Fallout for modern operating systems
Other
2.1k stars 146 forks source link

support for non-exclusive fullscreen mode aka windowed borderless #156

Open radozd opened 2 months ago

radozd commented 2 months ago

Another parameter to f1_res.ini EXCLUSIVE=0 (1 by default) this mode it perfect for MacOS users allowing to switch between apps.

JamesTiberiusKirk commented 2 months ago

I was just looking for this! Thanks for the work! Lets hope it gets merged soon

Norfolc commented 1 month ago

does it has the same effect as WINDOWED_FULLSCREEN from High Resolution Mod For Fallout ?

; Set WINDOWED_FULLSCREEN=1 to play fallout in a borderless fullscreen top level window.(requirers WINDOWED=1)
WINDOWED_FULLSCREEN=1

If so, then I propose to use WINDOWED_FULLSCREEN configuration value for compatibility with f1_res.ini. As a result the condition in the code should be changed.