Skip to content

Instantly share code, notes, and snippets.

@cubehouse
Created April 18, 2018 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cubehouse/dd919b48fb32be276e7674efb74ccccc to your computer and use it in GitHub Desktop.
Save cubehouse/dd919b48fb32be276e7674efb74ccccc to your computer and use it in GitHub Desktop.
Quick bat file to disable Space Warp on Oculus Rift
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"
@theSplund
Copy link

Thank you (I actually used it for server:asw.clock30)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment