Jump to content

Home

Saber color changing in-game


Boba_Fett_013

Recommended Posts

I was just wondering if anyone would be so kind as to tell me whether there is a way to bind saber colours or to cycle through saber colours in game without using a script. I saw a person doing this in a game but it could have just been a script. I would appreciate any help people could give me :)

Link to comment
Share on other sites

It's most likely a script. If you want to change your saber color by hand, in the console type:

 

color1 #;

 

...where # = a number between 0 and 5.

 

0 = red

1 = orange

2 = yellow

3 = green

4 = blue

5 = purple

 

If you want this bound to a key, type this in the console:

 

bind z "color1 3";

 

Doing the above would bind the "z" key with the command "color1 3" which changes the color of my saber to green. The quotation marks contain the long string argument.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...