Skip to content

[TF2] Fix Buggy movement when colliding with players #1397

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JohnMega
Copy link

@JohnMega JohnMega commented Jul 5, 2025

Bug

When colliding with players it tends to produce prediction errors: A player gets stuck in another player.

Media

Video demonstrating the bug:

bug.mp4

Video demonstrating the fix:

fix.mp4

@ficool2
Copy link
Contributor

ficool2 commented Jul 5, 2025

This is not the correct fix for the issue and is just masking away the problem, the prediction errors are due to a lack of networking precision in player origin, this was fixed in later games by sending origins at bit-level precision

Adding a new CONTENTS flag just for this hack is also a bad way of going about it

Generalisk added a commit to Generalisk/GeneSource-SDK that referenced this pull request Jul 9, 2025
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

Successfully merging this pull request may close these issues.

3 participants