r57zone / Half-Life-Alyx-novr

SteamVR driver for Half-Life-Alyx for playing without VR / драйвер для игры без VR
https://youtu.be/Uq12rW3DrKI
406 stars 37 forks source link

Game doesn't start in Headset Window #42

Closed Nixinova closed 4 years ago

Nixinova commented 4 years ago

When I start the game, SteamVR's Headset Window and overlay appear, but the Headset Window (which SETUP.md#6 says should be the main program) only shows a black screen, and the game shows up in its normal window. The game in the normal window is extremely bugged and barely playable as the screen hardly adapts to mouse movement. Is there any way to fix this?

NoHeadsetWindow

r57zone commented 4 years ago

https://github.com/r57zone/Half-Life-Alyx-novr#troubleshooting

Don't start in VR (Headset Window) mode - add the -vr launch option in the Steam game options or in the properties of the Windows shortcut.

Nixinova commented 4 years ago

It does use the -vr launch option.

r57zone commented 4 years ago

Try switching to the "Headset Window" and clicking inside.

Nixinova commented 4 years ago

I do, its permanently black.

r57zone commented 4 years ago

What is your monitor resolution? Have you tried manually specifying renderWidth, renderHeight? It should be like the resolution of your monitor.

Nixinova commented 4 years ago

Aha! That worked! ("renderHeight" : 1440, "renderWidth" : 900) But now the Headset Window is locked in 1:1; how can I fix that?

r57zone commented 4 years ago

If your monitor is 2560 by 1440, then you should set renderWidth 2560, renderWidth 1440.

Nixinova commented 4 years ago

Ah 🤦 yup, got them mixed around. Thanks man, this project is amazing!