Created
April 18, 2018 08:51
-
-
Save cubehouse/dd919b48fb32be276e7674efb74ccccc to your computer and use it in GitHub Desktop.
Quick bat file to disable Space Warp on Oculus Rift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo server:asw.Off > "TEMP.txt" | |
echo exit >> "TEMP.txt" | |
call "C:\Program Files\Oculus\Support\oculus-diagnostics\OculusDebugToolCLI.exe" -f "%~dp0\TEMP.txt" | |
del "TEMP.txt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you (I actually used it for server:asw.clock30)