VortexCoyote / leraine-studio

A cross-platform portable open-source VSRG chart editor written in C++ with SFML.
Mozilla Public License 2.0
13 stars 6 forks source link

Implement fakes #42

Open poco0317 opened 3 years ago

poco0317 commented 3 years ago

On the topic of sm support, stepmania contains a note type called fakes which are genuinely fake taps. They are taps which you cannot hit and count for nothing. In notedata they are usually represented as F

This is not to be confused with a fake region which in sm/ssc timingdata basically means "a section of real taps/objects which cannot be hit because a warp or ssc fake region makes it impossible"

I'm not sure any other games have this note type.