DoubleYou Posted June 20, 2015 Posted June 20, 2015 Discussion thread:PapyrusUtil - Modders Scripting Utility Functions by exiledviper and meh321Wiki Link SKSE plugin that allows you to save any amount of int, float, form and string values on any form or globally from papyrus scripts. Also supports lists of those data types. These values can be accessed from any mod allowing easy dynamic compatibility.Also adds the following papyrus commands:Toggle fly cam and set fly cam speed - TFC.Set menus on / off - TM.Bat command - execute batch file in console.Write to file / read to file functions. Good to combine with bat command.Adds an additional package stack override on actors. See ActorUtil.pscReplace any animations on selected objects. See ObjectUtil.pscPrint messages to console.set and load data to custom external JSON files. See JsonUtil.pscSome other misc stuff.PapyrusUtil.psc - version check & variable initialized arrays.StorageUtil.psc - store variables and lists of data on a form that can be pulled back out using the form and variable name as keys. See psc file for documentation.JsonUtil.psc - Similar to StorageUtil.psc but saves data to custom external .json files instead of forms, letting them be customizable out of game and stored independent of a users save file.ActorUtil.psc - actor package override.ObjectUtil.psc - animation replacement.MiscUtil.psc - some misc commands. This is necessary for DynDoLODAccepted for 2.2.9.1 Core
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now