Jump to content

what to replace OnLoad() when loadgame?


pxd2050

Recommended Posts

So are you trying to maintain a certain hair color for the NPC/s I assume? And if they unload, then appear again is the hair color getting reverted to something else?

 

I have made followers that use my presets live in game and never had this issue so think you must be doing something against what the model uses. Mine had their wild hair colors as part of a facegen nif generated one time in game and thats the color the nif has so I no maintaining needed. Point being if you want their hair color to always be the same one, you can avoid all this if you open their facegen in nifskope and navigate to the hair tint line in shader settings and pick any color you wish. Be sure to do it to line and scalp too if present. Boom done. As for the armor, you should be okay just equipping that with the "True" argument and not have to worry about re-applying it

 

I have never needed OnLoad() for NPCs and suspect you can sidestep that too which is ideal with how that event works

Link to comment
Share on other sites

So are you trying to maintain a certain hair color for the NPC/s I assume? And if they unload, then appear again is the hair color getting reverted to something else?

 

I have made followers that use my presets live in game and never had this issue so think you must be doing something against what the model uses. Mine had their wild hair colors as part of a facegen nif generated one time in game and thats the color the nif has so I no maintaining needed. Point being if you want their hair color to always be the same one, you can avoid all this if you open their facegen in nifskope and navigate to the hair tint line in shader settings and pick any color you wish. Be sure to do it to line and scalp too if present. Boom done. As for the armor, you should be okay just equipping that with the "True" argument and not have to worry about re-applying it

 

I have never needed OnLoad() for NPCs and suspect you can sidestep that too which is ideal with how that event works

I'm making a mod to change NPC hair color (including wig), but when LoadGame or load Cell, NPC hair color back to the default value. I use papyrus extender.

My mod, onload () is valid for most followers, but sometimes it does not update the hair color for followers without HCLF. So I want to try the peak method you said.

can't upload files......

Edited by pxd2050
Link to comment
Share on other sites

  • Recently Browsing   0 members

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