Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from KrisV-777/Acheron

A death alternative framework for TES5: Skyrim

License

trollusk/Acheron

 
 

Repository files navigation

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

A death alternative framework for TES5: Skyrim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • CMake 2.4%