Jump to content

MODDING: Faction rank does not cut it as short need float


Recommended Posts

Posted

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.

Posted

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.

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...