ErisApps / HitScoreVisualizer

Beat Saber plugin that colors the scores that pop up when you hit notes
MIT License
72 stars 13 forks source link

Add color customization and format tokens for judgment segments #15

Open Dr-Turtle opened 2 years ago

Dr-Turtle commented 2 years ago

I'd love for this mod to allow color customization and format tokens in the beforeCutAngleJudgments ,accuracyJudgments, afterCutAngleJudgments (to override the main color)

The use case I am specifically interested in is to only show the scores of specific segments (and for the score color to fade based only on the segment)

Another way this could be implemented is to have a setting like "judgmentType"="accuracy" to have the thresholds in the "Judgements" config to be based on just accuracy (or whatever is selected)

qqrz997 commented 3 months ago

leaving a note here: since the text only has one color, i'm pretty sure this would have to be done instead by wrapping the segment's text in a rich text color tag generated based on the provided config color, if there is one provided