Am i going crazy or can you not miss a note by spamming now? #3878
-
Before VSlice when you hit a note when there are no notes you would lose your combo. But right now while playing I keep hitting notes when there aren't any there (accidentally) and I don't appear to be losing my combo, I thought this was a bug and is a one time thing but it continues, is this intentional or no? ANSWERED by @KoloInDaCrib! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
It's intentional, function This was a good decision in terms of game design, as you would likely not want players being frustrated that they didnt get a better rank due to doing ghost misses |
Beta Was this translation helpful? Give feedback.
It's intentional, function
ghostNoteMiss
(called upon pressing a key without any available notes) doesn't callapplyScore
(responsible for score counting), unlike the functiononNoteMiss
(self explanatory function)This was a good decision in terms of game design, as you would likely not want players being frustrated that they didnt get a better rank due to doing ghost misses