Next/prev Weapon Bug

JdeFalconrJdeFalconr Join Date: 2002-11-01 Member: 2792Members
<div class="IPBDescription">Anyone else have problems?</div> I have my mouse wheel bound to next/prev weapon for a forward/backward movement, respectively. When I go to next weapon it switches between weps in the upper-left hand corner and allows me to select the wep I want with a left-click. But when I use previous weapon (mousewheel back) instead of cycling through the menu in reverse order and allowing me to click-select my weapon of choice, it instead selects each weapon in turn, making me cycle through the weps much more slowly and unpredictably!!! Considering that not only have I checked my binds and there's no conflict, and I also have this setup for CS where it works without a hitch, this seems to be a bug to me. Anyone else having this problem?

Comments

  • n00b101n00b101 Join Date: 2002-10-29 Member: 1706Members
    Hmm I dont know if its that key, but check in the controls menu, one of them is named <b>Last used weapon ( not working )</b> or something similar. That might be the source of the problem.
  • MadjaiMadjai Join Date: 2002-11-01 Member: 2986Members
    its a known bug. should be fixed in client patch. i think.
  • SnappleSSnappleS Join Date: 2002-11-17 Member: 9073Members
    Yeah, I've encountered that bug too.
  • TheHornetTheHornet Join Date: 2002-10-31 Member: 1776Members, Constellation
    hmmm, that hasn't really affected me at all...
  • PawnPawn Join Date: 2002-11-10 Member: 8120Members
    /\ you sig ... is that from ed ,edd and eddy on cartoon network? LOL
  • GoLamboGoLambo Join Date: 2002-11-01 Member: 2431Members
    Happens too me. <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' valign='absmiddle' alt='sad.gif'><!--endemo-->
  • languid_heaplanguid_heap Join Date: 2002-11-17 Member: 9117Members
    Looks like there was an error in the config.cfg that shipped with NS. Try these, they work for me:

    bind "MWHEELDOWN" "invprev"
    bind "MWHEELUP" "invnext"


    L_H
  • ShotokaNShotokaN Join Date: 2002-11-17 Member: 9116Members
    edited November 2002
    EDIT:

    Oy, he ^^^^^^^ explained in 2 billion less words
    damn you, languid_heap :DDDD


    Simple enough, I figured out what's the problem

    There are 3 things in the control menu. They say
    Previous Weapon
    Next Weapon
    Last used weapon (not working)

    there's a problem though when you bind it in the control menu, however

    Each command binds to:
    Previous Weapon - invprev
    Next Weapon - impulse 1
    Last used weapon (not working) - lastinv

    lastinv does not work in NS 1.0, normally it should let you swap between the last weapon you chose

    invprev is correct

    impulse 1 cycles through the weapons from slot1 to slot2 to slot3 to slot4 and then back to slot1. it selects every weapon along the way


    THE SOLUTION TO YOUR PROBLEM:
    Go to your Half-Life/NS folder
    Open up config.cfg
    scroll down to
    bind MOUSEWHEELDOWN "impulse1"
    and change it to
    bind MOUSEWHEELDOWN "invnext"

    leave MOUSEWHEELUP set to "invprev"


    THIS SHOULD FIX YOUR PROBLEM IN NS

    However, this will not show up in the controls menu. The NS team has to fix that

    Hope this helped
  • JdeFalconrJdeFalconr Join Date: 2002-11-01 Member: 2792Members
    Aaaaaahhhhhhhhhhhhhh yes messing with my config.cfg file did the trick. Thanks much ppl!
Sign In or Register to comment.