Skip to content
 
 

Repository files navigation

Simple Offence Suppression

SKSE plugin that prevents neutral NPCs from turning hostile when you accidentally hit them.

SSE/AE VR

Requirements

  • CMake
    • Add this to your PATH
  • PowerShell
  • Vcpkg
    • Add the environment variable VCPKG_ROOT with the value as the path to the folder containing vcpkg
  • Visual Studio Community 2022/2026
    • Desktop development with C++
  • CommonLibSSE
    • You need to build from the powerof3/dev branch
    • Add this as as an environment variable CommonLibSSEPath
  • CommonLibVR
    • Add this as as an environment variable CommonLibVRPath

User 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/powerof3/SimpleOffenceSuppression.git
cd SimpleOffenceSuppression

SSE

cmake -B build -S .

Open build/po3_SimpleOffenceSuppression.sln in Visual Studio to build dll.

VR

cmake -B build2 -S . -DBUILD_SKYRIMVR=On

Open build2/po3_SimpleOffenceSuppression.sln in Visual Studio to build dll.

License

GPL-3.0

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages