Thesola10 / osu-DIVA

Archived development fork of osu!DIVA
MIT License
4 stars 0 forks source link

Autoplay cannot input doubles #35

Closed Thesola10 closed 3 years ago

Thesola10 commented 3 years ago

Double notes are a feature introduced in #5 which require hitting both keybindings for a given note, simulating DIVA F/F2nd double note behavior.

As it turns out, autoplay does not use a keyboard or controller, meaning it cannot make those inputs. As a result, autoplay fails all double notes, which isn't really the intended behavior.

A potential fix would be to patch the autoplay generator to add a "double" flag to its generated inputs.

Artemis-chan commented 3 years ago

fixed by https://github.com/Artemis-chan/osu-DIVA/commit/2fca9318d8b6898da5d7b1378e62cc3a4eab1b9a