Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey, do you know how i can make the game launch on my main monitor so i can get my higher refresh rate? It keeps launching on my secondary monitor and if i just move it over i cant increase the refresh rate

If you're comfortable with (carefully) editing the fsall/settings.ini file, there's a graphics section where you can edit some graphics settings, including:

[GRAPHICS]
FullScreen = yes ; Full screen window
XScreenRes = 1920 ; Screen width
YScreenRes = 1080 ; Screen Height

(When you're using FullScreen, you should use a standard resolution supported by your monitor.)

And you can use this line

Adapter = 1

to pick which monitor to use (starting at 0).

Perfect, thankyou so much!