Just realized I forgot to endorse, derp I fixed that. Any chance that you could make mods for other situations? Some examples: Diseases, like nakedness it is only one line per NPC with the same cooldown booring. more dialogue from being sick would be nice, more concern from friends and moral npcs meanwhile nobles look with scorn unless befriended and specific diseases may prompt special dialogue IE Ataxia npcs comment on how you are shaking a lot and folks in the markarth warrens will mention also having it. SVampiris comments about how you look off or that your eyes are bloodshot vampire NPCs will react with subtle hints like "I bet we will be getting along better soon" or "Be sure to enjoy the sun while you can" Necromancy: NPCs that don't know better like children will say your friend looks sick ect guards will make comments like "wait Is this even illegal" or "I don't want to end up like your uh friend so... just move along". guards in winterhold will say "AGAIN! how many times do I have to tell you damn mages to keep the necromancy on the other side of the bridge"
At first, I didn't think the mod was working, then I remembered that my character was still wearing Vokrii armor pads. Derp. Once the pads were gone, the hilarity ensued.
Hey there is this mod here: Advanced Nudity Detection And what it does is let modular armors and keywords effect what is considered nude and I was wondering if you would be able to make your mod here take it into account. Like if you could have comments for if the player is just in underwear, topless or without pants by letting your mod read from that one.
I'm aware of AND, yes. But no, as already discussed at length in the comments, it's not such an easy task to just make this mod work with other keywords.
I just modified a spell to use AND to check if the player character is naked. It didn't need to check any keywords per se. It checks if player' has a FactionRank for the AND_NudeActorFaction.
223 comments
Diseases, like nakedness it is only one line per NPC with the same cooldown booring. more dialogue from being sick would be nice, more concern from friends and moral npcs meanwhile nobles look with scorn unless befriended and specific diseases may prompt special dialogue IE Ataxia npcs comment on how you are shaking a lot and folks in the markarth warrens will mention also having it. SVampiris comments about how you look off or that your eyes are bloodshot vampire NPCs will react with subtle hints like "I bet we will be getting along better soon" or "Be sure to enjoy the sun while you can"
Necromancy: NPCs that don't know better like children will say your friend looks sick ect guards will make comments like "wait Is this even illegal" or "I don't want to end up like your uh friend so... just move along". guards in winterhold will say "AGAIN! how many times do I have to tell you damn mages to keep the necromancy on the other side of the bridge"
Great mod!
Would you consider making a mod like this for Morrowind in the future?
And what it does is let modular armors and keywords effect what is considered nude and I was wondering if you would be able to make your mod here take it into account. Like if you could have comments for if the player is just in underwear, topless or without pants by letting your mod read from that one.
Thanks regardless.
(PlayerRef [PLYR:00000014]).GetFactionRank(AND_NudeActorFaction [FACT:FE08A831]) <> 0
Not sure that makes it any easier to add AND support to this mod (AND needs to be added as master), but thought I'd mention it in case it's useful.