Quote:
Originally Posted by ToeNail
wait I got the skin to work..but how do I get the head on there?
|
Face or head? For the former check ur tik and the shader name it refers to. That shader must be in ur .shader file and there should be the link to the face skin pic.
A tik file can be like this:
...
path models/human/heads
skelmodel head2.skd //u can have 1-8
surface head shader your_face_skin_name
...
In the shader file
...
your_face_skin_name
{
qer_editorimage textures/models/your_skin.tga
{
map textures/models/your_skin.tga
rgbGen lightingSpherical
}
}
...
The path can be another one, so change that if have different folder structure.