NeotokyoRebuild / neo

NEOTOKYO Rebuild - Source SDK 2013 mod of NEOTOKYO
Other
11 stars 9 forks source link

Crouch Jitter #480

Closed AdamTadeusz closed 1 week ago

AdamTadeusz commented 1 week ago

Description

Remove jitter when crouch walking and when crouch walking in a tight space

Toolchain

Linked Issues

Rainyan commented 1 week ago

This fixes the pred error spam for ducked movement, but we're still getting a mismatch for cl_showerror 2 at location setpos 1382.033203 1579.425659 183.281250;setang 13.991999 -3.431316 0.0 of nt_dimensions_test map, trying to duck under the panel between the pre-placed translucent ducked assault & recon models when you are an assault. This would probably be worth fixing here as well, and making sure the recon/support don't have a similar off-by-one-unit discrepancy between cli/srv - either a gap should be able to be fit under, or not, but without jitter either way.

Rainyan commented 1 week ago

Or I guess the duck hull mismatch is handled in #470 ?

AdamTadeusz commented 1 week ago

Or I guess the duck hull mismatch is handled in #470 ?

Yes