I am setting up a new modlist, and testing as I go along. Last mod I installed was The Great City of Winterhold (which is great BTW) but when running around it, I noticed a few naked NPCs.

Then I coc to Whiterun, to do more testing and Aela, Farkas and Ria were fighting the Giant on the farm with nothing on, and no weapons (they were fighting unarmed!)

I opened Aela on SSEDIT and she has no issues - otft record, inventory with weapons all seem in order. Wondering what is causing this and how I can fix it.

https://loadorderlibrary.com/lists/purush

Edit 1: see NSFW pic (because they are all naked) with More Informative Console here - https://i.imgur.com/p4kAD2B.jpeg

Is it a bad sign if the Base and the Ref are referring to different ESPs?

Edit 2: I worked it out. I had the first version of this mod - https://www.nexusmods.com/skyrimspecialedition/mods/109152. It was applying to NPCs, and they were naked because they were too low level for their gear. Because it is all script injected, it wasn’t clear that there were any issues when looking at SSEEdit. The dangers of runtime-patching, manifest!

  • randomdeadguy@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    Your problem is relatively familiar. It seems we have an inconsisteny in what is given to NPCs equip, and what can be equipped. Sometimes this comes from the new item given to them is missing their target model completely. It’s different from a simple missing texture.

    The mod that’s creating this issue is also the one that touches each of your errored (nude) NPCs. Since it’s on major vanilla characters, we know where we can start looking, specifically at the items placed in the problematic NPCs’ inventory, like the other user said.

    Based on what you said, that you’ve installed a mod list, I think the most likely problem is that your new clothes and weapons plugin(s) are being over-written by something different later in your load order.

    If you do the old binary two-step and disable half your new mods, or armor mods, and try to replicate the issue, that usually helps. You’ll notice that everyone will be back to normal once you have deactivated the culpable plugin from your mod manager. After this we simply and patiently enable half of the newly disabled plugins until we see naked NPCs again (yay). Finally you’ve singled out the broken plugin, you can either reconfigure it’s load order arguments or FOMOD or just eliminate it completely.

    Good luck and godspeed

    • postgeographix@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      Yeah I guess I do need to do that. Thing is, I haven’t added any new Armor or Clothing mods yet, I leave those to the end of the process when making a list.

      Binary search it is. Jeeze. I have been adding mods like crazy since the Christmas break, I am assuming it started sometime around then. Oh well.