Problem With Mousewheel Use...
xioutlawix
Join Date: 2002-11-05 Member: 7118Members, Constellation
<div class="IPBDescription">hmm...</div> LOL, I just realized, I have yet to see anything on this topic posted, but if anyone has I apologize for repeat.
In every other half life mod, I bind my next weapon/previous weapon keys to mousewheel up/down. Yet there seems to be problems in NS when doing this:
On marines:
Mousewheel up: auto switch to next weapon instead of just cycling through menu
Mousewheel down: Functions properly
On alienss:
Mousewheel up: absolutely nothing happens
Mousewheel down: Functions properly
Anyone else have this problem?
In every other half life mod, I bind my next weapon/previous weapon keys to mousewheel up/down. Yet there seems to be problems in NS when doing this:
On marines:
Mousewheel up: auto switch to next weapon instead of just cycling through menu
Mousewheel down: Functions properly
On alienss:
Mousewheel up: absolutely nothing happens
Mousewheel down: Functions properly
Anyone else have this problem?
Comments
its somewhat annyoing.
EDIT: mmmmkay, found the problem.
<!--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" "invnext"
bind "MWHEELUP" "invprev"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
This is how it should be, just change this in the config.cfg file in you NS folder.