You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,23 @@
2
2
3
3
## Download
4
4
5
-
A ZIP file containing the necessary files to install and use the layer can be found on the release page: https://github.com/mbucchia/XR_APILAYER_NOVENDOR_fov_modifier/releases.
5
+
A ZIP file containing the necessary files to install and use the layer can be found on the release page: https://github.com/mbucchia/XR_APILAYER_NOVENDOR_fov_modifier/releases. Check under *Assets*.
6
6
7
7
## Setup
8
8
9
9
1. Create a folder in `%ProgramFiles%`. It's important to make it in `%ProgramFiles%` so that UWP applications can access it! For example: `C:\Program Files\OpenXR-API-Layers`.
10
10
11
-
2. Place `XR_APILAYER_NOVENDOR_fov_modifier.json`, `XR_APILAYER_NOVENDOR_fov_modifier.dll`, `Install-Layer.ps1` and `Uninstall-Layer.ps1` in the folder created above.
11
+
2. Place `XR_APILAYER_NOVENDOR_fov_modifier.json`, `XR_APILAYER_NOVENDOR_fov_modifier.dll`, `Install-XR_APILAYER_NOVENDOR_fov_modifier.ps1` and `Uninstall-XR_APILAYER_NOVENDOR_fov_modifier.ps1` in the folder created above.
12
12
13
-
3. Run the script `Install-Layer.ps1`**as Administrator**.
13
+
3. Run the script `Install-XR_APILAYER_NOVENDOR_fov_modifier.ps1`. You will be prompted for elevation (running as Administrator).
14
14
15
15
4. Start the OpenXR Developer Tools for Windows Mixed Reality, under the *System Status* tab, scroll down to *API Layers*. A layer named `XR_APILAYER_NOVENDOR_fov_modifier` should be listed.
16
16
17
17
## Removal
18
18
19
19
1. Go to the folder where the API layer is installed. For example: `C:\Program Files\OpenXR-API-Layers`.
20
20
21
-
2. Run the script `Uninstall-Layer.ps1`**as Administrator**.
21
+
2. Run the script `Uninstall-XR_APILAYER_NOVENDOR_fov_modifier.ps1`You will be prompted for elevation (running as Administrator).
22
22
23
23
3. Start the OpenXR Developer Tools for Windows Mixed Reality, under the *System Status* tab, scroll down to *API Layers*. There should be no layer named `XR_APILAYER_NOVENDOR_fov_modifier`.
24
24
@@ -35,7 +35,6 @@ dllHome is "C:\Program Files\OpenXR-API-Layers"
35
35
XR_APILAYER_NOVENDOR_fov_modifier layer is active
36
36
Could not load config for "FS2020"
37
37
Could not load config for "Zouna"
38
-
Using FOV for left 1.000 1.000 1.000 1.000 and right 1.000 1.000 1.000
39
38
```
40
39
41
40
4. In the same folder where `XR_APILAYER_NOVENDOR_fov_modifier.json` was copied during setup, create a file named after the application, and with the extension `.cfg`. For example `C:\Program Files\OpenXR-API-Layers\FS2020.cfg`.
0 commit comments