about hud_fastswitch
kiddo
Join Date: 2007-01-07 Member: 59503Members
This is marked as a bug number 138, in the bug list. I was wondering if anything is being done for future releases to correct it? What its currently doing only is for fastswitch to work, I have to push 1, 2, 3...ect for the weapon to switch, but if I try to scroll it simply doesn't work. hud_fastswitch 1 works best on DoD for me when I simply scroll through my weapons without the need to push any numbers. Well, I figure I ask is there some development being done for this? future releases? maybe 3.2 release? is it fixable?
Comments
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->alias w5 "wait;wait;wait;wait;wait"
alias s1 "slot1;bind mouse2 s2;bind mouse5 s3prev"
alias s2 "slot2;bind mouse2 s3;bind mouse5 s1prev"
alias s3 "slot3;bind mouse2 s1;bind mouse5 s2prev"
alias s1prev "slot1;bind mouse5 s3prev;bind mouse2 s2"
alias s2prev "slot2;bind mouse5 s1prev;bind mouse2 s3"
alias s3prev "slot3;bind mouse5 s2prev;bind mouse2 s1"
bind mouse2 s1
bind mouse5 s1prev
hud_fastswitch 1
// mouse2 next
// mouse5 prev<!--c2--></div><!--ec2-->
illh @
isn't DoD ran by HL1 engine? (i know source is by hl2 though) I really do wonder if this is fixable? if they devs cant fix it, is their a way to patch it certain way that it will switch? will they have to write plugin sort of for it?