From 200ceaa1ae5d5301b63ea40a6ccac0bf5e9248b2 Mon Sep 17 00:00:00 2001 From: wootguy Date: Tue, 17 Oct 2023 11:15:13 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 074d860..79bd2e9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ VAC is not updated for Sven Co-op and so plugins are needed to block cheaters. This plugin blocks the following cheats: - Speedhack (moving/shooting too fast or slow) - Jumpbug (preventing fall damage) +- Fastcrowbar (gib players with the crowbar and some form of undetected speedhack) +- Autostrafe (inhumanly fast bunny hop acceleration in a straight line + fast running) # CVars `anticheat.enable 1` Enables/disables the plugin. @@ -23,6 +25,12 @@ Controls client command logging. It can be used to find out if a command is bein `anticheat.cheatclientcheck 1` Auto-kicks players that have special cvars defined by the sven_internal cheat mod. Only catches cheaters that use the public version of sven_internal without the bypass plugin (rare, maybe once per month). +`anticheat.blockgamebans 0` Allows game-banned players to join your server. For when you disagree with the sven devs on who should be allowed to join your server. + +`anticheat.autostrafe 1` Blocks the autostrafe cheat. That cheat toggles strafes inhumanely fast which quickly accelerates you when bunny hopping, and in a straight line. It also lets you run faster than normal. A slower form of this is still possible. Strafe toggles >16 per second are ignored. + +`anticheat.logmodelinfo 0` Log model names for every player, including whenever the model changes. This can help find player models that cause client crashes. + # Commands `.ac ` Analyze a player's connection to the server. You can use this to find players who have bad connections, and decide if they should be added to the whitelist file (see next section). Type `.ac` without a player name to disable debugging. @@ -43,3 +51,5 @@ Only add people to this file if you trust that they are not actually speedhackin * Windows: `win32 addons/metamod/dlls/AntiCheat.dll` * Linux: `linux addons/metamod/dlls/AntiCheat.so` 1. Extract `anticheat_command_filter.txt` and `anticheat_speedhack_whitelist.txt` to the Sven Co-op root folder (one level up from `svencoop`). + +### [Build instructions](https://github.com/wootguy/mmlib/blob/master/README.md#generic-build-instructions-for-plugins-that-use-mmlib)