Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mirubibi/PapyrusExtenderSSE

 
 

Repository files navigation

PapyrusExtenderSSE

SKSE64 plugin that expands Papyrus script functionality, with 276 functions, 29 events, 4 script objects for Skyrim Special Edition.

Documentation for each function is listed within the Papyrus source files (.psc extension).

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 2019
    • Desktop development with C++
  • CommonLibSSE
    • You need to build from the powerof3/dev branch
    • Add this as as an environment variable CommonLibSSEPath

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/PapyrusExtenderSSE.git
cd PapyrusExtenderSSE
cmake -B build -S .

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

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 83.3%
  • Papyrus 15.2%
  • CMake 1.3%
  • Python 0.2%