fallout1-ce icon indicating copy to clipboard operation
fallout1-ce copied to clipboard

support for non-exclusive fullscreen mode aka windowed borderless

Open radozd opened this issue 10 months ago • 2 comments

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

radozd avatar Apr 23 '24 14:04 radozd

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

JamesTiberiusKirk avatar Apr 26 '24 13:04 JamesTiberiusKirk

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.

Norfolc avatar Jun 01 '24 20:06 Norfolc