Question About Hud_fastswitch 1
trob32
Join Date: 2003-07-21 Member: 18336Members
Join Date: 2003-07-21 Member: 18336Members
Comments
hud_fastswitch 1
not:
Hud_fastswitch 1
P.S. Not completely sure about exact commands, but I do know that this is how to do it. (Anyone test it for me?)
alias mwu "invprev; +attack; wait; -attack"
alias mwd "invnext; +attack; wait; -attack"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Now go into config and bind mwheelup to mwu and mwheeldown to mwd and it should work.
P.S. Not completely sure about exact commands, but I do know that this is how to do it. (Anyone test it for me?) <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
I did this in controls, while one works perfectly, the other seems bugged, I cant remember if its the previous weapon or the next weapon bind.
alias mwu "invprev; +attack; wait; -attack"
alias mwd "invnext; +attack; wait; -attack"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Now go into config and bind mwheelup to mwu and mwheeldown to mwd and it should work. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
So I past that in my config file and it should work?
1) copy config.cfg to desktop (or some other temp directory), open the copied file, overwrite everything in it with the desired aliases and commands, rename it to autoexec and stick it back into the ns folder
2) make a new text file, put the aliases/commands into it and save as "autoexec.cfg" <b>with quotes</b>, and stick the new file into ns folder
Though be sure to try it out in practice a bit first. I found it to be VERY annoying as an Alien, because its difficult to tell some attacks apart from others (bite from xenocide, for a very good example), and you'll still scroll through attacks you might not have yet (2nd and 3rd hive stuff).
But as a marine, its BETTER than sliced bread. <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
Personally, I use different configs for aliens and marines (which I load when I join a team), so I have my alien wheel set to 'normal', while my marine wheel is bound like Roscoe said. So, luckilly, I can enjoy the best of both worlds. But if you don't want to get into anything messy like multiple configs, you'll have to choose one way or the other. So be sure to play around with it first to see what you prefer <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
alias WeapDn "invprev;wait;wait;+attack;wait;wait;-attack"
bind mwheelup "WeapUp"
bind mwheeldown "WeapDn"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Badda bing <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
<!--QuoteBegin--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->//This script fixes the "can't switch weapons during reload" bug for mousewheel users. Enjoy - SoulSkorpion
hud_fastswitch 1 //means you don't get the weapons GUI when you select a weapon, you just pull it out instead.
alias weapon1 "slot1; unbind MWHEELUP; bind MWHEELDOWN weapon2"
alias weapon2 "slot2; bind MWHEELUP weapon1; bind MWHEELDOWN weapon3"
alias weapon3 "slot3; bind MWHEELUP weapon2; bind MWHEELDOWN weapon4"
alias weapon4 "slot4; bind MWHEELUP weapon3; unbind MWHEELDOWN"
unbind MWHEELUP
bind MWHEELDOWN weapon2<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->