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

Note Jump Animation problems with Precision Placement #49

Closed
SyncBS opened this issue May 29, 2022 · 1 comment
Closed

Note Jump Animation problems with Precision Placement #49

SyncBS opened this issue May 29, 2022 · 1 comment
Labels
mod: noodle extensions status: confirmed Bug confirmed type: bug Something isn't working

Comments

@SyncBS
Copy link

SyncBS commented May 29, 2022

Describe the bug
If a normal placed note is beside precision placed notes it has a different jump animation than it should have. I have only tested with pauls, not sure if the same applies with other note precision placement.

To Reproduce
Steps to reproduce the behavior:
Place any normal note beside precision placed notes and the behavior should happen.

Expected behavior
Notes to jump in in their own lane as usual.

Additional context
https://user-images.githubusercontent.com/86927709/170894029-a3ed1a8c-1d4b-4ce7-bde5-bab56392a86f.mp4

@Mawntee
Copy link
Collaborator

Mawntee commented May 30, 2022

This isn't a bug, this is just the way the "paul mapper" script works.

What you're seeing is the "flip" animation when a double note spawns, but the red/blue notes have flipped sides.
If a double spawns with red on left/blue on right, it will spawn normally.
When red is on the right and blue is on the left, the game will spawn them as if it was a "standard double" (blue on right), then flip the notes during the jump animation as an indicator that there's a crossover.

What's going on here is that your blue note is actually in the far left lane (base game), but the paul mapper thingy has adjusted the notes position and rotation using NE to the opposite side.

You can fix this by offsetting the notes by like 1/64 so it's technically not a double, or changing the default line index of the blue note.

@Aeroluna Aeroluna added type: bug Something isn't working status: confirmed Bug confirmed labels Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod: noodle extensions status: confirmed Bug confirmed type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants