poporaltemporal Posted February 6, 2023 Posted February 6, 2023 Hey, I am making mod that needs values stored on PC AND NPCs. Common way to solve this issue is use factions which make it really good as you can use same value for dialogues. Are there any papyrus or SKSE extension that provides similar functionality as Faction for all Actors? If not what are the alternatives and can those solutions to be used in CK condition clauses? I am thinking to provide faction rank for "stage" or "level" and use something else to track the actual thing.
poporaltemporal Posted February 6, 2023 Author Posted February 6, 2023 Looked into the morph potions and figured out that the scroll as the nail morph type is silly so I will change the scrolls into "potions" that probably have custom model. If I can find one. Those items will simply be called as nail polish. Its tiny bit weird for the long nails but well lets see about that.
VersuchDrei Posted February 6, 2023 Posted February 6, 2023 The StorageUtil script that comes with PapyrusUtil can save values on a per actor basis which will get serialized into the co-save. Alternatively you can also do it with JContainers. But both of those may cause a bit of script lag if you use them in combination with a big list of actors.
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