Skyrim
0 of 0

File information

Last updated

Original upload

Created by

powerofthree

Uploaded by

powerofthree

Virus scan

Safe to use

About this mod

An SKSE plugin with some custom Papyrus functions. Currently required by: Frozen Electrocuted Combustion + Strange Runes.

Requirements
Permissions and credits
Changelogs
powerofthree's Papyrus Extender

REQUIREMENTS

SKSE
Latest version of Skyrim
Visual C++ Redistributables (2015/2017/2019)

CHANGELOG

Spoiler:  
Show


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.

Source is available at : https://github.com/powerof3/SKSEPlugins

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.  

CREDITS
  • underthesky for initially getting this set up and implementing the position functions (thanks a lot!)
  • aers, nukem, ryan, meh321 for tips and help
  • davidjcobb for advice and reviewing the code + his Skyrim class definitions
  • expired6978 for advice plus some bits of code were adapted from Racemenu related to modifying NiNodes.
  • Chesko for decoding ExtraTeleport, adapted from SimplyKnock.
  • Dienes for the ReplaceKeyword function adapted from DienesTools.