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

WIP: Movement speeds and footsteps at parity #463

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

Conversation

Rainyan
Copy link
Collaborator

@Rainyan Rainyan commented Jul 1, 2024

Replaces #373

@Agiel
Copy link
Contributor

Agiel commented Jul 5, 2024

Putting this here so it doesn't get lost in discord chat (values from disassembled server.dll):

base speed is 200

then a class modifier
recon: 1
assault: 0.8
support: 0.8
(you have to drop everything including the knife to get the full speed)

there's also different sprint modifiers
recon: 1.35
assault: 1.6
support: 1.35 (but they have the can sprint boolean set to false)

aim modifier is 0.6
crouch and walk modifiers are both 0.75

then there's the funky bit at the end where if the speed is below 55 it gets capped to 75

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.

None yet

2 participants