powerof3 / PapyrusExtenderSSE

MIT License
62 stars 14 forks source link

PapyrusExtenderSSE

SKSE64/VR plugin that expands Papyrus script functionality with 442 functions, 82 events, and 4 script objects for Skyrim Special Edition.

Documentation for each function is listed in the wiki.

Requirements

User Requirements

Building

git clone https://github.com/powerof3/PapyrusExtenderSSE.git
cd PapyrusExtenderSSE
# pull commonlib, skip if you've defined it in the path
git submodule init
# to update submodules to checked-out build (warning, pulling newer versions may result in build problems)
git submodule update --recursive

SSE

cmake --preset vs2022-windows-vcpkg # for vs2019 use vs2019-windows-vcpkg
cmake --build build --config Release

AE

cmake --preset vs2022-windows-vcpkg # for vs2019 use vs2019-windows-vcpkg
cmake --build buildae --config Release

VR

cmake --preset vs2022-windows-vcpkg-vr # for vs2019 use vs2019-windows-vcpkg-vr
cmake --build buildvr --config Release

License

MIT