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

Update plugins #12

Open
leon12171 opened this issue Mar 26, 2021 · 4 comments
Open

Update plugins #12

leon12171 opened this issue Mar 26, 2021 · 4 comments

Comments

@leon12171
Copy link

I want to contact the author of this project, I have a problem. When installing this anti-cheat on the server, the sounds of steps disappear. And the experimental version doesn't work.

@87andrewh
Copy link
Owner

Hmm, I'll look into the sound again this weekend. Last I heard it was a SourceMod issue, but I think someone managed to fix it. For now, you can disable the anti-sound ESP by commenting out the lines in the culling.sp and recompiling:

AddNormalSoundHook(SoundHook)
RemoveNormalSoundHook(SoundHook);

@leon12171
Copy link
Author

leon12171 commented Apr 13, 2021

Hmm, I'll look into the sound again this weekend. Last I heard it was a SourceMod issue, but I think someone managed to fix it. For now, you can disable the anti-sound ESP by commenting out the lines in the culling.sp and recompiling:

AddNormalSoundHook(SoundHook)
RemoveNormalSoundHook(SoundHook);

How to work with the experimental version?
How do I make it work automatically? It is extremely inconvenient to work in manual mode

@87andrewh
Copy link
Owner

Ah, bad news is that the footstep issue is still on Valve/SourceMod's side . . .

I found that the experimental version algorithm (basically a brute force) isn't quite fast and accurate enough. Basically, it's the same as SMAC, so there are some accuracy issues in certain situations. Maybe it's worth developing as a fallback.

@leon12171
Copy link
Author

When are you planning to release an update?

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

2 participants