View Full Version : Help with some binds.
Tsuyoi_v2
03-23-2008, 02:58 PM
I was just wondering if i could make a context bind for a mouse button to swap to nades if i have my primary weapon out, but then using the same button, swap to my primary weapon if i have my nades out. If so, how would i write it?
Ifurita
03-23-2008, 03:54 PM
Nope, won't work. There are no weapon contexts and you can't combine commands with an underscore in it (e.g., _weapon2 and _weapon3) in scripts or chained binds
Try Key Scripter, you can run it alongside Quake Wars. It allows you to set up any binds not supported in the game. I'm personally using it to make some keys work as toggles, but you can create all kinds of complicated scripts with it.
Ravager_1
03-24-2008, 10:10 AM
i need help too!!
I need a bind to change your name color and clan in one button !!!!!
I got this: bind "o" "ui_name ^pR^?a^pvage^?r^p_1"
But problem is that after i push button "o" it make my name like this:
^ pR ^ ? a ^ pvage ^ ? r ^ p _ 1
Any help here?
xxcommodusxx
03-24-2008, 11:54 AM
Any help here?
Ravager, use single quotes ' instead of double quotes ". That will fix the space problems.
nick_ss
03-25-2008, 01:00 AM
I don't think u can do that with nades/main weapon, at least not for the in game bind. It would require chain commands, which is restricted in the game.
Tsuyoi_v2
03-25-2008, 08:46 AM
Bah. Thanks guys =]
Dirka_Dirka
03-25-2008, 06:41 PM
I got this: bind "o" "ui_name ^pR^?a^pvage^?r^p_1"
try this:
bind "o" "ui_name '^pR^?a^pvage^?r^p_1'"
Dirka_Dirka
03-25-2008, 06:44 PM
re: op.. you can however switch from a tool/item to primary weapon or nades with 1 button. there are some threads around here discussing that option.
Burnzy
03-27-2008, 02:11 AM
i need help too!!
I need a bind to change your name color and clan in one button !!!!!
I got this: bind "o" "ui_name ^pR^?a^pvage^?r^p_1"
But problem is that after i push button "o" it make my name like this:
^ pR ^ ? a ^ pvage ^ ? r ^ p _ 1
Any help here?
I tried it and it work.
bind "x" "seta ui_clantag '^3Yay';wait;seta ui_name '^1B^2obby^13!'"