rethesda / Acheron-SKSE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acheron-SKSE

SKSE64 plugin to alter and expand "death" in Skyrim by adding various alternative condition to "die" and replace "dying" in some instances with custom (external) events

For documentation on how to interact with this plugin see the wiki.

Requirements

Register Visual Studio as a Generator

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

Building

git clone https://github.com/Scrabx3/Acheron-SKSE.git
cd Acheron-SKSE
# pull commonlib
git submodule init
# to update submodules to checked-out build (warning, pulling newer verisons may result in build problems)
git submodule update

Skyrim SE 1.5

cmake --preset vs2022-windows-vcpkg-se
cmake --build build/vs2022-SE --config Release

Skyrim SE 1.6

cmake --preset vs2022-windows-vcpkg-ae
cmake --build build/vs2022-AE --config Release

About

License:Apache License 2.0


Languages

Language:C++ 96.9%Language:CMake 3.1%