The Jedi Academy. THE Place for Jedi training.
Forums
Content
The Academy
Learn
Communicate
Personal


Forums | Jedi Knight 2 Discussion
SABER COLOR MOD THINGY!!
Apr 20 2025 08:50am

Dicemaster
 - Student
Dicemaster
ok heres my problem. I've seen people change saber color at the press of a button, like change blue yellow red so one just random. I want to know how to do this. I know its in scrpting. IF ANY OF YOU CAN HELP ME MAKE A POST HERE WHERE I CAN GET IT, or send it to me via e-mail...my address is in my account.....THANK YOU
_______________
Dicemaster

  Login and add your comment!  
Comments
Mar 23 2003 03:08am

Lian Del Rey
 - Student
 Lian Del Rey

Just type: color1 0-IForgot!!!!
_______________
slorp

Jan 05 2003 12:07am

JA > Yun
 - Student
 JA > Yun

Just a little side-note: JOVI is going to have what is shown in my intial post, as well as Quick Select Color, as well as Goto Previous Color
_______________
Bringing newbies closer to perfection since 1998.

Jan 04 2003 05:49pm

Aeth S'kray
 - Retired
 Aeth S'kray

heh sweet thing that is, yun! and you dont need cheats enabled :)

how to do the cfg?
right click/new/notepad/ enter the stuff/save/close /rename the "newfile.notepad (dont know short thing) to autoexec.cfg
make sure you have the option enabled that allows you to see all .XXXs behind the file names. otherwise you will just see the filename and a notepad icon.
_______________
Aeth S'kray *June 2002 +September 2003

Jan 02 2003 05:51am

Aeth S'kray
 - Retired
 Aeth S'kray

btw can you exec the .cfg without cheats enabled?
_______________
Aeth S'kray *June 2002 +September 2003

Jan 01 2003 04:40pm

Sniya
 - Student
 Sniya

how do u make the .cfg file
_______________
The real question is not whether machines think but whether men do.
Bertrand Russell
http://www.thejediacademy.net/forums_detail_page.php?f_id=970


Dec 31 2002 09:12am

JA > Yun
 - Student
 JA > Yun

Picture it like weapon scrolling... Basicly anything that you can do with weapon next and weapon previous, you can do with this script....
_______________
Bringing newbies closer to perfection since 1998.

Dec 31 2002 02:37am

Aeth S'kray
 - Retired
 Aeth S'kray

ok, i dont know it then. i only made me something that shows all colours once and ends with my favourite blue saber.
i guess cou can move with it too? :mad: i can't lol, but your script is way to complex for poor lil me :cool:
_______________
Aeth S'kray *June 2002 +September 2003

Dec 30 2002 11:37pm

JA > Yun
 - Student
 JA > Yun

It loops continiously, of course.... Why would I do it any differenty... CODENAME:JOVI Is gonna have something extra in this area though... 2 things extra actually
_______________
Bringing newbies closer to perfection since 1998.

Dec 30 2002 11:37am

Aeth S'kray
 - Retired
 Aeth S'kray

is this a one-way-colour changer? so you see every colour and it stops at the last one, or ist it continuesly? o_O
_______________
Aeth S'kray *June 2002 +September 2003

Dec 29 2002 03:17pm

Dicemaster
 - Student
 Dicemaster

hey jedi master....that is a simple way, but i just wanted to be able to press a key...for exapmle x and the color of the saber would change. I have that now because of what yun told me it works great. All i do is push the x key and my saber color changes pretty cool....anyway thanks yunster
_______________
Dicemaster

Dec 29 2002 03:12pm

Darth Revan
 - Ex-Student
 Darth Revan

In single player you just open the command console (shift + ~) and type helpusobi 1 and hit enter than type setSaberColor (what ever color you want) no ()
_______________
formally known as jedi master, vanished and returned as the new sith lord

Dec 28 2002 08:04am

Aeth S'kray
 - Retired
 Aeth S'kray

what tha... hey, that's faaaaaar to complex. there is a MUCH more simple way :)
_______________
Aeth S'kray *June 2002 +September 2003

Dec 22 2002 11:56pm

Dicemaster
 - Student
 Dicemaster

thanks yunster

_______________
Dicemaster

Dec 22 2002 11:21pm

JA > Yun
 - Student
 JA > Yun

I've already helped Dicemaster with this... (Being the one who introduced it to the Academy) I'm posting instructions on how to do this here...

*** ALL WORK POSTED BELOW IS MY OWN, DO NOT TAKE CREDIT FOR IT, OR I'LL MAKE YOU EAT MY POPCORN WITH BANTHA FODDER TOPPING... DIG?

Step 1: Put the following in a file named "autoexec.cfg" in your base folder... If you do not have one, create one.
--------------
set "rsab" "vstr sab0"
set sab0 "color1 0; set rsab vstr sab1;echo ^3***^7 ^1Red Saber"
set sab1 "color1 1; set rsab vstr sab2;echo ^3***^7 ^3Orange Saber"
set sab2 "color1 2; set rsab vstr sab3;echo ^3***^7 ^3Yellow Saber"
set sab3 "color1 3; set rsab vstr sab4;echo ^3***^7 ^2Green Saber"
set sab4 "color1 4; set rsab vstr sab5;echo ^3***^7 ^4Blue Saber"
set sab5 "color1 5; set rsab vstr sab0;echo ^3***^7 ^6Purple Saber"
echo "Rainbow Saber Loaded"
--------------------------

Step 2: Open your console and type:
exec autoexec.cfg
bind "key" "vstr rsab"

Of course, change key to whatever you wish... Example:
bind m "vstr rsab"

So you would press M to use the Rainbow Saber Command.
_______________
Bringing newbies closer to perfection since 1998.

  Login and add your comment!