Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Cannot get it to work on the correct monitor!

A topic by Tobilius created May 23, 2016 Views: 476 Replies: 2
Viewing posts 1 to 3

I cannot get freerider recharged to work on my widescreen monitor, (i have a setup of two) it means i lose the sides of everything. I cannot work out how to correct this as i am not incredibly computer savvy.
Any help would be apreciated.

Developer

I you press alt+enter on Windows, it changes to windowed mode (same as adding command line "-screen-fullscreen 0" ). Once in windowed mode, you can drag it onto the correct monitor, and then press alt+enter again to go back to fullscreen mode.


If you are having trouble with resolution the best solution is to create a shortcut of the FPVFreerider .exe file.

On that shortcut, you can add command line parameters to set the resolution.

For example:

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

(That will force the simulator to run at full HD 1920x1080 pixels windowed)

Excelent!! So i need to do the command line parameters... which i'm not sure how to do.