Download UEVR Profile here
- fixes cockpit camera so it works out of the box in most situations
- adds 'unstuck cockpit instruments' button (left start/select button on Xbox controller) for those rare occurrences where automation fails.
- Adds optional controls remap selectable in plugin overlay in UEVR menu. For remap any standard RC control mode can be selected (Mode 1-4).
- 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 the repository
- Run
build.cmd
or in VS Developer Shell type:cmake -S . -B build ./build -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release cmake --build ./build --clean-first --config Release --target ace_combat_plugin
- copy resulting
ace_combat_plugin.dll
to your game profileplugins
subfolder