Jump to content

Help with testing


Recommended Posts

Posted

The textures have problems, I'm not sure how you saved them but they don't work in game.

The shader file is not right

 

"models/players/sheev_holo/boots_hips
{
{
map models/players/sheev_holo/
blendFunc add
rgbGen lightingDiffuse
depthWrite
}
{
 
}
}"
 
There is way too many brackets and most are out of place, should look like this
 
models/players/sheev_holo/boots_hips
{
    {
       map models/players/sheev_holo/
       blendFunc add
       rgbGen lightingDiffuse
       depthWrite
    }
}
 
Also your skin file has these lines which will cause problems
 
l_shoulder_robeap,models/players/jedi_spanki/robe-caps.tga
l_arm_robeap,models/players/jedi_spanki/robe-caps.tga
r_shoulder_robeap,models/players/jedi_spanki/robe-caps.tga
r_arm_robeap,models/players/jedi_spanki/robe-caps.tga
 
This would work in theory if you had the "jedi_spanki" model in your base folder but most people won't.
bigphil2695 likes this
Posted

The weird thing is that the Shaders worked for me every time. It's possible the Jedi Spanki thing was messing it up on your end though. I have updated it in my dropbox in case you want to try it again.

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
×
×
  • Create New...