Skip to content
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

Adjusted difficulty assignment for bmson files #787

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ARCHVILE-DRS
Copy link

There is a bug in the existing code when it comes to assigning difficulties for bmson files. For instance, if a bmson's title contains the word "Hyper" while the "chart_name" tag (which is parsed as a subtitle) contains "Another", the bmson will be labelled as a Hyper (difficulty 3) chart in-game, and not an Another (difficulty 4). I have adjusted the code to fix that. It will check through only the subtitle/chart_name first, failing which it will go through the existing code loop. I have also added "Leggendaria" as a valid keyword for difficulty 5.

@exch-bms2
Copy link
Owner

Please remove .DS_Store from PR files.

I have no idea what I'm doing. Hopefully everything's sorted now
@ARCHVILE-DRS
Copy link
Author

Hi, just cleaned up those files. Hopefully everything is sorted now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants