dann1 / IncrementalInjuries

SKSE plugin that adds incremental semi-permanant damage to your actor values as they are used.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a basic plugin template for use with CommonLibSSE

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/colinswrath/IncrementalInjuries.git
cd IncrementalInjuries
git submodule update --init --recursive
cmake -B build -S .

About

SKSE plugin that adds incremental semi-permanant damage to your actor values as they are used.

License:MIT License


Languages

Language:C++ 88.1%Language:CMake 11.9%