Forum Discussion
Hate to tell you this...but it may be their version of fullscreen...reason I say this, is I am on desktop and before this latest patch, if you swapped once from fullscreen to windowed or windowed fullscreen, then swapped back to fullscreen, your mouse would be trapped in the game every time you played the game after that. But now, since the last patch, 5, no matter what you do your cursor isn't trapped in the game, and if you alt-tab the game shrinks but doesn't truly minimize like it should. Since I play on dual monitors with one for game and second for desktop...this is a bit of a pain in the you know because it is easy to get OUT of the game in a heated fight.
- Anonymous11 years ago
If you're referring to this:
FullscreenEnabled 0
FullscreenMode 5
FullscreenScreen 0
ResolutionHeight 1080 ( or whatever resolution you want )
ResolutionWidth 1920 ( or whatever resolution you want )Then no, let me explain.
FullscreenEnabled 0 - Fullscreen is not enabled.
FullscreenMode 5 - The game will report that is in on screen mode 5 - there is none so it refers to fullscreen.
FullscreenScreen 0 - But the game is not in fullscreen
ResolutionHeight 1080 ( this just tells the game what resolution to run at )
ResolutionWidth 1920 ( this just tells the game what resolution to run at)This is what my profileoptions_profile file looks like.
GstRender.FullscreenEnabled 01 - It apparently thinks fullscreen is enabled.
GstRender.FullscreenMode 2 - It is running on mode 2 (windowed fullscreen)
GstRender.FullscreenScreen 0 - But fullscreen is in fact not enabled.
GstRender.ResolutionHeight 768 - my resolution
GstRender.ResolutionWidth 1360 - my resolution