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

[TF2] Sticking to an angled wall will randomly trigger a collision and nullify movement (a.k.a. wallbug / wall bug) #2466

Open
ldesgoui opened this issue Dec 19, 2017 · 1 comment

Comments

@ldesgoui
Copy link

Hello,

Angled walls (read: that don't follow the lines of the 3d world grid) will sometimes trigger collisions and nullify movement, sometimes for a short moment, sometimes for longer. Supposedly caused by floating point approximation. No fall damage is applied, no matter how high the jump was. Forcing ::GetTickInterval() to return 0.0001 raises the randomness factor to practically one, and might even allow for wallbugs on straight walls (not sure).

Thanks

@ldesgoui ldesgoui changed the title [TF2] Sticking to an angled wall will randomly trigger a collision and nullify movement (a.k.a. wallbug / wall bug) [TF2 6v6] Sticking to an angled wall will randomly trigger a collision and nullify movement (a.k.a. wallbug / wall bug) Jan 2, 2018
@ldesgoui
Copy link
Author

ldesgoui commented Jan 4, 2018

On cp_process_final, executing the following while spawned will demonstrate the bug:
setpos -2383.813477 -2048.186035 1500;setang 72.808372 -138.386215 0.000000; +forward

Tap or hold +back to freefall and catch on again.

@ldesgoui ldesgoui changed the title [TF2 6v6] Sticking to an angled wall will randomly trigger a collision and nullify movement (a.k.a. wallbug / wall bug) [TF2] Sticking to an angled wall will randomly trigger a collision and nullify movement (a.k.a. wallbug / wall bug) Jan 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants