SABER COLOR MOD THINGY!! | |
Dicemaster - Student ![]() |
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 |
Lian Del Rey - Student ![]() |
Just type: color1 0-IForgot!!!! _______________ slorp |
JA > Yun - Student ![]() |
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. |
Aeth S'kray - Retired ![]() |
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 |
Aeth S'kray - Retired ![]() |
btw can you exec the .cfg without cheats enabled? _______________ Aeth S'kray *June 2002 +September 2003 |
Sniya - Student ![]() |
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 |
JA > Yun - Student ![]() |
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. |
Aeth S'kray - Retired ![]() |
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? ![]() ![]() _______________ Aeth S'kray *June 2002 +September 2003 |
JA > Yun - Student ![]() |
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. |
Aeth S'kray - Retired ![]() |
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 |
Dicemaster - Student ![]() |
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 |
Darth Revan - Ex-Student ![]() |
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 |
Aeth S'kray - Retired ![]() |
what tha... hey, that's faaaaaar to complex. there is a MUCH more simple way ![]() _______________ Aeth S'kray *June 2002 +September 2003 |
Dicemaster - Student ![]() |
thanks yunster
_______________ Dicemaster |
JA > Yun - Student ![]() |
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! |