Open MikiraSora opened 4 years ago
Will need to investigate why stable handles this scenario this way, because it seems like lazer is doing what is expected by the storyboard (the last fade).
Yep , so I think osu!stable/lazer could provide a standard .osb format checker to notice the storyboarders if they wrote bad/optimzable code. Because I found some ranked beatmaps that storyboard code has bugs.
Can you link to other beatmaps (and provide timestamps)? If this pattern is a common thing then we ought to fix it.
If you mean diff behaviors between osu!lazer and osu!stable , currently i just know that two (more I forgot XD). But I know some beatmap contains bugs/bad sytnax. for example: 381480 Halozy - Itsuka Furu Ame, Sakura there are a lot same commands.
I will try to remember and provide them.
@MikiraSora by bad syntax and bugs don't you actually mean some shortcuts that make storyboards smaller in size?
Also - I don't see a problem in the 381480
beatmap you posted. It looks like some custom easing function from the generator Hollow Wings used.
@Wieku Yep you are right , but this storyboard code contains unnesscery commands like : it's about 30000+ commands .
I've looked into this and it seems to be the difference between how transforms work in lazer vs stable.
Consider the case:
Transform1: | -----------------------|
Transform2: |--------------------|
t: 0 1 2 3
In stable, T1 has an effect from t=0...2, and T2 has an effect from t=2...3. In lazer, T1 has an effect from t=0...1, and T2 has an effect from t=1...3.
Lazer is doing this correctly so a framework fix isn't required, however slicing the transforms to match stable is non-trivial.
Please leave this open as it is still an issue.
The storyboard does not look right on my recently ranked beatmap when playing in lazer. Specifically, on the attached screenshots we can see that for some reason lazer does not want to render the ECG, which seems to be caused by this issue with overlapping commands. Below is the specific storyboard code that is used by the sprites on ECG animation:
Sprite,Background,Centre,"sb\glow.png",0,240
L,39322,31
F,0,0,353,0.7,0
F,0,706,,0
F,0,40028,,0
S,0,40028,,0.1
C,0,40028,,0,147,255
MX,0,40028,,-107
P,0,40028,62263,A
lazer
stable
Describe the bug: In beatmap Sweet Dreams (11t dnb mix) Playtime: 38330ms and 95673ms part of osb code:
I am not sure if it's bug about osu!lazer storyboard implement , or storyboarder :(
Screenshots or videos showing encountered issue: lazer expect behavior screen:
osu!stable: osu!lazer version: 2019.1216.0
Logs: