tillvit / smeditor

Online web tool to view and edit StepMania chart (.sm/.ssc files) @ https://tillvit.github.io/smeditor
MIT License
54 stars 9 forks source link

[BUG] Adding tags that already exists #146

Closed renansimoes closed 1 month ago

renansimoes commented 1 month ago

Before posting, please check for other ideas that may be similar to yours!

Version/OS Windows 11

Describe the bug After using for sometime, stepp1 wasn't recognizing the steps (it was totally blank in game). I openned the SSC and the editor inserted those tags in each chart:

CREDIT:;

METERF:;

Credit already existed in each chart and editor added another one, and I don't know why it added MeterF instead of changing the already existant Meter.

Deleting those tags made StepP1 recognize steps again.

To Reproduce Open a .ssc with charts, change chart meter and credit (artist in sme). Save it.

Screenshots/Media If applicable, add screenshots to help explain your problem. Logs of the developer console are great, but videos demonstrating the bug are even better! If you are using the app, logs are located at

Additional context Add any other context about the problem here.

tillvit commented 1 month ago

Do you have an example sec that I can you to reproduce the bug?

renansimoes commented 1 month ago

I tested again and #CREDIT:; is changing fine (maybe I've done something wrong in notepad++). But it still adds #METERF:;

tillvit commented 1 month ago

METERF and METER are different tags, I think Outfox adds METERF. Does this break StepP1?

renansimoes commented 1 month ago

Just tested here, it doesn't break.

I don't know WTH broke it, but it's fixed now. Sorry for the incovenience. You can close this issue.