faenthir69 Posted June 29, 2022 Posted June 29, 2022 If I wanted to swap an npcs eyebrow texture to a new one during a quest, preferably during a scene, what would I need to do? Any good examples of this sorta thing I can snoop at? So far I've found that SKSE adds this feature: SetModelNthTextureSet(TextureSet texture, Int n, Bool firstPerson, Bool female) - Sets the Nth TextureSet for this ArmorAddon. Still awful at scripting though so I have no idea what it means by Nth. Am I on the right track or is there another way?
RohZima Posted June 29, 2022 Posted June 29, 2022 4 hours ago, faenthir69 said: If I wanted to swap an npcs eyebrow texture to a new one during a quest, preferably during a scene, what would I need to do? Any good examples of this sorta thing I can snoop at? So far I've found that SKSE adds this feature: SetModelNthTextureSet(TextureSet texture, Int n, Bool firstPerson, Bool female) - Sets the Nth TextureSet for this ArmorAddon. Still awful at scripting though so I have no idea what it means by Nth. Am I on the right track or is there another way? I think swapping the actual NPC would be standard way. Sorry I don't have any idea how you would swap the actual eyebrow though. I can't even think of a quest - vanilla or modded that changes a characters appearance on the fly like that. So yeah, the simple way is to have NPC.002 with the different eyebrows and swap them during the quest.
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