Engine icon indicating copy to clipboard operation
Engine copied to clipboard

Enhancement: Console filtering multiple strings

Open itVictor opened this issue 3 years ago • 0 comments

What would this enhancement be for?

UI/UX

Describe your enhancement suggestion in more detail

In other source games, filtering out lines from console (to get rid of spam/find only meaningful error messages) is a bit troublesome as con_filter_text_out only lets you hide one string at a time. My proposal is to extend this command so that multiple strings can be passed in. There's a few ways this could be done, depending on performance impact (eg regex, reading from an external file, etc.)

itVictor avatar Sep 16 '22 21:09 itVictor