-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add beatmap characteristic #84
Comments
I have made a try in https://github.com/peddermaster2/beatsaber-http-status/tree/add-characteristic . |
@opl- I have also noticed while coding this, that the map characteristic are encoded in the "mode" field. The documentation lists the possible values but all combinations with |
Indeed, this is already part of Lightshow and Lawless can both already appear in there, as can 90/360. The documentation just hasn't been updated to include them. I think the best solution here is to add This keeps backwards compatibility, allows people to easily find out what the mode is by checking the beginning of the string (or getting a substring using length of If no one has any objections I'll implement these changes over the weekend. |
So, that was a very long weekend... Won't get published until #82 either gets fixed or tires me out. |
Feature request
It would be helpful to get selected beatmap characteristic where we have the difficulty.
Motivation
This is helpful for displaying if it is not "Standard", e.g. "Lawless".
I also use it to log the result of the played beatmap to a local database for analysis. And for levels with multiple characteristics it is currently impossible to know which one was selected.
The text was updated successfully, but these errors were encountered: