Jump to content

Recommended Posts

Posted

So i made a custom mesh that works fine in nifskope but doesnt appear in game,whats strange is that it shows in the inventory but it doesnt have a texture, im dont know what should i do to fix this cuz this is my first time in making skyrim armor mods

 

Images:
https://drive.google.com/drive/folders/1Li9SiNnEe0ommoA2i54CiH3LyFrSJKIP?usp=sharing
here are the files:
https://drive.google.com/drive/folders/1cOWqE6g6r3gEVrmyEbSGBOLVWxS0KG5L?usp=sharing

Posted

Right off the bat I see a few things wrong with it.

In the package you have a Meshes and Texture folder. What you need is a TextureS folder, not texture. You should also create a sub-folder for your textures, same as the mesh.

Like this;

Data/
..Meshes/armor/Subzero/ your mesh here
..Textures/armor/Subzero/ all your textures here

Now for some cleanup in NifSkope. In the BSShaderTextureSet block, the textures need to be directed to the textures in the format above in order for the game to see them. It also needs to be a dynamic link, not a static link like you have.

So the first texture should be "textures/armor/Subzero/sub_gear_a_017_d.dds"
and the second texture should be "textures/armor/Subzero/sub_gear_a_017_n.dds"
(without the quotes, obviously)

The game does not use a _ao texture so just erase that 3rd texture you have there.

  • Recently Browsing   0 members

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