Jump to content

Home

My Skin Textures


SparedLife

Recommended Posts

Ok since the other thread I had started was a mixed thread of Gifs, pics, and skins it didn't make it here. I thought I got my own thread for filling it with any topic I wanted :confused::p

 

just j/k :D

 

Anyway I took on the task of creating various textures for the players choice models - specifically the jedi_tf model. I of course have no idea how to make them work in a game yet or if you can add player choice skins to the existing models. Just in case not I created the model_ skin file too.

 

 

I made a little help page to reflect what I have done so far.

 

 

Players Choice Skin Help

 

I made 4 skins for this model and added some players choice skins as well. In the model viewer they all work great but I'm sure there's more to it. Besides the obvious they are not in pk3 format and there's no model icons in the zip files.

 

jedi_tf_008.jpg

 

I hope someone finds these skins useful. There is a list here of what I have so far. There's over 30 in mostly standard glm models.

 

Index page

Link to comment
Share on other sites

I've started editing some of the torsos and I've come across a problem with the robes. The "flaps" that appear under the belt only have a texture on one side, on the inside they are invisible. I know that invisible body parts are usually a sign of a typo in the .skin file but I've checked for that.

 

Here is an example of what I mean.

 

skinproblem.jpg

 

Lord Angelus

Link to comment
Share on other sites

That's actually a shader problem. You need to make a shader to reproduce your texture on the underside of the robes. If you look in the players.shader file you'll find something like this for lucasarts' original skin:

 

models/players/jedi_hm/robes02_lower

{

cull twosided

{

map models/players/jedi_hm/robes02_lower

blendFunc GL_ONE GL_ZERO

rgbGen lightingDiffuseEntity

}

{

map models/players/jedi_hm/robes02_lower

blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA

rgbGen lightingDiffuse

}

}

 

The "cull twosided" line is what makes the image show on both sides of the surface. Just stick in your texture's pathname in place of the original image and save it as a .shader file and it should fix your problem.

Link to comment
Share on other sites

Is it possible from what you have seen so far to jus edit the costumes using the already choose able torso,legs, etc costumes to use them as base for changing them to a new costume ie-like some of the female twilek clothes seem idea for making into a slave girl(ala leia) outfit.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...