Charlotte Allan

Results 6 issues of Charlotte Allan

It would be nice to have normal movement HMD-based, but elytra movement hand-based. I believe boats already do this, but don't have an option for it.

Allows updating the playlist in-game with PlaylistManager

I have a working build that just copies the [texture-reading code from HTTP Status](https://github.com/opl-/beatsaber-http-status/blob/master/BeatSaberHTTPStatus/Plugin.cs#L395), but I don't think it's pull-request-worthy. ```diff diff --git a/src/Core/MapEvents.cs b/src/Core/MapEvents.cs index 4dbbc91..55fa3db 100644 --- a/src/Core/MapEvents.cs...

Fixes #26 While testing, I noticed bad cuts weren't breaking combo, adding misses, or adding notes spawned, so fixed those. Bomb hits are not counted under misses, which is consistent...

Game version 1.24.1 Example data (ingame combo is 50): ```json { "Score": 37083, "ScoreWithMultipliers": 37083, "MaxScore": 38755, "MaxScoreWithMultipliers": 38755, "Rank": "SS", "FullCombo": true, "NotesSpawned": 50, "Combo": 100, "Misses": 0, "Accuracy":...

I've got the main features that I regularly use working, so I guess I'll stop here and wait until you finish up the whole thing. Feel free to use anything...