-
Notifications
You must be signed in to change notification settings - Fork 44
Block controls occupied by mod's controls #13
Comments
26c3380 enabled executing the original functions after holding the buttons, but I can't get single-tap actions to work. Example: Shift Up blocks the Duck action. Tapping Shift Up just makes the mod shift up, and the Duck action is blocked properly. Holding Shift Up executes the Duck action and the character can be seen ducking while this button is held. The mod doesn't shift up. Shift Down blocks the Switch Weapon action. Tapping Shift Down just makes the mod shift down, and the Switch Weapon action is blocked properly. Holding Shift Down does not execute the Switch Weapon action. The mod doesn't shift down. Help would be nice. |
Have you found a solution to this? If I understand correctly, holding either |
Nope. Depending on the original action, holding works as long as the original action also allows holding. This is ducking, aiming, shooting, etc. If the original action was tap-only (switch weapons), it doesn't work. |
This is still open, by the way. |
Howdy! "X" is mapped to Got it
😁 |
When using a controller, controls can be bound to buttons that the game also uses for existing actions. It'd be nice if this could be blocked properly without losing original functionality.
PR #12, and commits c6cf9a9 and 58b6a2e solved the tapping thing, but blocking things is still lacking.
Any ideas?
The text was updated successfully, but these errors were encountered: