-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Distance Snapping uses last slider velocity, regardless of hitcircles #32121
Comments
This is an intended change. Let's say there is a section with 1.2x SV (mixed with circles and sliders) and you want DS all the time (e.g. low difficulties). You can see why the old behavior doesn't work well. |
As above, this was an intentional change. Partially because mappers are used to working with stable "green lines" which behave in the same way as this new behaviour. Honestly think this should be a discussion instead. |
I thought this is a bug, but hear me out! This feature may be a good thing for low-star difficulties (where all distances should be the same) but it's a hellish thing to work with if you're mapping a high-star one, where you need to constantly jump between different distance snappings. (Please don't move to discussion) At least implement an option to turn it off! |
Also, "last slider-based distance snapping" after break times does sound like a problem. |
I don't know what it is that mappers want at this point. I thought this new behaviour was the one people wanted. A toggle is probably doable but like dear lord yet another toggle for something that ideally should not require one? Moving to discussion would be what I would like to do because I have no idea what people expect distance snap to do at this point. Having this open as an issue with no clear direction as to how to fix it isn't any better. |
I understand, but not 100% of people are the same! Part of them will want this, and the others will have 2 ways: try hard to get used to it, or simply use another editor (stable, or download old release just to use the editor) |
I've been using the lazer editor for a long time now and this change has been extremely jarring to me. I think that distance snap should NOT inherit scaling form the previous velocity objects, and should instead simply be scaled off of the map's base velocity. I use distance snap for creating streams, and often I'll want one consistent spacing for streams in a section of the map. however, if i vary slider speed, I have to re-calculate the distance snap value every time for each new slider, only to not be able to apply it cleanly due to a lack of decimals to distance snap. The distance snap values changing is extremely jarring and unhelpful to mappers, just keep it consistent; 1x spacing should be the same spacing for the whole map. |
The actual solution here is probably #29309. |
Type
Game behaviour
Bug description
Hello. I think this bug is somehow related to #32014
Distance snapping is used to consider last object's velocity. if it was a slider, then snapping would be "Base Velocity × Distance Snapping × Slider Velocity" and if it was a hitcircle, then ordinary "Base Velocity × Distance Snapping".
But Now, the snapping system always uses the last slider. Regardless of hitcircles, or even break times! This behaviour is extremely difficult to work with.
2025-02-27_07-39-57.mp4
2025-02-27_07-43-53.mp4
Screenshots or videos
No response
Version
2025.225.0 (this issue was present in 2025.221.0 before updating somehow, but I don't know how)
Logs
compressed-logs.zip
The text was updated successfully, but these errors were encountered: