Jump to content

Home

Saber Colors


Catharsis777

Recommended Posts

Could someone please tell me why I can't get the saber colors to change when I edit it in a paint program? I edit it, but it doesn't seem to change. Is it different in single player and multiplayer? Please, I'm just trying to make different colors in single player. I use tck for multiplayer.

 

Kevin Benedict

Link to comment
Share on other sites

  • 3 weeks later...

well, if you go into the console (Shift ~) and type

SaberColor ___

you should be able to change the saber's color, though it'll be blue in the cutscenes.

In place of the ___, enter in a color:

 

blue

green

yellow

orange

red

purple

 

hope that helps!

Link to comment
Share on other sites

@Master Burner

I bet the trail of all other saber colors were white, too.

That's easy, just edit the lines in sabers.shader from

 

gfx/effects/sabers/saberBlur

{

cull disable

 

{

clampmap gfx/effects/sabers/blurglow

blendFunc GL_ONE GL_ONE

rgbGen vertex

}

{

clampmap gfx/effects/sabers/blurcore

blendFunc GL_ONE GL_ONE

rgbGen identity

}

}

 

to

 

gfx/effects/sabers/saberBlur

{

cull disable

 

{

clampmap gfx/effects/sabers/blurglow

blendFunc GL_ONE GL_ONE

rgbGen identity

}

{

clampmap gfx/effects/sabers/blurcore

blendFunc GL_ONE GL_ONE

rgbGen identity

}

}

 

That's it, now all trails are white. Or whatever color the .tga has. But it is not possible to change an individual saberblurcolor.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...