game icon indicating copy to clipboard operation
game copied to clipboard

Regressed `+duck` behavor

Open Nolan-O opened this issue 3 years ago • 3 comments

+duck typically enables on key down and disables on key up just like movement keys (e.g. +moveleft), but at some point it began toggling only on a full press and release of a key, so 2 key presses are needed for duck toggling.

This was probably introduced in the update to chaos and may be related to #1304

Nolan-O avatar Sep 10 '21 07:09 Nolan-O

i can't seem to recreate this, could you add some more details? e.g. what gamemode you're experiencing this in. also i'm unsure if you mean +duck or toggle_duck since the issue you linked was related to toggle_duck

hexaflexahexagon avatar Sep 10 '21 17:09 hexaflexahexagon

Sorry for late response, It is happening in the bhop gamemode

Oops I did not mean to close this

Nolan-O avatar Sep 22 '21 07:09 Nolan-O

@Nolan-O Are you still having this issue? Make sure your key is actually bound to +duck and not toggle_duck.

jason-e avatar May 28 '22 06:05 jason-e

This is likely due to option_duck_method being set to 1, which causes +duck to toggle. Not sure why this happened, but the issue writer hasn't responded and we haven't had any other reports of this, so I'm closing.

SlidyBat avatar Sep 08 '22 11:09 SlidyBat