Console warning suppressor
Go to file
Accelerator74 1fe4976cab
Delete sourcemod/gamedata directory
Gamedata is not needed. See `sigs.h
2021-06-11 14:21:27 +05:00
asm Added files for compilation 2019-10-21 15:34:19 +03:00
CDetour Added files for compilation 2019-10-21 15:34:19 +03:00
msvc10 Added 2018-05-28 17:49:33 +05:00
Release Added 2018-05-28 17:49:33 +05:00
sourcemod Delete sourcemod/gamedata directory 2021-06-11 14:21:27 +05:00
extension.cpp Added 2018-05-28 17:49:33 +05:00
extension.h Added 2018-05-28 17:49:33 +05:00
Makefile Update Makefile 2020-04-28 16:28:03 +03:00
Readme.md Add Readme.md 2018-06-17 20:55:37 +03:00
sigs.h Added 2018-05-28 17:49:33 +05:00
smsdk_config.h Added 2018-05-28 17:49:33 +05:00

Cleaner extension

This is an extension for Sourcemod that allows you to strip lines from your console log. Most often different types of spam messages that are normal, but provide no useful info.

Installation

  1. Choose the correct .dll (Windows) or .so (linux) file from the Release folder.
  2. Download and put it into your servers addons/sourcemod/extensions folder.
  3. Copy the contents of the sourcemod folder into your servers sourcemod folder.
  4. (Optional) Modify addons/sourcemod/configs/cleaner.cfg with more strings you want removed.