Open rcelyte opened 5 months ago
Difference or not logs are useful, can you not be stubborn and provide them after reproducing the issue? Thanks.
Not to mention that I tested and asked some others to test this map (https://beatsaver.com/maps/133c5), and it works fine. That issue looks specific to you. Send logs.
@Meivyn _latest.log
it works fine
The timing and accuracy are subtly stricter than they should be. Notice in the side-by-side comparison how the notes get closer to my saber before they actually slice, and how at 0:03 the blue notes in the bottom left fly past despite the saber clearly being within hitbox range.
The sabers phasing through notes was probably a different issue which seems to have been fixed in the time since recording (late 2023); Apologies for not being more thorough. It still isn't fully correct though, I'm consistently missing more than with identical settings on 1.29.
I would strongly advise testing with lollope / hitbox abuse maps (i.e. https://beatsaver.com/maps/34845, https://beatsaver.com/maps/38a7c, https://beatsaver.com/maps/29895), as they are far more sensitive to differences in hit registration and in some cases are rendered quite literally impossible by this bug.
I'll be doing my own testing commenting out patches in NoodlePlayerInstaller.cs to narrow down what's actually causing the discrepancy and report back in a few hours.
Thanks for providing logs. Well, they would've been more useful for the other issue most likely, at least it shows that you got a minimal list of mods.
As for the other issue, I cannot tell if you are actually missing or if that's a bug. I rarely play Poodles maps (and honestly am very bad at it), but I saw someone else complaining about Poodles being "broken" on > 1.29.1. I find this kind of debatable and hard to prove, to me (as a very inexperienced Poodles player who struggles a lot on it) you are just missing notes, but that might be wrong.
It would probably be more clear with Naluluna's mod that shows hitboxes I guess. And on a single note.
I try to do at least 20 attempts before I make any definite conclusions. Playing a segment from 0:23 - 0:27 on https://beatsaver.com/maps/38a7c I fail ~10% of the time on vanilla and 95% of the time with "_requirements": ["Noodle Extensions"]
added.
Isn't NE required to play Poodles maps?
It's normal pauls, not poodles.
Yeah I was asking for the map you played on the video.
Can you tell if that happens on 1.29.1? Just curious. I did notice that NE maps seem to make it harder to hit the notes, but I didn't make a case of it. Thought I was just bad. I am wondering how old this presumed bug is.
I'll be doing my own testing commenting out patches in NoodlePlayerInstaller.cs to narrow down what's actually causing the discrepancy and report back in a few hours.
Probably this one: https://github.com/Aeroluna/Heck/blob/33e3f22f12a6da3dd064307620539bf5c9b00a98/NoodleExtensions/HarmonyPatches/SmallFixes/SaberPlayerMovementFix.cs#L15
Can you tell if that happens on 1.29.1?
Having escaped DLL hell, I bring results! The issue is present on 1.29.1 using the latest BeatMods release (CustomJSONData 2.5.2, _Heck 1.5.0, Chroma 2.8.0, NoodleExtensions 1.6.0), however it is not present on an older build of Noodle for 1.29.1 (CustomJSONData 2.4.7 [Aeroluna/CustomJSONData@c0775beb1d713ef5e667048cb539434700655a4e], _Heck 1.4.8 [2c0dc3db83b32d0604b0c08e8679a1ae0c48f74d], Chroma 2.7.7, NoodleExtensions 1.5.8)
There's a lot of versions between 1.6.0 and 1.5.8, 1.6.0 is basically the master branch. I'd like to help but I probably can't figure the difference between weird hitboxes and normal hitboxes.
Have you figured anything new since then?
I've been busy with work lately so I haven't found time to.
@Aeroluna, Do you remember wayyy back when, I reported a bug about notes with any noodle properties being offset slightly (about half a note length) back or forward compared to a vanilla note? Like the origin point would get switched from the front face of the note, to the center of the note?
...how was the fix for that implemented? Could that be what's happening here? Like the note visually is being offset closer, yet the hitbox is set forward or back about a half meter?
Is there a way to play with hitboxes visible? That could really help debug if this is the case.
There's this: https://youtu.be/IMziq-EIkIg
500 JPY
:(
It's indeed paywalled but that's for a whole collection of mods, and a lot of them are unique. It's cheap and definitely worth it. Plus that's the only existing solution anyway.
Is there a way to play with hitboxes visible? That could really help debug if this is the case.
Custom notes maybe? I don't know of any that reflect the actual note hitboxes. (or i forgot)
Custom notes are aligned with the visual model, so they wouldn't show any potential desync between that and the physical collider.
Oh for showing hitbox desync. I'm not sure what mod can display stuff like that but the only idea I have is RuntimeUnityEditor since that can display BoxColliders which is what the notes use.
I managed to draw hitboxes using some code copy+pasted from StackOverflow (pitch black since I couldn't figure out materials), and they look exactly the same in either case:
https://github.com/user-attachments/assets/a7bdad8f-488b-4ec6-8075-287880389013
To help visualize my testing methodology (and how bad this issue is), here's a clip of me failing a pattern four times in a row with Noodle, then subsequently passing the same pattern five times in a row without Noodle:
https://github.com/user-attachments/assets/20aab507-5492-444d-8d25-531d5229fcee
Id appreciate if someone could guide me on how to set up a wireframe material so the hitboxes don't make the game impossible to see :+1:
I'll be doing my own testing commenting out patches in NoodlePlayerInstaller.cs to narrow down what's actually causing the discrepancy and report back in a few hours.
Probably this one:
Did you actually try without this patch or not?
Describe the bug Simply having Noodle Extensions in the
_requirements
of a difficultly causes hit registration to become more strict / less reliable (not sure how to describe it, kind of feels like Pro Mode + Strict Angles), making some maps significantly more difficult if not impossible. This is observed regardless of whether or not the map makes use of Noodle features.To Reproduce
Expected behavior Hit registration of normal notes should not be affected by Noodle.
Additional context Comparison on a map without notemods (https://beatsaver.com/maps/3b8bd [Expert]); top has Noodle in
Info.dat
, bottom doesn't:https://github.com/Aeroluna/Heck/assets/25163630/53c3360d-a912-40a2-a625-83d7bffdcafe
Sabers phasing through modchart notes (https://beatsaver.com/maps/133c5):https://github.com/Aeroluna/Heck/assets/25163630/e8ed73cd-9858-4114-bf5b-5393a01b7989Edit: outdated video; can no longer reproduceEdit: Additional additional context There is no difference in the logs between working vs broken hit registration (hi @Meivyn)