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

Wierd Camera Movement When Crouching #12

Open
ghost opened this issue Jun 29, 2021 · 3 comments
Open

Wierd Camera Movement When Crouching #12

ghost opened this issue Jun 29, 2021 · 3 comments
Labels
Visual errors/weirdness Anything that doesn't look right/correct

Comments

@ghost
Copy link

ghost commented Jun 29, 2021

When I crouch the camera weirdly moves down and then goes back up a little under the normal standing height.
I am also running a dedicated server.

Example Video

@ghost
Copy link
Author

ghost commented Jun 29, 2021

I found that by setting "Dynamic view height" to Disabled Mode from Real Time Mode. except it makes it so when I crouch it will put me halfway in the ground until I stand back up again.

@ghost
Copy link
Author

ghost commented Jun 30, 2021

I managed to fix this for the most part by setting some commands. "sv_ec2_dynamicheight 0" fixes the movement and "sv_ec2_dynamicheight_min 45.00" fixes the teleporting in the ground

@VickyFrenzy
Copy link
Owner

I think that might be due to lag: view height might not be set fast enough since it's set from the server.
I'm not sure what I can do about that for now without rewriting all that stuff again...
I'll probably rewrite it so the view height code runs on both the client and server, this might fix that weirdness.

@VickyFrenzy VickyFrenzy added Visual errors/weirdness Anything that doesn't look right/correct and removed bug labels Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Visual errors/weirdness Anything that doesn't look right/correct
Projects
None yet
Development

No branches or pull requests

1 participant