Renzero7 Posted August 15, 2023 Share Posted August 15, 2023 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=sharinghere are the files:https://drive.google.com/drive/folders/1cOWqE6g6r3gEVrmyEbSGBOLVWxS0KG5L?usp=sharing Link to comment Share on other sites More sharing options...
Hanaisse Posted August 15, 2023 Share Posted August 15, 2023 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 hereNow 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. Link to comment Share on other sites More sharing options...
Renzero7 Posted August 15, 2023 Author Share Posted August 15, 2023 so the texture works thanks to you but now but it doesnt show up when i equiped it, and when i dropped it its just floats like it doesnt have any physicsImages:https://imgur.com/AI2kQPKhttps://imgur.com/0Jj7oDNhttps://imgur.com/WxqsO71Files:https://drive.google.com/file/d/1fwN95SVdLrn0RNpachgSWet5i4oCqrN0/view?usp=sharingalso im so dumb posting SkyrimSE mod problems in Oldrim lmaoo Link to comment Share on other sites More sharing options...
Recommended Posts