Note and timing gimmicks - RhythmLunatic/stepmania GitHub Wiki

Various gimmicks that commonly appear in pump charts.

notes that are actually hold notes

Right on your hold note, set speed to 1000 and length to whatever you want (above 0), then set scrolling factor to 0.001.

Notes that appear out of nowhere and slow down at the receptors

Make all notes disappear before they reach the receptors

If you just want to make the notes invisible, add an attack segment with the Hidden modifier. If you want to make the notes disappear and not count for your score, add a fake segment and an attack segment that has Hidden & StealthPastReceptors (SM 5.1+ required).

Make individual notes disappear (and not count) before they reach the receptors

Add a warp somewhere and copy and paste the same notes, minus the one you want to disappear. When the player crosses the warp and jumps to the new set of notes, it will make it look like the notes disappeared.

Make individual notes disappear (and still count) before they reach the receptors

5.1_new supports setting mods to individual note columns, so apply Hidden to a single column.

Make stopped notes appear and disappear in the playfield

Make a warp that lands on a segment with a scrolling factor of 0. then 0.25 after, set the scrolling factor back to 1 with a warp that jumps past the note you want to make disappear.

Stutter gimmick

Add a delay for the length of time until the next note.

Alternative stutter gimmick

Combine stop + warp, add a stop and warp for the length of time to the next note.

Negative Scroll

To replicate the BBKKBKK effect. StepMania natively supports negative scroll speeds. Nothing special is needed to use them. Notes with a negative scroll speed will be drawn upwards instead of downwards.

Example:

negative scroll speed example

While playing the song it will appear as

:arrow_lower_left: :black_square_button: :yellow_square: :black_square_button: :black_square_button:

:black_square_button: :black_square_button: :yellow_square: :black_square_button: :arrow_lower_right:

:arrow_lower_left: :black_square_button: :yellow_square: :black_square_button: :black_square_button:

If you cannot input - in the editor you need to remap the - to something else like select.

Fake Notes

Press N/M in the editor to switch between special note types (Mine/Lift/Fake) to insert fakes.