-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
in0finite
May 21, 2024
Replies: 1 comment
-
Velocity of player is not stored in demos. However there are some workarounds:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Cosmooor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Velocity of player is not stored in demos.
However there are some workarounds:
you can calculate velocity yourself, based on current tick's position and previous tick's position (it's not ideal, and it's not equal to velocity as seen by server)
I think I saw some AnimGraph parameters in demos that could be related to velocity