From 1ae1c2b0a000ee928263a6a1724a36342068f7ce Mon Sep 17 00:00:00 2001 From: ryanbalsdon Date: Fri, 6 May 2016 21:55:59 -0400 Subject: [PATCH] Update to the install script I had to make these changes to get the drivers running. I only installed SteamVR a few days ago so maybe they changed some paths? --- tools/leap_installer/register_driver.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/leap_installer/register_driver.cmd b/tools/leap_installer/register_driver.cmd index de3f1da..617b41c 100644 --- a/tools/leap_installer/register_driver.cmd +++ b/tools/leap_installer/register_driver.cmd @@ -10,7 +10,7 @@ for /f "tokens=2*" %%A in ('reg query hku /e /c /v /f SteamPath /t REG_SZ /s 2^> :start REM register driver -"%SteamPath%\steamapps\common\SteamVR\bin\win32\vrpathreg.exe" adddriver "%mypath:~0,-1%\leap" +"%SteamPath%\steamapps\common\OpenVR\bin\win64\vrpathreg.exe" adddriver "%mypath:~0,-1%\leap" REM backup steamvr.vrsettings in steam config dir copy "%SteamPath%\config\steamvr.vrsettings" "%SteamPath%\config\steamvr.vrsettings.leap_backup"