-
Notifications
You must be signed in to change notification settings - Fork 4
Common Problems & Solutions
PrismaticFlower edited this page Mar 25, 2024
·
6 revisions
I've changed my display resolution ingame and when I switch applications/use Alt+Tab while playing the game exits fullscreen!
tl;dr: Hit Alt + Enter to go back to fullscreen.
This is Windows' doing and my attempts to make the game return to fullscreen after gaining focus back were leading situations where the game could deadlock. I decided the best user experience would come from the user simply putting the game back into to fullscreen when they switch back.
This can be done very quickly by hitting Alt + Enter and DXGI/Windows will make the game fullscreen again.
This is caused by the game caching the display mode list between runs. Go into data\_lvl_pc and delete vidmode.ini. After that the game should show all your monitor's resolutions.