Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wootguy authored Oct 17, 2023
1 parent ab14860 commit 200ceaa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 <player name>` 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.

Expand All @@ -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)

0 comments on commit 200ceaa

Please sign in to comment.