No unread notifications right now
You're up to dateA small plugin that exposes some new data to other mods, and fixes a few bugs.
BetaComment [Console Command]
BetaComment.txt
, which can be loaded in the CK when the file containing the reference is active. You can find the window to open BetaComment.txt
in the CK under World -> View BetaComment Data...
. Useful when doing level design, or bug reporting to the Unofficial Patch team about floating rocks or something. The file can also be renamed with the BetaCommentFileName setting in the config file.PipboyLightActive [AVIF:FE000800]
RadiationSourceCount [AVIF:FE000801]
InventoryWeight [AVIF:FE000802]
BakaUtil [Papyrus]
FilterReferencesByKeywords
which takes an array of ObjectReferences, and an array of Keywords, and returns a filtered array of ObjectReferences based on the keywords.StringUtil [Papyrus]
GetLength
, GetNthCharacter
, IsLetter
, IsDigit
, IsPunctuation
, IsPrintable
, AsInt
, AsChar
, Find
, and SubString
. Two other functions have been added as well, StringToArray
, and ArrayToString
which Split and Join strings respectively.