Command Menu Wont Use Mouse?
Parasite
Join Date: 2002-04-13 Member: 431Members
in Tech Support
I got the mouse capture working on the scoreboard (for muting)
but I cant use the mouse to select things in my Commandmenu...It works for every other mod.
Ive tried every combination of hud_capturemouse and toggleeditps to no avail. Is there some command Im missing?
Is this some functionality that needs to be written into NS?
Not so important imo because the number keys work fine, just a minor nusiance. Any ideas?
but I cant use the mouse to select things in my Commandmenu...It works for every other mod.
Ive tried every combination of hud_capturemouse and toggleeditps to no avail. Is there some command Im missing?
Is this some functionality that needs to be written into NS?
Not so important imo because the number keys work fine, just a minor nusiance. Any ideas?
Comments
Was this fixed in 2.0?
Is there something I have to do to get it to work..
I wanna be able to use the mouse, any way to do so?
Edit: Figured it out: do this
either hold down the mosue button, then press your +commandmenu
or do this
bind p "+mouse1; wait; wait; +commandmenu"
Thats it.. I can't believe it was so simple
Edit2: This is the aliases I use to fix it,
<!--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-->//Commandmenu fix
alias +cmdmenu "+mouse1; wait; wait; +commandmenu"
alias -cmdmenu "-commandmenu"
bind p +cmdmenu<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Just replace p with whatever and boom! instant working commandmenu, no toggleditps or anything
Edit3: I feel stupid now, that above code will only fix it if you are in the RR, or spec
For some reason, you can't do +mouse1.. I dunno, I'll look at it some more