#1
|
|||
|
|||
Hello.
my config concerning this topic: Right mouse: Jump Left mouse: Shoot (who would have guessed... Well, what I usually do is: I hit the right button and a moment -that feels like a split second- after that I hit the left button. Why? I seem to be retarded, I can't hit both at the exact point of time. Well, I'm not physically challenged (I think), but it's simply to much of a struggle in my position as a not-so-ambitious player. (I play for fun.) So... is there a way I can bind both action to the right button of my mouse? Or is there any advice from anyone here that could help me improve my RJ? I'm asking because sometimes I'm simply in awe when I spectate and see all these perfect RJs.... |
#2
|
|||
|
|||
set rj "+moveup;+attack;wait;wait;-moveup;wait;-attack;-attack;-attack"
set meep "cl_yawspeed 22500;+left;+moveup;+attack;wait 2;-left;-moveup;-attack;+left;wait 2;-left" bind ctrl vstr rj |
#3
|
|||
|
|||
set rj "+moveup;+attack;wait;wait;-moveup;wait;-attack;-attack;-attack"
bind MOUSE 2 "vstr rj" Source: emsixteens config (configs/vstr.cfg) 8) |
#4
|
|||
|
|||
Thank you both.
What is Code:
set meep "cl_yawspeed 22500;+left;+moveup;+attack;wait 2;-left;-moveup;-attack;+left;wait 2;-left" I take it with Code:
set rj "+moveup;+attack;wait;wait;-moveup;wait;-attack;-attack;-attack" bind MOUSE2 "vstr rj" Also, I edited all this into my repconfig.cfg, but it seems to be deleted. I'll edit it into my qzconfig.cfg too, if that helps... ? Last edited by djdoofi : 07-11-2009 at 02:27 PM. |
#5
|
|||
|
|||
Open repconfig.cfg with a text editor then delete everything in it (DONT SAVE).
Then put the new RJ code in it. then "save as" AUTOEXEC.CFG Autoexec.cfg runs everytime QL starts so put anything custom in there. |
#6
|
|||
|
|||
pull back mouse and hit both buttons...
|
#7
|
|||
|
|||
bind mouse2 "+atttack;+moveup"
can change mouse2 to whatever key u like |
#8
|
|||
|
|||
Quote:
Anyone care to share what this is Code:
set meep "cl_yawspeed 22500;+left;+moveup;+attack;wait 2;-left;-moveup;-attack;+left;wait 2;-left" |
#9
|
|||
|
|||
This is simple to figure out:
bind MOUSE2 "vstr meep" Then press mouse2 ingame and you'll see what it's good for. |