Skip to content
/ rd-nurse Public

Helps you cue oneshot beats in Rhythm Doctor custom levels.

License

Notifications You must be signed in to change notification settings

0f-0b/rd-nurse

Repository files navigation

rd-nurse(1)

Name

rd-nurse - check Rhythm Doctor levels for illegal oneshots and holds.

Installation

Make sure you have Deno installed, and then run the following in a terminal:

deno install -fr https://cdn.jsdelivr.net/gh/0f-0b/rd-nurse@main/main.ts

Synopsis

rd-nurse [OPTION]...

Description

rd-nurse reads a level from standard input, and prints the position of any incorrectly cued oneshots and bad holds found in the level.

Options

  • -s, --ignore-source

    Ignore the voice sources of the cue sounds.

  • -p, --interruptible-pattern

    Allow squareshots to stop oneshot patterns.

  • -t, --triangleshot

    Treat 2, 3, etc. as triangleshot cues. By default they are assumed to be squareshot cues.

  • -h, --help

    Display a summary of options and exit.

Exit Status

The exit status is 0 if no illegality is found, and 1 otherwise.

Bugs

Tags, conditionals and custom cue sounds are completely ignored, sometimes leading to correctly cued oneshots being reported as uncued or miscued.

See Also

About

Helps you cue oneshot beats in Rhythm Doctor custom levels.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published