seiterseiter1querti actually managed to make it block all those error messages. it also blocks things like kills and chat messages in the console, so i don't know what i actually did, but my console no longer have those insane fast streams of red error messages.
Did you use the normal way to block them or how? Like paste a bit of how you did it if its different
idk, i just tried to make up different cvars that supposedly block console text. i guess one of them worked, i have this in my autoexec
// _______________
// |CONSOLE FILTER |
// ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
con_filter_text 1
con_filter_text_enable 1
con_filter_enable 1
con_filter_text_out "particle"
con_filter_text_out "material"
con_filter_text_out "muzzle"
con_filter_text_out "Cannot update control point"
con_filter_text_out "doesn't have attachment"
con_filter_text_out "Compact freed"
con_filter_text_out "Attempted to precache"