alliedmodders / sourcemod

SourceMod - Source Engine Scripting and Administration
http://www.sourcemod.net/
975 stars 422 forks source link

[Solved] [DHooks] [L4D2] Stuttering when moving and jumping as survivors if moving speed is changed. #1731

Closed objir closed 2 years ago

objir commented 2 years ago

Help us help you

Environment

Description

How I pinned point to DHooks:

  1. Launch Without -insecure: the issue is gone.
  2. Launch With -insecure but with all smx plugins Disabled: Stuttering still happens.
  3. Launch With -insecure but without extensions that are not from Sourcemod and DHooks: Stuttering still happens.
  4. Launch With -insecure but without DHooks: the issue is gone.

Also, I have tried: (1. Dev versions of Metamod: Source and SourceMod) or (2. DHooks 2.2.0-detours17 and detours16), and the stuttering still happens.

Steps to Reproduce

  1. Install the latest stable versions of Metamod: Source, SourceMod, and DHooks.
  2. Moving or jumping as a survivor with changed movement speed (Adrenaline or In the water).
asherkin commented 2 years ago

There is something wrong with your reproduction process, the DHooks extension isn't loaded if there are no plugins loaded requiring it, so DHooks wouldn't have been loaded in case 2 where you still encountered the issue.

objir commented 2 years ago

Oh, I will check the plugins that require DHooks again.

objir commented 2 years ago

Sorry, It is actually caused by [https://forums.alliedmods.net/showthread.php?t=335683](Survivor Utilities (API)). Thanks for the clarification.