Page 1 of 1

Mousewheel and GetPlayerInput

Posted: Thu Nov 17, 2016 11:30 am
by kodi
For mod-specific reasons, I want to bind ACS-readable inputs like +user1-4, +altattack or +jump to the mousewheel.
However, ACS refuses to recognize them when bound to the mouse wheel for some reason. What gives, and can it be worked around with KEYCONF or something?

Re: Mousewheel and GetPlayerInput

Posted: Thu Nov 17, 2016 2:40 pm
by ZZYZX
Mouse wheel can't have +/- binds. Make an alias that does +user1; wait; -user1. (the same as if you clicked user1 for 1 tic)

Re: Mousewheel and GetPlayerInput

Posted: Thu Nov 17, 2016 3:41 pm
by kodi
That worked splendidly. Thanks!