<DriverDirectory> /
├─bin /
│ └─ ...
├─resources /
│ └─ ...
└─driver.vrdrivermanifest
"<SteamDirectory>\steamapps\common\SteamVR\bin\win64\vrpathreg.exe" adddriver "<DriverDirectory>"
, where <SteamDirectory>
is the path to the Steam folder, and <DriverDirectory>
is the path to the driver folder.vrpathreg.exe adddriver "D:\AntilatencySoft\OpenVrDriver_3.5.2"
"<SteamDirectory>\steamapps\common\SteamVR\bin\win64\vrpathreg.exe" removedriver "<DriverDirectory>"
<SteamDirectory>
is the path to the Steam folder, and <DriverDirectory>
is the path to the OpenVR driver folder.Tag
property of the socket. If the property is not set or such a placement is not found, the default placement from AntilatencyService will be used.Tag
property of the socket. Therefore, you should set the Tag
property as LeftHand
for the left hand, and RightHand
— for the right one.Trigger click
— push the sensor panel of the Bracer on the inner side of the palm.System click
— a trigger click while holding your hand over your head and looking straight ahead.System click
works only after replacing HMD tracking with Antilatency tracking.TrackingOverrides
section in the <Steam directory>/config/steamvr.vrsettings
file."steamvr" : { "activateMultipleDrivers" : true, "forceFadeOnBadTracking" : false }, "TrackingOverrides" : { "/devices/antilatency/Head" : "/user/head", "/devices/antilatency/LeftHand" : "/user/hand/left", "/devices/antilatency/RightHand" : "/user/hand/right" }, "driver_antilatency" : { "enable" : true }, "trackers" : { "/devices/antilatency/Head" : "TrackerRole_None", "/devices/antilatency/LeftHand" : "TrackerRole_None", "/devices/antilatency/RightHand" : "TrackerRole_None" }
JSON
punctuation errors. We recommend you keep a copy just in case. You can check JSON
punctuation, for example, here.Head
serial number by the antilatency
driver, we recommend using the universal serial number /user/head
. This will allow you to use the Antilatency tracker with any headset and not request the System Report for this. You can also use aliases as we showed for hands in the example above.Tag
property if it is set; otherwise, the socket's hardware serial number is used. You can find out the serial number of the device, as well as set the value of its Tag
property in the Device Network tab of AntilatencyService.activateMultipleDrivers
(steamvr
section): true
;forceFadeOnBadTracking
(steamvr
section): false
;enable
(driver_antilatency
section): true
.trackers
section to TrackerRole_None
for each device, which overrides the tracking.System Report
. You can create it with the Create system report
command in the SteamVR menu: