Skip to content

Ace Combat 7 compatibility plugin for UEVR

License

Notifications You must be signed in to change notification settings

keton/ace-combat-uevr

Repository files navigation

Ace Combat 7 UEVR compatibility mod

Download UEVR Profile here

Features

  1. fixes cockpit camera so it works out of the box in most situations
  2. adds 'unstuck cockpit instruments' button (left start/select button on Xbox controller) for those rare occurrences where automation fails.
  3. Adds optional controls remap selectable in plugin overlay in UEVR menu. For remap any standard RC control mode can be selected (Mode 1-4).

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 the repository
  4. 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
  5. copy resulting ace_combat_plugin.dll to your game profile plugins subfolder