-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# SlimeVR-OpenVR-Driver | ||
SlimeVR driver for OpenVR | ||
|
||
## Installation | ||
|
||
Downloaded the latest release, and use one of two options to install the driver (in the future Server will do it for you). | ||
|
||
### Option one | ||
|
||
Copy the `slimevr` folder in your SteamVR folder, usually it's located in `C:\Program Files (x86)\Steam\steamapps\common\SteamVR\drivers`. This should look like this: | ||
|
||
![img](https://eiren.cat/SQpk) | ||
|
||
### Option two | ||
|
||
Edit file `C:\Users\<Username>\AppData\Local\openvr\openvrpaths.vrpath`, add `"Path\\to\\slimevr",` to the list of external_drivers there, like this: | ||
|
||
![img](https://eiren.cat/ib4_) | ||
*Don't forget to double backwards slashes!* |