Packaged game only running in fullscreen mode

Hi, my packaged game only runs in fullscreen mode, with no option to put it in window mode (so no option to resize).
I’m not aware that I made any settings leading to this behavior and in the packaging options I cannot even find some flag to set this up. Any hints?

2 Likes

One way you can do it from within in the game is to enter the console (’~’ tilda key), then type “r.setRes 1280x720w” (without the quotes) or using whatever resolution you like.

Apparently this can also be be done via ini file or command line argument, but I haven’t figured out the right commands yet.

1 Like

Privacy & Terms