Skip to content

Releases: Hiviexd/MVTaikoChecks

1.5.0

29 Feb 17:33
a8099c2
Compare
Choose a tag to compare

New checks

  • Check for barline being unaffected by a green line very close to it.
    • this is the equivalent of the same check for notes, but extended to barlines
  • Check for kiai consistency
  • Check for BG offset consistency

1.4.0

03 Nov 21:12
Compare
Choose a tag to compare

New Check

  • Added a check for pattern lengths to ensure the lower diffs don't have patterns that are too straining:

  • Kantan:

    • 7-plet 1/1
    • 2-plet 1/2
  • Futsuu:

    • 7-plet 1/2
      • 5-plet 1/2 instead if there is no Kantan
    • 2-plet 1/3
  • Muzu:

    • 5-plet 1/4
    • 4-plet 1/6
  • Oni:

    • 9-plet 1/4
    • 4-plet 1/6
    • 2-plet 1/8

Special thanks to @SN707 for making this!

1.3.0

01 Oct 13:50
0bd32bb
Compare
Choose a tag to compare

new checks

  • added a check for an oddly specific problem where the last note of a map lands on a barline, but it's unsnapped by -1ms so it causes that barline to not render
  • the unrankable finishers check is now rewritten, so it's very reliable now! it currently detects:
    • finishers that have a faster snap than the allowed ones in each diff's RC
    • finishers at the start/middle of faster snaps patterns (for example 1/4 Kdddk, 1/4 kdKdk)
    • finishers on faster snaps with the same color as their previous/next note (no more kkK !!!!!)

fixes

  • fixed an edge case where the rest moments check returns the wrong timestamp
  • fix an issue with inaccurate bpm scaling with rest moments check

1.2.1

28 Sep 21:45
Compare
Choose a tag to compare

Fixes

  • fix remaining (and known) false positives with the kiai flash check

1.2.0

27 Sep 22:29
Compare
Choose a tag to compare

1.2.0

new checks

  • check for recommended od/hp values
    • hp values are dependent on drain, check the check documentation for more info
  • check for kiai flashes
    • 1/2 length flashes are marked as minor checks, anything faster is a warning

fixes

  • various code quality improvements
  • better documentation

1.1.0

24 Sep 13:00
Compare
Choose a tag to compare

What's Changed

  • Add support for checking substitute consecutive-gap rest moments + spinner/slider support by @hongaaronc in #2

New Contributors

Full Changelog: 2023.923.1...2023.924.0

1.0.1

23 Sep 16:46
Compare
Choose a tag to compare

Fixes

Rest moments

  • mention required break length in each difficulty's check

1.0.0

23 Sep 16:01
Compare
Choose a tag to compare

initial public release