Download UEVR Profile here
- 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)
- Install Visual Studio 2022 with C++, Windows SDK and CMake support
- Make sure you follow all instructions here and are able to build UEVR from source
- Clone this repository
- 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
- copy resulting
pacific_drive_plugin.dll
to your game profileplugins
subfolder