Powerofthree’s Papyrus Extender
An SKSE plugin with some custom Papyrus functions. Currently required by: Frozen Electrocuted Combustion + Strange Runes.
powerofthree’s Papyrus Extender
REQUIREMENTS
SKSE
Latest version of Skyrim
Visual C++ Redistributables (2015/2017/2019)
DESCRIPTION
A SKSE plugin and modder’s resource containing functions that will be used across the majority of my mods. Currently required by : Frozen Electrocuted Combustion + Strange Runes : Spellcasting Enhanced.
INSTALLATION
Install as normally with a mod manager, such as Mod Organizer.
FUNCTIONS
Documentation is provided in po3_SKSEFunctions.psc.
NOTES
GetRandomFloat/Int is approximately 1000 times faster than vanilla Utility.RandomFloat/Int
SetSkinColor functions should only be used on NPCs, and only if it’s really needed. Side effect is losing lip colors/warpaints/scars.
SetFace/SkinTextureSet will result in a neckseam if the entire textureset is replaced.
Most Set functions only last a single game session, and may still persist even if loading saves before the function was called.