Skip to content

Commit f685a7f

Browse files
committed
Updated README
1 parent 2a92acb commit f685a7f

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
VR Performance Toolkit
2-
======================
1+
VR Performance Toolkit RavenSystem's Fork
2+
=========================================
3+
4+
In an effort to continue this project, I have created this fork with updated components and SDKs.
35

46
Performance-oriented collection of mods for VR games.
57

@@ -30,10 +32,10 @@ Supported graphics APIs:
3032

3133
## Installation
3234

33-
Extract `dxgi.dll` and `vrperfkit.yml` next to the game's main executable.
35+
Extract `dxgi.dll` and `vrperfkit_RSF.yml` next to the game's main executable.
3436
For Unreal Engine games, this is typically `<Game>Game\Binaries\Win64\<Game>Game-Win64-Shipping.exe`.
3537

36-
Edit the `vrperfkit.yml` config file to your heart's content. The available options are
38+
Edit the `vrperfkit_RSF.yml` config file to your heart's content. The available options are
3739
documented inside the config file; you'll have to experiment with them and try which options
3840
work for your particular game.
3941

@@ -42,8 +44,8 @@ work for your particular game.
4244
Clone the repository and init all submodules.
4345

4446
```
45-
git clone https://github.com/fholger/vrperfkit.git
46-
cd vrperfkit
47+
git clone https://github.com/RavenSystem/VRPerfKit_RSF.git
48+
cd VRPerfKit_RSF
4749
git submodule init
4850
git submodule update --recursive
4951
```

0 commit comments

Comments
 (0)