•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

[SOLVED] Bind commands?

Posts
92
Likes
39
Hey community!

Are there commands like randomizer that I can use on jampconfig.cfg?

Like, is there anyway for me to make a bind that change my saber color to random colors?

Instead of
color1 7230
can I use something like
color1 random (1-100000)?
 

LoU

R2D2
Movie Battles II Team Retired
Posts
746
Likes
651
I will post you example tomorrow, going to sleep now. Please be patient, maybe someone will do it for me. :)
 

LoU

R2D2
Movie Battles II Team Retired
Posts
746
Likes
651
Code:
bind h vstr sabercolor1
set sabercolor1 "color1 65280; bind h vstr sabercolor2"
set sabercolor2 "color1 16726784; bind h vstr sabercolor3"
set sabercolor3 "color1 16711905; bind h vstr sabercolor4"
set sabercolor4 "color1 65611; bind h vstr sabercolor5"
set sabercolor5 "color1 4390656; bind h vstr sabercolor6"
set sabercolor6 "color1 16711905; bind h vstr sabercolor7"
set sabercolor7 "color1 16711905; bind h vstr sabercolor1"

bind g vstr sabercolorx1
set sabercolorx1 "color1 65280; wait 20; vstr sabercolorx2"
set sabercolorx2 "color1 16726784;  wait 20; vstr sabercolorx3"
set sabercolorx3 "color1 16711905;  wait 20; vstr sabercolorx4"
set sabercolorx4 "color1 65611;  wait 20; vstr sabercolorx5"
set sabercolorx5 "color1 4390656;  wait 20; vstr sabercolorx6"
set sabercolorx6 "color1 16711905;  wait 20; vstr sabercolorx7"
set sabercolorx7 "color1 16711905;  bind g vstr sabercolorx1"

Copy paste it to notepad and save as mycolors.cfg to MBII folder.
In game, open console and type: /exec mycolors.cfg

Usage:
g - rainbow autocycle
h - manual cycle through colors
 
Posts
23
Likes
1
Code:
bind h vstr sabercolor1
set sabercolor1 "color1 65280; bind h vstr sabercolor2"
set sabercolor2 "color1 16726784; bind h vstr sabercolor3"
set sabercolor3 "color1 16711905; bind h vstr sabercolor4"
set sabercolor4 "color1 65611; bind h vstr sabercolor5"
set sabercolor5 "color1 4390656; bind h vstr sabercolor6"
set sabercolor6 "color1 16711905; bind h vstr sabercolor7"
set sabercolor7 "color1 16711905; bind h vstr sabercolor1"

bind g vstr sabercolorx1
set sabercolorx1 "color1 65280; wait 20; vstr sabercolorx2"
set sabercolorx2 "color1 16726784;  wait 20; vstr sabercolorx3"
set sabercolorx3 "color1 16711905;  wait 20; vstr sabercolorx4"
set sabercolorx4 "color1 65611;  wait 20; vstr sabercolorx5"
set sabercolorx5 "color1 4390656;  wait 20; vstr sabercolorx6"
set sabercolorx6 "color1 16711905;  wait 20; vstr sabercolorx7"
set sabercolorx7 "color1 16711905;  bind g vstr sabercolorx1"

Copy paste it to notepad and save as mycolors.cfg to MBII folder.
In game, open console and type: /exec mycolors.cfg

Usage:
g - rainbow autocycle
h - manual cycle through colors
Hey is there any way to cycle other colors ? For instance if i want to get all colors (with yellow, orange...)
Thanks :)
 

LoU

R2D2
Movie Battles II Team Retired
Posts
746
Likes
651
Choose your saber color in game. Then open console and write:
/color1

It will show you current, chosen value.
 
Top