nabliab Posted February 25, 2025 Posted February 25, 2025 (edited) Anyone know how I can remove warpaints from NPC's, like female soldiers? I can't find any mods on nexus to do it. https://i.imgur.com/Wclzz5g.png Edited February 25, 2025 by nabliab
traison Posted February 25, 2025 Posted February 25, 2025 (edited) I would make an xEdit script for this, then rebuild all relevant faces with the CK. The script could maybe check faction membership to determine who is a solder and who isn't. Edit: Basically what I'm saying is the warpaint is in the facegen meshes, so you'll have to rebuild those to get rid of it. This is not a thing you can configure in a plugin and be done with it. Edited February 25, 2025 by traison
nabliab Posted February 25, 2025 Author Posted February 25, 2025 7 hours ago, traison said: I would make an xEdit script for this, then rebuild all relevant faces with the CK. The script could maybe check faction membership to determine who is a solder and who isn't. Edit: Basically what I'm saying is the warpaint is in the facegen meshes, so you'll have to rebuild those to get rid of it. This is not a thing you can configure in a plugin and be done with it. Thanks I'll see what I can do. I am not great at xedit, though I kinda understand how to use it - somewhat.
traison Posted February 26, 2025 Posted February 26, 2025 I had a look at writing a script for this, but with templates and leveled lists and conflict resolution this becomes so complicated its going to be faster to do by hand in xEdit. I would start from the IsGuardFaction, and work through its reference list. Check the flags for gender, female NPCs have the female flag. Check the tint layers for applied warpaints. If you find multiple NPCs that need to be edited, you can select up to 4 of them at a time in xEdit and drag-n-drop values between them - makes editing much faster.
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