Dark Iniquity Posted December 13, 2002 Share Posted December 13, 2002 Lo, anyone know the command to change saber color from console. I saw i nice /amtaunt saber spin with the colors chaning every second looked very 1337 any ideas. Link to comment Share on other sites More sharing options...
thehomicidalegg Posted December 13, 2002 Share Posted December 13, 2002 This should be included at the Sticky at the top: SCRIPTS here, as that's a collection of scripts, etc... Now on to the topic... the cvar for changing sabrecolour is color1 #, where # = 0-5 0- Red 1- Orange 2- Yellow 3- Green 4- Blue 5- Purple For sabre spin taunt: Lets try: set saber1 "amtaunt; saber1 0; wait 5; vstr saber2" set saber2 "color1 1; wait 5; vstr saber3" set saber3 "color1 2; wait 5; vstr saber4" set saber4 "color1 3; wait 5; vstr saber5" set saber5 "color1 4; wait 5; vstr saber6" set saber6 "color1 5; wait 5; vstr saber7" set saber7 "color1 0" bind x "vstr saber1" this will cycle the sabre's colour from red through to purple and back to red whilst in amtaunt. You can change the variable after wait to vary the time period allocated to each colour. See if it works. [EDIT]: changed the mistake Link to comment Share on other sites More sharing options...
«¦gøt ƒørçë?¦» Posted December 19, 2002 Share Posted December 19, 2002 huh where are you supposed to write all this??? in the console or in a text file or in a cfg? Link to comment Share on other sites More sharing options...
«¦gøt ƒørçë?¦» Posted December 20, 2002 Share Posted December 20, 2002 Anyone knows?im all lost i tried in the console but it doesnt work it says unkown cmd 0 ,i tried in jk2mp.cfg but it doesnt work either what do i have to do???????????????????? Link to comment Share on other sites More sharing options...
thehomicidalegg Posted December 20, 2002 Share Posted December 20, 2002 Dont ever mess around in the jk2mp.cfg. Create an autoexec.cfg file by using notepad and changing the file extension. You can put it in there so that this script will work each time, or, create a .cfg file of any othername and when in game type this in the console: exec cfgname.cfg Link to comment Share on other sites More sharing options...
«¦gøt ƒørçë?¦» Posted December 20, 2002 Share Posted December 20, 2002 ok but where do i put the cfg?in base folder?i tried in a vulcanus admin mod server i did the exec thing and when i press x, my character only amtaunt the saber doesnt change colors Link to comment Share on other sites More sharing options...
«¦gøt ƒørçë?¦» Posted December 29, 2002 Share Posted December 29, 2002 Could you answer me its been long and i still dont find my answer... Link to comment Share on other sites More sharing options...
thehomicidalegg Posted December 29, 2002 Share Posted December 29, 2002 yep put the cfg in the base folder. try lengthening the waits.... change all the wait values to 40. or: set taunt "amtaunt" set sbcolour "color1 0; wait 40; color1 1; wait 40; color1 2; wait 40; color1 3; wait 40; color1 4; wait 40; color1 5; wait 40; color1 0" bind x "vstr taunt; vstr sbcolour" my cdrom is screwed up so i cant check it right now, so see if that works Link to comment Share on other sites More sharing options...
«¦gøt ƒørçë?¦» Posted December 29, 2002 Share Posted December 29, 2002 heh thnx but it isnt saber1 its color1! anyway i changed saber for color anf it works perfectly thnx! Link to comment Share on other sites More sharing options...
thehomicidalegg Posted December 30, 2002 Share Posted December 30, 2002 oops sorry bout that.... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.