Jump to content

Recommended Posts

Posted

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..=)

  • Like 1
Posted

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!

  • Like 3
Posted (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 by Haru
  • Like 1
  • Thanks 1
Posted

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

  • Haha 2
  • 2 weeks later...
  • Applicant
Posted (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 by RNGesus
Posted
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 :(

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.