It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I can see the title screen for the game fine, but after that everything is pushed to the right corner of my screen and I can't see a thing. I think this is an UE4 game, wondering if there is a way to change resolution in the config file somehow because it's impossible for me to do it in game sadly. Why can't I set a resolution before the game loads a level? It baffles me why developers sometimes do this...
avatar
Casepb: I can see the title screen for the game fine, but after that everything is pushed to the right corner of my screen and I can't see a thing. I think this is an UE4 game, wondering if there is a way to change resolution in the config file somehow because it's impossible for me to do it in game sadly. Why can't I set a resolution before the game loads a level? It baffles me why developers sometimes do this...
I've had something similar happen, game loads but I can't change the resolution... but it appears that my Oculus rift kicks in, like the VR option is turned on in the demo, and system the resolution is not set right I can't fiddle with the menu to correct the issue even when putting the Oculus Rift on. Can't change the settings to fix the issue.
Yeah, Oculus Home opens up for me as well. I didn't even think about VR conflicting with it. If there is a way to disable VR from starting it will highly likely fix the issue.
I am not getting any of this and got an Oculus Rift and played the demo on both 4K and 1080p Ultrawide back and forth.

I just did a lookup for you and here is where the config information is stored to by default (just change [USER] with your own user on the PC):

C:\Users\[USER]\AppData\Local\SystemReShock\Saved\Config\WindowsNoEditor\GameUserSettings.ini

Extract for the resolution:

[/Script/Engine.GameUserSettings]
bUseVSync=True
bUseDynamicResolution=False
ResolutionSizeX=3840
ResolutionSizeY=1620
LastUserConfirmedResolutionSizeX=3840
LastUserConfirmedResolutionSizeY=1620
P.S. There is also a file called "OculusVR.ini" - mine only contains an empty line.

The only other file containing data are:

- GameUserSettings.ini
- Engine.ini
Post edited May 28, 2020 by zavenous
avatar
Casepb: I can see the title screen for the game fine, but after that everything is pushed to the right corner of my screen and I can't see a thing. I think this is an UE4 game, wondering if there is a way to change resolution in the config file somehow because it's impossible for me to do it in game sadly. Why can't I set a resolution before the game loads a level? It baffles me why developers sometimes do this...
avatar
TotenMaske: I've had something similar happen, game loads but I can't change the resolution... but it appears that my Oculus rift kicks in, like the VR option is turned on in the demo, and system the resolution is not set right I can't fiddle with the menu to correct the issue even when putting the Oculus Rift on. Can't change the settings to fix the issue.
Thank you!
I turned off Oculus services with the tray tool and SS ran properly immediately.
I feel bad for leaving a one star review now...
Post edited May 28, 2020 by TwistedAdonis
Looks like my default resolution was set to 3296x1776, when it should be 2560x1440. Unfortunately changing it did not fix the issue. You will have to disable Oculus I guess.

[UPDATE]

Disabling Oculus Services with the Oculus tray tool also fixed it for me. Unfortunately the game does not even support 2560x1440 resolutions.
Post edited May 28, 2020 by Casepb
avatar
Casepb: Yeah, Oculus Home opens up for me as well. I didn't even think about VR conflicting with it. If there is a way to disable VR from starting it will highly likely fix the issue.
You can also add -nohmd as a custom argument.

In Galaxy on the game's page,
- click the settings button (to the right of the "Play" button)
- click "Manage Installation" -> "configure"
- check Custom Executables and click "Duplicate" below Launch Parameters
- in the new block with File 2 set arguments to -nohmd
- set to "Default executable"
- click OK button
Post edited May 28, 2020 by Eazee
avatar
Casepb: Yeah, Oculus Home opens up for me as well. I didn't even think about VR conflicting with it. If there is a way to disable VR from starting it will highly likely fix the issue.
avatar
Eazee: You can also add -nohmd as a custom argument.

In Galaxy on the game's page,
- click the settings button (to the right of the "Play" button)
- click "Manage Installation" -> "configure"
- check Custom Executables and click "Duplicate" below Launch Parameters
- in the new block with File 2 set arguments to -nohmd
- set to "Default executable"
- click OK button
Thanks! This fixed my issue completely.