Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

FPVFreerider has run screen problems.

A topic by GSPark created Sep 29, 2016 Views: 1,103 Replies: 8
Viewing posts 1 to 4

I use a 23 inch monitor (1920x1080 resolution) and window 7 (64bit).

Running FPVFreerider comes truncated left and right screen.

See link below.

http://imgur.com/eW8VaM2

Ask advice... ㅠㅠ

Developer

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

Developer

Great!

How do I add the command line parameters?

Developer (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)

C:\ ...\FPVFreerider_Recharged.exe -screen-fullscreen 0 -screen-width 1600 -screen-height 900

Is there an option to run in a window?

Developer

Yes, if you add command line parameter

-screen-fullscreen 0

to the executable it will run in a window.