Jump to content

fixing the normal maps in oldrim texture packs


happyshakra

Recommended Posts

hi everyone...

 

so. I'm trying to deal with the "shiny" effect that plagues some oldrim texture packs when they are used in the special edition. something to do with the normal maps lacking an alpha channel. I plan on using the SE port of the Noble Skyrim texture pack, mixed with some textures from a variety of aMidianborn packs (not updated, yet or ever, idk) and the later clearly has the normal map thing; see for yourself an example of the difference between the two packs in one image:

 

the shiny mud isn't a river. that's dirt02.dds and it's ugly bro dirt02_n.dds,

right next to a noble skyrim road texture, correctly ported to SSE.

 

so I think I understand the problem, but I don't really know how to do. I have the tools, the patience, but not the knowledge. from what I could read here and there, it seems what needs to be done is to "add a specular layer in the alpha channel" of each xxxx_n.dds I can find ? what must I do in order to do that ?

 

  • I'm using photoshop CC 2015 with a dds plugin; opening a dds file also give the option of converting the image to 8, 16 and 32 bits, or using the default size, I assume I'd best use the later, right ? there's also an option to load MIP maps, should I ?

 

  • what is actually a specular layer ? from what I see in correctly ported normal maps, it's a black and white and darker version of the real texture, but how can I create a proper one ?

 

if anyone would be so kind as to explain these things to me, I'd be grateful. thanks !

Edited by happyshakra
Link to comment
Share on other sites

There isn't a specular layer in Skyrim normal maps but there is (or probably should be) an alpha channel. In diffuse textures the alpha channel controls transparency but in normal maps it controls something akin to shininess. This is not the same thing as specularity, which if you want to control it you would do with a separate image referenced in the specularity slot in the TextureSet and that would be a black-and-white mask.

 

In short, the specularity map (if the model needs one) is not part of the normal map. They are separate files.

 

Skyrim DDS textures should be 32bits - 8 bits per channel for each of R,G,B and Alpha.

 

There is no need to load the mipmaps if your DDS plugin is capable of generating them on export. Just import the top layer and work on that.

 

Hope this helps. I use Gimp rather than Photoshop, so I can't give you precise information about where to click to do what but maybe someone else can,

Link to comment
Share on other sites

  • Recently Browsing   0 members

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