Pear Posted April 8 Posted April 8 Is there anyway to bind jump to mouse wheel like in most fps ? I simply can't use the spacebar anymore.. I tried simple "/bind MWHEELDOWN +moveup" no luck , My mouse wheel input is fine it works for other actions like switching weapons or vsays.. just not 'movement' ones (+forward , +movedown etc..=) 1 Quote
Haru Posted April 8 Posted April 8 Not sure but I'd imagine the issue has to do with the switch type. Scroll wheel will only send a single command, can't hold down it's operation like a normal switch. Don't know any of the technical jargon needed to explain that but hopefully I'm making sense. You might be able to script it to work. I'll search the web's, brb! 3 Quote
Haru Posted April 8 Posted April 8 (edited) Didn't need google, just typed nonsense into the console until something worked. Can't guarantee it won't be awkward or work correclty in all situations given the 1 second of testing I did. /bind mwheeldown "-moveup; +moveup; wait 2; -moveup" @Pear Edited April 8 by Haru 1 1 Quote
Pear Posted April 8 Author Posted April 8 Still weird to gamma but really needed that for these awkward 'short doublejumps' like the goldrush axis spawn jump (for some reason they are nightmare for me to do with spacebar). Thanks 2 Quote
Applicant RNGesus Posted April 19 Applicant Posted April 19 (edited) unbind MWHEELUP unbind MWHEELDOWN set jump_on "+moveup; wait 2; -moveup; set jump_lock vstr jump_wait" // Optional cooldown: prevents retriggering too fast (adjust wait as needed) set jump_wait "wait 5; set jump_lock vstr jump_on" // <-- Increase `wait 5` to `wait 10` for slower cooldown set jump_lock "vstr jump_on" bind MWHEELUP "vstr jump_lock" bind MWHEELDOWN "vstr jump_lock" Maybe try something like this? It might better and prevents jump lock in certain spots. Edited April 19 by RNGesus Quote
Pear Posted Saturday at 09:12 PM Author Posted Saturday at 09:12 PM 19 hours ago, RNGesus said: unbind MWHEELUP unbind MWHEELDOWN set jump_on "+moveup; wait 2; -moveup; set jump_lock vstr jump_wait" // Optional cooldown: prevents retriggering too fast (adjust wait as needed) set jump_wait "wait 5; set jump_lock vstr jump_on" // <-- Increase `wait 5` to `wait 10` for slower cooldown set jump_lock "vstr jump_on" bind MWHEELUP "vstr jump_lock" bind MWHEELDOWN "vstr jump_lock" Maybe try something like this? It might better and prevents jump lock in certain spots. Thanks , same issue though (can't gamma/tj properly ) guess I'll have to learn the hardway with spacebar Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.