RBacteria Posted December 19, 2015 Share Posted December 19, 2015 Hello, i am trying to make my own character mod, so i unpacked some mods to study.But the body textures are darker than in-game model texture. Why is it? And what is _sk texture?And finally, if you know any good tutorial about 3d character(modelling, texturing, etc.), please share it! I don't care if it's paid tutorial.thank you for reading. Link to comment Share on other sites More sharing options...
Thessera Posted March 4, 2016 Share Posted March 4, 2016 Femalebody_1_sk_ : looks like a texture map used, when the "character is damaged" like red for blood XD ( idk rly)The other female body texture: it could be a " map used to color the shadows" those black ones.. idk..it could be used as base color for one of the other maps..? Link to comment Share on other sites More sharing options...
akos515 Posted March 4, 2016 Share Posted March 4, 2016 .dds = diffuse map, the compressed texture itself_msn.dds = should be the body's normal map_s.dds = well since the specular map is in the _n.dds alpha i guess this is a gloss/shine map_sk.dds = if i remember right these maps contain sub surface details Biggest impact would have the change/edit of the .dds map since it contains the "real texture", _msn.dds - the normal map defines 3D details - simulates more details on a low polygon surface. There should be the specular in its alpha channel (black=dark,white=bright ingame). A "faked" normal map itself can be generated with Nvidia DDS plugin for Gimp/PS from the texture itself. _s.dds - just had a look on it in PS, seems similar to the other object's _m.dds, same color sheme as the specular map mentioned in the _msn.dds. Black = dark, less reflection/gloss, white = the opposite. _sk.dds - well you see its details in Gimp/Photoshop Hope it helps. :blush: Link to comment Share on other sites More sharing options...
RBacteria Posted March 4, 2016 Author Share Posted March 4, 2016 Thank you for the replies. It totally helped. Thanks a ton. :) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now