renesuper Posted March 4, 2017 Share Posted March 4, 2017 Hello guys,i made a wepon for skyrim with textures and all that stuff. I also added the weapon to the game and everything works as it should, but the textures look like a tornado went through them. As png data they are all fine, and when i open them with nif scope they are ruined. I tried different ways of converting the texture into a ddl data and even started all over and made the weapon again but nothing changes. The only thing i noticed what was different compared to the guide was that in nife scope the lightshaderproperties stayed at their position and didnt went out of the block. I hope someone can help me. Link to comment Share on other sites More sharing options...
joebenz Posted March 5, 2017 Share Posted March 5, 2017 (edited) I use PaintDotNet a free tool that converts into .dds perfectly. if you use photoshop, save your textures as .tiff and open PaintDotNet open the tiff texture and save as .dds it's a bit tedious but it does the job well.it works for me that way. Edited March 5, 2017 by joebenz Link to comment Share on other sites More sharing options...
renesuper Posted March 5, 2017 Author Share Posted March 5, 2017 Thank you, i tried that but how it seems there is a problem with the nif file. When i try to add the nif in the creation kit the weapon is purple. I will try to make a new nif file. Link to comment Share on other sites More sharing options...
Skagens Posted March 7, 2017 Share Posted March 7, 2017 Correct me if I'm wrong but doesn't Skyrim textures require a .dll, .dll_n and a .dll_m file? Link to comment Share on other sites More sharing options...
Eimernase Posted March 7, 2017 Share Posted March 7, 2017 Firstly, not dll (which is a dynamic process library), but dds.An _m.dds isnt always required. This file is a grayscale of the texture and the game take it for light-reflexions.@renesuper: can you show a screenshot of nifSkope with that issue? Also, check the path to your textures in the nif-file.If you see in CK only purple, that means there is no texture in the correct path the game can read. Link to comment Share on other sites More sharing options...
renesuper Posted March 7, 2017 Author Share Posted March 7, 2017 Ok it worked now, there was a mistake in the nif file. But now i got the problem that mytextures still look mixed up. Here is how they look like in nif scope and how it should look like. Thank you so far for the help guys :smile: Link to comment Share on other sites More sharing options...
renesuper Posted March 7, 2017 Author Share Posted March 7, 2017 And here how it looks like ingame. Link to comment Share on other sites More sharing options...
Eimernase Posted March 7, 2017 Share Posted March 7, 2017 Looks definitly like a texture issue in your nif-file.Just to make sure, you get it right:- did you have 2 textures (diffuse & normal-map) in your folder for that weapon?You need a diffuse-map and a normal-map. The diffuse-map is your colored texture, the normal-map is used to show more details, or better saying in fakes lighting of bumps and dents.Those 2 textures requires Skyrim.the diffuse-map is mostly saved as DXT1 without alpha-channel (filename.dds)the normal-map have an alpha-channel always and is saved mostly as DXT5 (filename_n.dds)If you have both textures, please check your texture-path in your nif-file.It should be similar like thishttp://eimernase.de/Skyrim/nifskope_texture-path.jpg Link to comment Share on other sites More sharing options...
renesuper Posted March 8, 2017 Author Share Posted March 8, 2017 Ok i ported my png files into dds as you said ( i did that already but remade the dds files) and checked the paths and still nothing changed, i dont know why this doesnt work. These are my textures, and i used paint.net to make the dds files. Link to comment Share on other sites More sharing options...
renesuper Posted March 8, 2017 Author Share Posted March 8, 2017 My paths Link to comment Share on other sites More sharing options...
Recommended Posts