The crack does not start the game in VR mode. You can open your command prompt ( cmd ) and navigate to the game ( cd c:\path\to\game\folder ) and start the game with ( vm.exe -vrmode oculus ) and the game should start in VR. -vrmode vive should work too but i cant confirm that. If you are too lazy to always open the cmd you can put that line into a .bat file inside the game folder and execute that file instead. Hope that helps :)
Worked for me. I created a shortcut to the exe.. then in the properties of the shortcut add -vrmode oculus after all of the text in the target field. Thanks!
HTC VIVE
2)cd /d c:\path\to\game\folder;
3)vm.exe -vrmode openvr
4)Enjoy
You can open your command prompt ( cmd ) and navigate to the game ( cd c:\path\to\game\folder ) and start the game with ( vm.exe -vrmode oculus ) and the game should start in VR. -vrmode vive should work too but i cant confirm that.
If you are too lazy to always open the cmd you can put that line into a .bat file inside the game folder and execute that file instead.
Hope that helps :)