SureFerret Posted June 6, 2020 Posted June 6, 2020 I'm trying to create a mod to transform every NPC into female. I now there is a script that can do that, but it doesn't do exactly what i want : it just make male look like female but they are still flagged as male by the game and if you play a male character, you will look like a female. That isn't what i'm looking to do ... it is probably gonna take a long time if i try to edit every npc to look as i want them to do but i'm bored. I have seen other mod doing things like aonly allowing female version on non-unique NPC to spawn (like every guard/bandit/other are female), adn was wandering how they did that. Did they just delete the male versions of these NPCs and the system will just take what is left ?
Varithina Posted June 7, 2020 Posted June 7, 2020 14 hours ago, SureFerret said: I'm trying to create a mod to transform every NPC into female. I now there is a script that can do that, but it doesn't do exactly what i want : it just make male look like female but they are still flagged as male by the game and if you play a male character, you will look like a female. That isn't what i'm looking to do ... it is probably gonna take a long time if i try to edit every npc to look as i want them to do but i'm bored. I have seen other mod doing things like aonly allowing female version on non-unique NPC to spawn (like every guard/bandit/other are female), adn was wandering how they did that. Did they just delete the male versions of these NPCs and the system will just take what is left ? They edit the npc spawn through the level lists if you look, though there are a few npc's that do not have female versions even with non unique ones, also there are some npc's that are placed in the world not using level lists, they need changing for female version as well. Do not delete the npc, as they are then still in the level lists and anything else that references to them, that will generate crap tons of errors in the game, not sure what effect it would have but probably not too good. Your best bet is grab the feminize level lists mod and load that into xedit and see how they do it, personally I think they did not quite do it correct, mainly due to the various level lists now having in some cases less than 50% of the number of npc's in it than the vanilla game lists had, easy enough to sort, just duplicate the same female npc in that level list till the numbers of entries match. Currently I am working on a npc re-placer for populated skyrim changing all the nords, orcs and what not to elin, seriously tedious due to the sheer number of npc's that mod has in it. Quick add on to this you would need to do this for every mod that adds human npc's to the game.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.