powerof3 / SimpleOffenceSuppressionSFSE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Offence Suppression SFSE

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

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/SimpleOffenceSuppressionSFSE.git
cd SimpleOffenceSuppressionSFSE
cmake --preset vs2022-windows-vcpkg-sf
cmake --build build --config Release

License

MIT

About

License:MIT License


Languages

Language:C++ 54.5%Language:CMake 36.8%Language:Python 8.6%