Mousewheel and GetPlayerInput

Discuss all aspects related to modding Zandronum here.
Post Reply
kodi
New User
Posts: 14
Joined: Wed Dec 30, 2015 2:57 pm

Mousewheel and GetPlayerInput

#1

Post by kodi » Thu Nov 17, 2016 11:30 am

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?

User avatar
ZZYZX
Posts a lot
Posts: 742
Joined: Thu Jun 07, 2012 5:56 pm
Location: Ukraine
Clan: A3
Clan Tag: [A3]

Re: Mousewheel and GetPlayerInput

#2

Post by ZZYZX » Thu Nov 17, 2016 2:40 pm

Mouse wheel can't have +/- binds. Make an alias that does +user1; wait; -user1. (the same as if you clicked user1 for 1 tic)

kodi
New User
Posts: 14
Joined: Wed Dec 30, 2015 2:57 pm

Re: Mousewheel and GetPlayerInput

#3

Post by kodi » Thu Nov 17, 2016 3:41 pm

That worked splendidly. Thanks!

Post Reply