Skip to content

Releases: Jabbah/OpenXR-Layer-OBSMirror

v0.2.5

18 May 20:58
Compare
Choose a tag to compare

OBS Plugin and OpenXR API Layer with support for eye perspective and quad layers for DX11/DX12 games.

Changes:
Better support for layers including OpenKneeBoard
More stable frame rates

Installation:
If you have a previous version installed then uninstall that version first.

Extract the files from v0.2.3.zip to a folder in Program Files e.g. C:\Program Files\OpenXR-OBSMirror\

To install right click on Install-Layer.ps1 and select "Run with PowerShell"

To uninstall right click on Uninstall-Layer.ps1 and select "Run with PowerShell"

For this to work you will also need to install the OpenXR plugin for OBS:

Copy the files win-openxr.dll and win-openxr.pdb to your OBS plugins dir e.g. C:\Program Files\obs-studio\obs-plugins\64bit

Installation issues:
Some systems are not setup to enable the user to run powershell scripts. If this is the case then run PowerShell as an administrator.
To get the current policy for the current user run:
Get-ExecutionPolicy -List

And check value for CurrentUser:

        Scope ExecutionPolicy
        ----- ---------------
MachinePolicy       Undefined
   UserPolicy       Undefined
      Process       Undefined
  CurrentUser      Restricted
 LocalMachine       Undefined

If it is not Unrestricted then run the following:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser

Now do the installation.

After installation the running scripts policy can be reset using the original value of ExecutionPolicy e.g.:
Set-ExecutionPolicy -ExecutionPolicy Restricted -Scope CurrentUser

v0.2.3

28 Dec 10:18
Compare
Choose a tag to compare

OBS Plugin and OpenXR API Layer with support for eye perspective and quad layers for DX11/DX12 games.

Changes:
Fix issue with iRacing having a black screen
Use eye selected in OBS plugin config

Installation:
If you have a previous version installed then uninstall that version first.

Extract the files from v0.2.3.zip to a folder in Program Files e.g. C:\Program Files\OpenXR-OBSMirror\

To install right click on Install-Layer.ps1 and select "Run with PowerShell"

To uninstall right click on Uninstall-Layer.ps1 and select "Run with PowerShell"

For this to work you will also need to install the OpenXR plugin for OBS:

Copy the files win-openxr.dll and win-openxr.pdb to your OBS plugins dir e.g. C:\Program Files\obs-studio\obs-plugins\64bit

v0.2.2

22 Dec 22:27
Compare
Choose a tag to compare

OBS Plugin and OpenXR API Layer with support for left eye mirror and quad layers for DX11/DX12 games.

Installation:
If you have a previous version installed then uninstall that version first.

Extract the files from v0.2.2.zip to a folder in Program Files e.g. C:\Program Files\OpenXR-OBSMirror\

To install right click on Install-Layer.ps1 and select "Run with PowerShell"

To uninstall right click on Uninstall-Layer.ps1 and select "Run with PowerShell"

For this to work you will also need to install the OpenXR plugin for OBS:

Copy the files win-openxr.dll and win-openxr.pdb to your OBS plugins dir e.g. C:\Program Files\obs-studio\obs-plugins\64bit

v0.2.1-beta

21 Dec 00:36
Compare
Choose a tag to compare

Beta release with support for left eye mirror and quad layers for DX11/DX12 games.

Changes in v0.2.1-beta:
Fix crashes and zombie process in DX12 games.

Installation:
If you have a previous version installed then uninstall that version first.

Extract the files from v0.2.1-beta.zip to a folder in Program Files e.g. C:\Program Files\OpenXR-OBSMirror\

To install right click on Install-Layer.ps1 and select "Run with PowerShell"

To uninstall right click on Uninstall-Layer.ps1 and select "Run with PowerShell"

For this to work you will also need to install the OpenXR plugin for OBS:

Copy the files win-openxr.dll and win-openxr.pdb to your OBS plugins dir e.g. C:\Program Files\obs-studio\obs-plugins\64bit

v0.2.0-beta

20 Dec 19:46
Compare
Choose a tag to compare

Beta release with support for left eye mirror and quad layers for DX11/DX12 games.

Changes in v0.2.0-beta:
Add support for DX12 games.

Installation:
If you have a previous version installed then uninstall that version first.

Extract the files from v0.1.2.zip to a folder in Program Files e.g. C:\Program Files\OpenXR-OBSMirror\

To install right click on Install-Layer.ps1 and select "Run with PowerShell"

To uninstall right click on Uninstall-Layer.ps1 and select "Run with PowerShell"

For this to work you will also need to install the OpenXR plugin for OBS:

Copy the files win-openxr.dll and win-openxr.pdb to your OBS plugins dir e.g. C:\Program Files\obs-studio\obs-plugins\64bit

v0.1.2-beta

20 Dec 09:47
Compare
Choose a tag to compare

Beta release with support for left eye mirror and quad layers for DX11 games.

Changes in v0.1.2-beta:
Fix issue with crashing in MSFS DX11 mode.

Installation:
If you have a previous version installed then uninstall that version first.

Extract the files from v0.1.2.zip to a folder in Program Files e.g. C:\Program Files\OpenXR-OBSMirror\

To install right click on Install-Layer.ps1 and select "Run with PowerShell"

To uninstall right click on Uninstall-Layer.ps1 and select "Run with PowerShell"

For this to work you will also need to install the OpenXR plugin for OBS:

Copy the files win-openxr.dll and win-openxr.pdb to your OBS plugins dir e.g. C:\Program Files\obs-studio\obs-plugins\64bit

v0.1.1-beta

19 Dec 09:50
Compare
Choose a tag to compare
v0.1.1-beta Pre-release
Pre-release

Beta release with support for left eye mirror and quad layers for DX11 games.

Changes in v0.1.1-beta:
Fix issue with crashing DX12 games with layer enabled.

Installation:
If you have a previous version installed then uninstall that version first.

Extract the files from v0.1.1.zip to a folder in Program Files e.g. C:\Program Files\OpenXR-OBSMirror\

To install right click on Install-Layer.ps1 and select "Run with PowerShell"

To uninstall right click on Uninstall-Layer.ps1 and select "Run with PowerShell"

For this to work you will also need to install the OpenXR plugin for OBS:

Copy the files win-openxr.dll and win-openxr.pdb to your OBS plugins dir e.g. C:\Program Files\obs-studio\obs-plugins\64bit

v0.1.0-beta

18 Dec 16:21
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Beta release with support for left eye mirror and quad layers for DX11 games.

Installation:
Extract the files to a folder in Program Files e.g. C:\Program Files\OpenXR-OBSMirror\v0.1.0\

To install right click on Install-Layer.ps1 and select "Run with PowerShell"

To uninstall right click on Uninstall-Layer.ps1 and select "Run with PowerShell"

For this to work you will also need to install the OpenXR plugin for OBS:

Copy the files win-openxr.dll and win-openxr.pdb to your OBS plugins dir e.g. C:\Program Files\obs-studio\obs-plugins\64bit