Skip to content

Custom UEVR Injector - Console

Choose a tag to compare

@mirudo2 mirudo2 released this 13 Dec 06:05
· 5 commits to main since this release
3ba1302

Changelog / How to Use

  • Shortcut System Added
    Create a shortcut for any game to launch the injector with your saved settings.

  • Runtime Selection
    Choose your VR runtime: OpenXR or OpenVR.

  • Nullify VR Plugins
    Optionally inject UEVRPluginNullifier.dll to disable specific VR plugins.


Instructions

  1. Copy the Injector
    Place Custom-UEVR-Injector.exe in the same folder as UEVR.

  2. Run the Injector
    Double-click Custom-UEVR-Injector.exe.

    Tip: For anti-cheat games, start the injector before launching the game.

  3. Follow the Prompts

    • Process Name

      Enter the process name:  
      
      • This must be the exact filename of the Unreal Engine game’s .exe—for example:
        MyAwesomeGame-Win64-Shipping.exe
        
      • To find it, open the game’s installation folder, then go to:
        <Game Install Folder>\Binaries\Win64\
        
        and copy the name of the .exe file you see there.
    • API Selection

      Choose an API, OpenXR(0) or OpenVR(1):  
      
      • Type 0 for OpenXR
      • Type 1 for OpenVR
    • Nullify VR Plugins?

      Nullify VR Plugins? (0/1):  
      
      • Type 1 to disable VR plugins with UEVRPluginNullifier.dll
      • Type 0 to leave plugins unchanged

Developer Setup

  • C++17 Required
    In your project settings, set C++ Language Standard to C++17 to avoid compilation errors.