Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

How play this on 2560x1080??

Did you try the windows with resolution dialog download?

(+1)

I only use Linux

Try again. The situation has not changed

(1 edit)

Don't know if you found a solution yourself, but just in case [and for anyone else], you can specify the resolution options as arguments at startup.

They are -screen-fullscreen, -screen-height, -screen-width

In your case, you would thus run
./TerraNil.x86_64 -screen-fullscreen 1 -screen-width 2560 -screen-height 1080

Note I used -screen-fullscreen 0 to run in windowed mode on Linux.

-screen-fullscreen 0 works for me! (Also on Linux.) Unfortunately though, I don't have access to my saved game in windowed mode. It seems that running with that argument causes the game to not recognize the save file?