Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

After the latest SteamOS update I think this got broken again. They removed the “Maximum Game Resolution” thing on Stable SteamOS cuz valve didn’t realise it was needed for a lot of stuff people complained and they added it back in the current Beta build. However, I am now on the Beta build, and “Native” doesn’t appear to do anything to downscale the game.

(1 edit)

Oh damn, I didn't realize they nixed that option. I'll have to install the beta SteamOS and see if it's also not working for me.

Are you running the Linux native version of OFF and following the instructions to set it up there, or did you force Proton compatibility to get it back to the Windows version and set it up that way? I don't know if it matters in this case, but I'm just curious.

(+1)

I switched to Proton and used those instructions (Because the Linux instructions seemed to imply I would have to start the game from a .sh script every time)

You are correct, you would have to launch it from a Bash script because of how it needs to hook BepInEx on Linux (something I'm really hoping I can change)

I'll have to look into this and see if there's something I can glean from the SteamOS beta. I think I do know what causes the bug; it most likely has to do with the pixel-perfect renderer the game uses. The game strictly relies on not just its native aspect ratio (16:9 with the borders), but also the 320x240 pixel-perfect camera the game is rendered with. Whenever the window's scale is changed, if it becomes too small for the current resolution (or if it becomes a lot bigger), it will try to scale everything down or up by a power of 2. I think it believes the window can't fit the game when BepInEx is installed (however it determines that), so it increments the full resolution down by the next power of 2, putting it at half resolution.

The key here definitely has something to do with the window size, so I'll have to see if maybe there are launch options or something if Steam's resizing options don't do the trick.

Regardless, thank you for letting me know about these changes to SteamOS, and sorry it isn't working! I'm hoping I can figure this out and update the guide.