A simple template plugin to use as a starting point for making CommonLibVR based SKSE plugins
- CMake
- Add this to your
PATH
- Add this to your
- PowerShell
- Vcpkg
- Add the environment variable
VCPKG_ROOTwith the value as the path to the folder containing vcpkg
- Add the environment variable
- Visual Studio Community 2022
- Desktop development with C++
- CommonLibVR
- You need to build from the RafearTheModder/vr branch (will switch to alandtse/vr if and when changes are upstreamed)
- Add this as as an environment variable
CommonLibVRPath
- VR Address Library for SKSEVR
- Needed for VR
- Open
x64 Native Tools Command Prompt - Run
cmake - Close the cmd window
cmake --preset vs2022-windows-vcpkg-vr
cmake --build buildvr --config Release