Hiviexd / MVTaikoChecks

A set of osu!taiko Mapset Verifier checks
3 stars 2 forks source link

Add diff name groups to kiai consistency check #29

Closed SN707 closed 7 months ago

SN707 commented 7 months ago

Summary

This modifies KiaiConsistencyCheck.cs so that instead of only emitting "Kiais are inconsistent across difficulties", it now also emits each 'group' where all difficulties within the group have the same kiai.

An example of a resulting output: 765

(In this example, the bottom 3 diffs have the same kiais and the first two have different kiais each)

Me and Nostril thought this was intuitive enough, but maybe it could be modified further?