Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

My Skin Textures

Page: 1 of 1
 SparedLife
09-17-2003, 3:10 AM
#1
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 (http://www.sparedlife.com/starwars/SkinHelp.asp)

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.

http://www.sparedlife.com/StarWarsImages/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 (http://www.sparedlife.com/StarWars/Index.asp)
 Omikron
09-21-2003, 1:39 AM
#2
Nice work, good to see that SOMEONE has started editing it.
 Lord_Angelus
09-22-2003, 12:21 PM
#3
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.

http://www.isd-imperium.co.uk/skinproblem.jpg)

Lord Angelus
 SparedLife
09-25-2003, 3:08 AM
#4
I know that invisible body parts are usually a sign of a typo in the .skin file but I've checked for that

Should be able to spot that by a white texture in the model viewer. Check to make sure you are not using progressive JPG's or the wrong type of PNG
 SSJShinigami
09-25-2003, 4:38 AM
#5
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.
 Lord_Angelus
09-25-2003, 10:59 PM
#6
Its working now, thanks :D
*gets to work on skinning*

Lord Angelus
 jaugron
09-26-2003, 7:06 PM
#7
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.
Page: 1 of 1