I rebuilt the Skypal .dll using CommonLib NG so that it should work on SE, AE or VR. Get it on Nexus mods
Adds native functions to papyrus, mostly to get and filter object references.
Because this uses CommonLibSSE NG, it supports Skyrim SE, AE, GOG, and VR.
CommonLibSSE NG is a fork of the popular powerof3 fork of the original CommonLibSSE
library created by Ryan McKenzie in 2018.
-
To use the papyrus functions to the full extent it requires the original Skypal mod.
-
Visual Studio 2022 (the free Community edition)
-
-
- Clone the repository using git OR download it as a .zip
-
- Go into the
vcpkg
folder and double-click onbootstrap-vcpkg.bat
- Go into the
-
- Edit your system or user Environment Variables and add a new one:
- Name:
VCPKG_ROOT
Value:C:\path\to\wherever\your\vcpkg\folder\is
-