A simple Metamod plugin that allows you to filter out console prints with regular expressions. Supports both Windows and Linux.
// Write regular expression in here to prevent them from being printed in the console
.*UNEXPECTED LONG FRAME DETECTED.*
.*weapon services didn't find a shoot position.*
.*generating substitute command \d+ from \d+.*
- Download the latest release from the releases page
- Extract the contents of the archive to your server's
addons
directory - Edit the
addons/cleanercs2/config.cfg
file to your liking (see the example config above)
conclear_reload
- Reloads the configuration file
Xmake is used to build the project.
- Clone the repository and its submodules
- Run xmake in the root directory of the repository