Posted by PoepieMoe @ 10:23 CDT, 5 September 2014 - iMsg
So in Quakeworld I use weapon binds where I press one button it selects for example the RL and fires directly and another button selects the LG and it does the same, can I make something like this in QL and how?
That's done as it should work on any ping, without waits it can just fail.
It's much better to just get used to pressing jump a tiny fraction of a second before fire yourself though.
yes, but it's not a great idea, especially if you don't just play PQL with it's instant weapon swap.
Also you can't effect where you aim by scripting any more so no oldschool RJ scripts or fast grens at the floor.
alias +lg "weapon 6 ; wait 2 ; +attack"
alias -lg "-attack"
bind mouse2 "+lg"
This kind of thing will only work well for Turbo in QL though. It will be miserable in either the default or classic rulesets which do not feature instant (well near instant) weapon switch.