K4sh wrote:
There's an annoying problem with this game.
I can run it in surround 3 screens and set the video to be in fullscreen mode (true fullscreen).
But every time i start the game it will set back to central display only so that i have to set it manually to widescreen each time.
I tried to force it in GameUserSettings.ini by adding these lines and to force the file read only but it doesn't work in any way.
Code:
FullscreenMode=0
LastConfirmedFullscreenMode=0
PreferredFullscreenMode=0
Any idea ?
Process Explorer found this:
Code:
r.FullScreenMode
Defines how we do full screen when requested (e.g. command line option -fullscreen or in ini [SystemSettings] fullscreen=true)
0: normal full screen (renders faster, more control over vsync, less GPU memory, 10bit color if possible)
1: windowed full screen (quick switch between applications and window mode, slight performance loss)
any other number behaves like 0
I put r.FullScreenMode=0 in there with what you had above, but it did nothing. You can try Alt+Enter or F11, but I think that just sets it to borderless. I tried a CE hack too, since that integer value should exist. Did not find that.