Skip to content

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.

License

Notifications You must be signed in to change notification settings

rethesda/SkyrimSE_SimpleBeheading-NG

 
 

Repository files navigation

Simple Beheading - NG

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

Requirements

  • CMake
    • Add this to your PATH
  • Vcpkg
    • Add the environment variable VCPKG_ROOT with the value as the path to the folder containing vcpkg
  • Visual Studio Community 2022
    • Desktop development with C++

User Requirements

Register Visual Studio as a Generator

  • Open x64 Native Tools Command Prompt
  • Run cmake
  • Close the cmd window

Building

# 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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.5%
  • CMake 11.6%
  • Batchfile 2.9%