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

[CS2] Player's velocity / eye position are missing #406

Open
akiver opened this issue Aug 31, 2023 · 1 comment
Open

[CS2] Player's velocity / eye position are missing #406

akiver opened this issue Aug 31, 2023 · 1 comment

Comments

@akiver
Copy link
Collaborator

akiver commented Aug 31, 2023

Describe the bug

The player's velocity and the eye position (z) are unavailable with CS2 demos.

Expected behavior

Velocity and eye position should be correct.

Library version
Branch cs2

Additional context

The props used to retrieve these data with Source 1 demos are not present with CS2 demos and it seems that there is no equivalent.

@markus-wa
Copy link
Owner

velocity

v5 will remove velocity, but we can bring it back as an optional setting in the future where we calculate it using the difference between current and last position

eye pos

if we have a reliable way of getting eye / camera position I would love to implement this in the parser

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