Switching Weapons

AbuserAbuser Join Date: 2003-04-11 Member: 15411Members
edited April 2003 in New Player Forum
<div class="IPBDescription">Weird stuff when I change wpns...</div> Looking through my config.cfg file, I noticed that my previous weapon button is bound to "impulse 1" which instantly changes weapons. My next weapon button is bound to "nextinv" which means I have to hit the change button, then click the mouse to change weapons. Is there any way to make them both instantaneous? I've tried hud_fastswitch 1 but that only works for the number buttons ie 1, 2, 3...

Comments

  • MooManMooMan Join Date: 2002-11-02 Member: 5154Members
  • AbuserAbuser Join Date: 2003-04-11 Member: 15411Members
    Unknown command: lastinv
  • RoscoeRoscoe Join Date: 2002-11-29 Member: 10221Members
    I use an alias for my mousewheel that makes it like the Q3 weapon switching.
    <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->//----  Quick Weapon Scroll  ----
    alias mwu "invprev; +attack; wait; -attack"
    alias mwd "invnext; +attack; wait; -attack"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
    <!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->bind "MWHEELDOWN" "mwd"
    bind "MWHEELUP" "mwu"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
    Just change the mwheel binds to whatever you want.

    PS: bind "key" "lastinv" will work...check for typos.
  • AbuserAbuser Join Date: 2003-04-11 Member: 15411Members
    edited April 2003
    invlast and lastinv... i type either of those in the console and it comes up unknown. I try to bind it and it still comes up unkown. Double & triple checked spelling. Running HL 1.1.1.0 & NS 1.04. Maybe something's wrong with my install :/

    ps tried your script and it worked fine... thanks!
  • mr_peabodymr_peabody Join Date: 2003-04-16 Member: 15575Members
    i typed this stuff in and it works great. i had a problem like this and it was fixed right up. the only problem is, every time i quit the game and come back later, i have to type it in. do you have to do this too, or is there something im suposed to be doing to save it there?
  • SoulSkorpionSoulSkorpion Join Date: 2002-04-12 Member: 423Members
    Yes, there's a known bug with mousewheel weapon switching and the only way around it is to script it manually.
  • ThinGThinG Lord of wub and vlaai Join Date: 2003-04-11 Member: 15400Members, Reinforced - Supporter
    <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo--> I hate the console <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo-->

    See the Auto reload thread...
Sign In or Register to comment.