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

Being at maximum thirst (red "Parched") makes your game mispredict movement or something #9648

Closed
Myctai opened this issue Jul 12, 2022 · 7 comments

Comments

@Myctai
Copy link
Contributor

Myctai commented Jul 12, 2022

Description

Being at maximum thirst (red "Parched") makes your game mispredict movement or something. This seems to be noticeable only with high ping. If you reach "Parched", movement becomes extra painful. You are not only slow, but when you release movement key, you rubberband back a bit.

Reproduction

  1. Do glorious 200 ms ping gaming
  2. Ipecac self into "Parched" or just neglect your character
  3. (Optionally) eat something to fix hunger just to be sure it's thirst slowdown to blame
  4. Suffer as you move with game rubberbanding you back tiny bit whenever you release movement key.

Additional context
Does not seem to apply to hunger's slowdown. Only thirst.

@asperger-sind
Copy link
Contributor

It's a weird bug, happened to me about 7 times total, but it's really inconsistent, some maps for some ungodly reason didn't have this whatsoever, and it's both hunger and thirst in my experience, and sometimes the bug just doesn't happen even if the conditions are met.

@Myctai
Copy link
Contributor Author

Myctai commented Jul 12, 2022

I for some reason see it happen just for thirst.

@metalgearsloth
Copy link
Contributor

Probably fixed in #9656

@Myctai
Copy link
Contributor Author

Myctai commented Jul 14, 2022

Played two long games with 365f388 in effect, still did see some rubberbanding when neglecting food and water, however not super consistently. Either not fixed or has something to do with hunger too.

@metalgearsloth
Copy link
Contributor

hunger clientside was refreshing movespeedmodifiers but does nothing with the information so there's 2 issues:

  1. Is that some of the movespeedmodifiers still aren't predicted. The server sends the modifiers as a "just in case" which was getting bulldozed because of hunger and never updated because the client didn't know about some modifiers.
  2. Nutrition in general needs to be moved to shared.

@Myctai
Copy link
Contributor Author

Myctai commented Jul 21, 2022

Been a good while since I experienced this, probably fixed?..

@Myctai Myctai closed this as completed Jul 21, 2022
@Myctai
Copy link
Contributor Author

Myctai commented Jul 23, 2022

Nevermind, still seems to happen. Saw this occur with non-red hunger but red thirst once again as usual.

@Myctai Myctai reopened this Jul 23, 2022
@DogZeroX DogZeroX closed this as completed Sep 3, 2023
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

No branches or pull requests

4 participants