Hi,
I had a problem where the game refused to load in 1280 x 720 resolution due to another program that was 4:3 starting up and somehow screwing up the resolution of this game, even if I closed and started it up again, or restarted my computer.
To fix this I:
- Right Clicked Summer.exe
- Left Clicked Create shortcut
- Right Clicked Summer.exe - Shortcut
- Left Clicked Properties
- In the Target: box go to the very end where it shows the quote after .exe hit Space Bar to make a space after the quote and make sure it looks like this:
\Summer.exe" -screen-width 1280 -screen-height 720
- Left Click Apply
- Now Double Left Click the Summer.exe - Shortcut to open the game
Now it should open up in 1280 x 720 resolution even if you double left click the regular Summer.exe. You can also use this to force it to go to the resolution you want. I prefer 1768 x 992 myself to keep it windowed but enough that it reaches the edges of my screen and task bar. I noticed the Walking Cat Loading bar thing froze for a second when I started it at that resolution but it seemed to load fine after a few seconds.
This may also work for other games that force a certain resolution too! If they force full screen, you can try using this command line parameter
-screen-fullscreen 0
to force it into windowed mode, or
-screen-fullscreen 1
to force it to start in full screen mode.
Hope this helps someone else!