By Seb263
Simple Beheading introduces a dynamic decapitation system, enabling both player and NPCs to execute decapitating blows on their enemies during combat by striking towards their heads.
The mod is available at: nexusmods.com
- CMake
- Add this to your
PATH
- Add this to your
- Vcpkg
- Add the environment variable
VCPKG_ROOT
with the value as the path to the folder containing vcpkg
- Add the environment variable
- Visual Studio Community 2022
- Desktop development with C++
- Address Library for SKSE
- Needed for SSE/AE
- VR Address Library for SKSEVR
- Needed for VR
- Open
x64 Native Tools Command Prompt
- Run
cmake
- Close the cmd window
# to update submodules in /extern
git submodule update --init --recursive
# configure cmake
cmake --preset build-release-msvc-msvc
# build dll
cmake --build build --preset release-msvc-msvc