keton / pacific-drive-uevr

Pacific Drive UEVR compatibility plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UEVR Compatibility Plugin for Pacific Drive

Download UEVR Profile here

Features

  • Fixes in-car camera. Set your aiming method to left or right controller and then you can rotate the view inside the car using motion.
  • Car will start and be put to drive when entering, stop and put to park on exiting
  • Handheld items bound to (left/right) motion controller
  • Scales (some) items to correct size in VR. This is still work in progress.
  • changes how system button works
    • short press of system menu button spawns inventory (<200ms)
    • long press spawns save/load menu (200-1200ms)
    • press and hold spawns journal and collapse quest list (>1200ms)

Building

  1. Install Visual Studio 2022 with C++, Windows SDK and CMake support
  2. Make sure you follow all instructions here and are able to build UEVR from source
  3. Clone this repository
  4. Run build.cmd or in VS Developer Shell:
    cmake -S . -B build ./build -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release
    cmake --build ./build --clean-first --config Release --target pacific_drive_plugin
  5. copy resulting pacific_drive_plugin.dll to your game profile plugins subfolder

About

Pacific Drive UEVR compatibility plugin

License:MIT License


Languages

Language:C++ 91.8%Language:PowerShell 6.5%Language:Batchfile 1.7%