beatoraja icon indicating copy to clipboard operation
beatoraja copied to clipboard

Adjusted difficulty assignment for bmson files

Open ARCHVILE-DRS opened this issue 1 year ago • 2 comments

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.

ARCHVILE-DRS avatar Feb 01 '24 08:02 ARCHVILE-DRS

Please remove .DS_Store from PR files.

exch-bms2 avatar Feb 28 '24 16:02 exch-bms2

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

ARCHVILE-DRS avatar Feb 28 '24 17:02 ARCHVILE-DRS

Hi again, anything else I need to change before this can be merged?

ARCHVILE-DRS avatar Jul 29 '24 16:07 ARCHVILE-DRS