Jump to content

Recommended Posts

Posted

 

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.

  • 2 months later...
Posted

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..?

Posted
.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:

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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