Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

That's weird. You can

- try forcing the resolution by adding command line parameters to the exe file

for example:

-screen-fullscreen 1 -screen-width 1920 -screen-height 1080

or, try windowed mode:

-screen-fullscreen 0 -screen-width 1920 -screen-height 1080


or, try updating your graphics card drivers

Wow, Thank you!

I had try to your advice. and then the problem was solved.

-screen-fullscreen 1 -screen-width 1920 -screen-height 1080

Great!

How do I add the command line parameters?

(1 edit)

Here is an example from another game, you can google "set command line parameters exe" for more info:

https://www.lifewire.com/command-line-parameters-v...

(Basically, what is probably easiest is to righ-click the exe file and create a shortcut, then right-click that shortcut an enter the command line parameters in the correct place)