JoKronk / teamruns-jak-project

OpenGOAL Base for Multiplayer
ISC License
1 stars 1 forks source link

longer lasting ghost hitboxes #41

Closed Zedb0T closed 1 month ago

The-Stellar commented 1 month ago

This is a thing in 1.6, but it's just much worse in the rebased version

The-Stellar commented 1 month ago

This behaviour is very consistent around the first cell in Geyser, it almost looks like the hitbox freezes when it crosses a certain radius from the cell, both ingoing and outgoing

https://github.com/user-attachments/assets/6ed9134f-77a8-423c-961a-c7331f537a52

The-Stellar commented 1 month ago

Similarly, with this cell you can see that the hitbox continues, presumably with whatever momentum the target had, during the cutscene when the target is stationary

https://github.com/user-attachments/assets/50159387-4e14-451c-a3a1-a8e82f0a3e33

The-Stellar commented 1 month ago

I think the behaviour shown in the second video is due to the velocity of remote targets not being set to 0 during the cutscene? It then keeps stepping the collision every frame by the same amount until the cutscene ends.