Okay so this is always my last resort but I cant seem to figure out the console command for mouse wheel up. I want to put in a script that makes one move the mouse wheel up 5 clicks up. Does anyone know the command for this? Thank you
They key is mwheelup, use key_listboundkeys to see the command it runs. It's invprev iirc
yeah that I have, now what I need to figure out is what is the command that the physics gun uses to extend with the mouse wheel. I did not realize that mwheelup wouldn't be a command just a key (wasn't thinking). I just can not seem to find it. I tried using invnext or invprev but it just switches my weapon when I want it to extend the physics gun. Thank you tho
[QUOTE=Thetomm2010;40537751]yeah that I have, now what I need to figure out is what is the command that the physics gun uses to extend with the mouse wheel. I did not realize that mwheelup wouldn't be a command just a key (wasn't thinking). I just can not seem to find it. I tried using invnext or invprev but it just switches my weapon when I want it to extend the physics gun. Thank you tho[/QUOTE]
It looks like the physgun is hard coded to use the mouse wheel directly rather than listen for those console commands, sorry. However, you can also move things towards/away from you by holding E and pressing W/S, so you could run +attack, +use, and +forward/+back as well, assuming you can still use timed "wait" commands. You'd have to get a constant framerate to be consistent with how far you move something, though, so you might want to try what you're doing with a clientside lua script instead.
oh yea this is a client side script forgot to mention this but its weird beacause I thought oh this will be easy all I have to do is make the phyics gun extend like 2 mousewheel clicks but no I guess its not quite as easy as I would first presume it to be. OMG I had no idea that you could hold E and do that. But is there away to speed up the movement?
[QUOTE=Thetomm2010;40538164]oh yea this is a client side script forgot to mention this but its weird beacause I thought oh this will be easy all I have to do is make the phyics gun extend like 2 mousewheel clicks but no I guess its not quite as easy as I would first presume it to be. OMG I had no idea that you could hold E and do that. But is there away to speed up the movement?[/QUOTE]
No way to speed it up that I know of.
darn well hmmm I will have to think of a different way then. Thank you for you help.
Sorry, you need to Log In to post a reply to this thread.