Skyrim Special Edition

File information

Last updated

Original upload

Created by

TommInfinite

Uploaded by

TommInfinite

Virus scan

Safe to use

About this mod

SKSE plugin which adds new functions for modders such as ModLocalData , Node , Excel functions.

Requirements
Permissions and credits
Changelogs
Description:
SKSE plugin which adds new functions for modders.
Complete list of functions can be found here.

Installation:

Install the package via mod manager.

For modders:
Spoiler:  
Show

Your papyrus script should include this line to call the functions:

Import SUP_SKSE

You can check if plugin installed using GetSUPSKSEVersion()
Plugin version is returned as a decimal value.
1.00 == 100
1.1 == 110
etc..


Credits:
  • SKSE team for SKSE;
  • Brofield for SimpleIni;
  • Volker Diels-Grabsch for sha1 library;
  • Everyone who was there to support me.

Source code is located here.