Common Problems & Solutions - PrismaticFlower/shaderpatch GitHub Wiki

Common Problems & Solutions

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.

I've downloaded 1.7.1 and want to change resolution but I only have 3 options.

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.