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] Initial #SCROLLS speed mismatch with ingame behavior #125

Closed soraeee closed 3 months ago

soraeee commented 3 months ago

In SMEditor, the default value for #SCROLLS at the start of the chart is 1, even if it's not explicitly set by the stepartist. This causes the scroll speed behavior of the chart to be displayed differently in SMEditor vs in StepMania if there are other scroll speed changes later in the chart.

See Talkion's chart to UNDEAD from Z-i-v SC2024 Week VIP1 - there is no scroll speed set at the start of the chart, but there is a change to -0.5 scroll speed at measure 16. In SMEditor, the chart plays normally until this speed change, but in StepMania, the chart scrolls backwards until this scroll speed change.

Intended behavior should reflect what StepMania does and inherit the first #SCROLLS change as the initial scroll speed of the chart.

tillvit commented 3 months ago

Fixed in next update.