neptunehjf / skse64

Skyrim SE Script Extender

Home Page:https://skse.silverlock.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testbuild

Building

Either use the pre-generated projects, or:

git clone https://github.com/ianpatt/common
git clone https://github.com/ianpatt/skse64
cmake -B common/build -S common -DCMAKE_INSTALL_PREFIX=extern common
cmake --build common/build --config Release --target install
cmake -B skse64/build -S skse64 -DCMAKE_INSTALL_PREFIX=extern skse64
cmake --build skse64/build --config Release

About

Skyrim SE Script Extender

https://skse.silverlock.org

License:Other


Languages

Language:C++ 81.3%Language:Papyrus 10.3%Language:C 6.9%Language:CMake 1.3%Language:Python 0.2%