Submit Reply
Please register an account to get your comments approved quickly: https://fastcomments.com/auth/login
I have an account
We won't send you any marketing or solicitation emails.
Submit
7 comments
Most Relevant
▼
12 months ago
gugugagagug84
Please let me know if you have a solution! For me its a same probleme, i tried to add non-steam game too and launching options typed "-openvr" but its not working sadly...
Hide Replies
4
12 months ago
Moderator
roosevelt2362
create a file named "start.bat", at the same level as the exe file. The content inside the file is as follows:
@echo
off
start "" "TheMidnightWalk.exe" -vr XRSystem
exit
Now launch the game from "start.bat"
3
Hide Replies
3
12 months ago
PakoMoreno
Funciona perfectamente. Muchas gracias. Eres un crack. El juego está genial visualmente aunque no hay mucha interacción, pero merece la pena.
12 months ago
gugugagagug84
its working! thank you!
Hide Replies
1
12 months ago
Moderator
roosevelt2362
Thanks for confirmed bro <3
12 months ago
Kane01
How to launch in VR mode ?
Hide Replies
1
12 months ago
Moderator
roosevelt2362
I just leaved a comment above ;')
@echo off
start "" "TheMidnightWalk.exe" -vr XRSystem
exit
Now launch the game from "start.bat"