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

Subsequent overlapping commands can sometimes override a command when they shouldn't #1

Open
timelessnesses opened this issue Jan 26, 2022 · 4 comments

Comments

@timelessnesses
Copy link

try look at 2:54 in https://youtu.be/ZYAttuz15U8

@Walavouchey
Copy link
Owner

link the map

@Walavouchey
Copy link
Owner

Walavouchey commented Jan 27, 2022

https://osu.ppy.sh/beatmapsets/840447

This seems to be due to an edge case in overlapping commands that I must have implemented wrong. The instantaneous scales here seem to be overriding the previous scale when they shouldn't. I'll have a look at this in the coming days

 V,0,180574,180814,1.315,0.8,1.315,0.05
 V,0,180584,,1.315,0.05 // overrides the above
 V,0,180584,,1.315,0.05
 V,0,180584,,1.315,0.05
 V,0,180584,,1.315,0.05 
 C,0,180604,180634,29,202,211,63,142,146
 V,0,180641,,1.315,0.05
 V,0,180642,,1.315,0.05
 V,0,180698,,1.315,0.05
 V,0,180699,,1.315,0.05
 V,0,180699,,1.315,0.05
 C,0,180747,180777,63,142,146,29,202,211
 V,0,180747,180987,1.315,0.8,1.315,0.05
 V,0,180757,,1.315,0.05
 C,0,180777,180807,29,202,211,63,142,146
 V,0,180813,,1.315,0.05
 V,0,180814,,1.315,0.05
 V,30,180814,,1.315,0.05
 V,0,180814,,1.315,0.05
 V,0,180814,,1.315,0.05
 V,0,180814,,1.315,0.05

@Walavouchey Walavouchey changed the title This storyboard event doesn't works? Subsequent overlapping commands can sometimes override a command when they shouldn't Jan 27, 2022
@timelessnesses
Copy link
Author

oh ok

@timelessnesses
Copy link
Author

https://youtu.be/lQmTK9cutsc
Should I count this as this don't glow and faded on slider object?

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

No branches or pull requests

2 participants