Jump to content

Home

Changing lightsaber colors?


Necro(N.O)

Recommended Posts

yep --Tarus

 

That says it all, I suppose...

 

But allow me to add to his Lightsaber Color Bind Guide ;)

 

To bind a model and a lightsaber color, try something like this:

 

bind x "model luke/red;color1 2"

 

That is for yellow, and color1 5 is purple. You can determine the other colors from there if you like.

 

Hope that helps!

 

Fitzwilliam

Link to comment
Share on other sites

I think he means that everytime he hits 1 key, it'll change to the next color.

 

And yes, there is a script for it which has been posted on this forum.. Might try making a search ;)

 

(That's always the first thing to do)

 

 

 

Here you go:

 

set saber0 "seta color1 0; set lsaber vstr saber1"

set saber1 "seta color1 1; set lsaber vstr saber2"

set saber2 "seta color1 2; set lsaber vstr saber3"

set saber3 "seta color1 3; set lsaber vstr saber4"

set saber4 "seta color1 4; set lsaber vstr saber5"

set saber5 "seta color1 5; set lsaber vstr saber6"

set saber6 "seta color1 6; set lsaber vstr saber0"

vstr saber0

set lsaber vstr saber0

bind x "vstr lsaber"

 

Next time if you have a question please search first :)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...