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

NPCs sliding without animations #161

Open
ampreeT opened this issue Oct 23, 2024 · 3 comments
Open

NPCs sliding without animations #161

ampreeT opened this issue Oct 23, 2024 · 3 comments
Assignees
Labels
plugin-issues plugin-related bugs/crashes/issues

Comments

@ampreeT
Copy link
Owner

ampreeT commented Oct 23, 2024

Running a Linux server on the map bm_c1a0a and witnessed multiple different scientists sliding.

Need to figure out the following:

  • Does this happen on Windows?
  • Reproduction
bms_RvS93ENb9w.mp4
@Alienmario
Copy link
Collaborator

This has likely started with think pausing (Physics_RunThinkFunctions). Before any player enters in game, no entities are allowed thinking, which appears to result in this.
One would think that server hibernation would have handled the issue (of not running frames) altogether, but it doesn't seem to really do anything in BM.

@Alienmario
Copy link
Collaborator

Alienmario commented Oct 24, 2024

We could try hooking even higher - GameFrame, though I'm not sure what side effects that would have. Another way we could go at it is by host_timescale.

@Alienmario Alienmario self-assigned this Oct 29, 2024
@Alienmario Alienmario added the plugin-issues plugin-related bugs/crashes/issues label Oct 29, 2024
@ampreeT
Copy link
Owner Author

ampreeT commented Oct 29, 2024

We could try hooking even higher - GameFrame, though I'm not sure what side effects that would have. Another way we could go at it is by host_timescale.

Could you go a bit more detail on the host_timescale way? I'm not familar with the think pausing implementation :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin-issues plugin-related bugs/crashes/issues
Projects
None yet
Development

No branches or pull requests

2 participants