Jump to content

Texture problem after reloading


Recommended Posts

Posted

Recently this texture bug, when equipping any kind of body armor, occurs sometimes after reloading a save.

Untitled.png.5fada9e07399e8294e42253528c5b9c7.png

 

It does not happen while playing only after reloading. And after that all saves are affected until to a certain point where the problem suddenly doesnt exist.

I dont know what might cause this. I looked at my last save that worked fine and the first one where the problem occurs and they're literally 2 minutes appart and all I did was loot some chests and dead enemies.

 

I tried reinstalling/changing textures, rebuilding/changing meshes, disabling mods that modify textures (like slavetats, Active Overlays etc.) nothing helps.

 

So if anyone has any idea what is happening here and how I might be able to fix it, I would be very grateful.

 

Posted
59 minutes ago, ナイコン said:

Recently this texture bug, when equipping any kind of body armor, occurs sometimes after reloading a save.

 

 

It does not happen while playing only after reloading. And after that all saves are affected until to a certain point where the problem suddenly doesnt exist.

I dont know what might cause this. I looked at my last save that worked fine and the first one where the problem occurs and they're literally 2 minutes appart and all I did was loot some chests and dead enemies.

 

I tried reinstalling/changing textures, rebuilding/changing meshes, disabling mods that modify textures (like slavetats, Active Overlays etc.) nothing helps.

 

So if anyone has any idea what is happening here and how I might be able to fix it, I would be very grateful.

 

Are we talking about Skyrim LE or SE?

looking at the screens your problem is really on the suit, it seems that the textures are not present or have bugs. If you link the suit mod you can check it out

Posted (edited)
1 hour ago, lisander68 said:

Are we talking about Skyrim LE or SE?

looking at the screens your problem is really on the suit, it seems that the textures are not present or have bugs. If you link the suit mod you can check it out

 

I dont think its the armor since it happens with every other armor in the game too. And the effect persists after unequipping the armor.

 

Something screws with the normal maps but so far I dont know what.

 


While I dont know what causes this, at least I found a way to fix it for now.

 

Make a new preset with the broken character.

Open the preset and change:

 

   "skinOverrides" : [
      {
         "firstPerson" : false,
         "slotMask" : 4,
         "values" : [
            {
               "data" : "",
               "index" : 1,
               "key" : 9,
               "type" : 2
            }
         ]
      }

to

   "skinOverrides" : [
      {
         "firstPerson" : false,
         "slotMask" : 4,
         "values" : [
            {
               "data" : "textures\\actors\\character\\female\\femalebody_1_msn.dds",
               "index" : 1,
               "key" : 9,
               "type" : 2
            }
         ]
      }

 

Load that preset with the broken character.

Edited by ナイコン
Posted
18 minutes ago, ナイコン said:

 

I dont think its the armor since it happens with every other armor in the game too. And the effect persists after unequipping the armor.

 

Something screws with the normal maps but so far I dont know what.

 


While I dont know what causes this, at least I found a way to fix it for now.

 

Make a new preset with the broken character.

Open the preset and change:

 

   "skinOverrides" : [
      {
         "firstPerson" : false,
         "slotMask" : 4,
         "values" : [
            {
               "data" : "",
               "index" : 1,
               "key" : 9,
               "type" : 2
            }
         ]
      }

to

   "skinOverrides" : [
      {
         "firstPerson" : false,
         "slotMask" : 4,
         "values" : [
            {
               "data" : "textures\\actors\\character\\female\\femalebody_1_msn.dds",
               "index" : 1,
               "key" : 9,
               "type" : 2
            }
         ]
      }

 

Load that preset with the broken character.

then it is a question of missing textures or missing mipmaps

simply try installing a complete texture package

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...