Upvote Upvoted 2 Downvote Downvoted
What does this mean?
posted in Q/A Help
1
#1
0 Frags +

Model '(null)' doesn't have attachment 'backblast' to attach particle system 'rocketbackblast' to.
V

This comes up on my console a lot. What does it mean? And could it be causing frame rate lag?

Model '(null)' doesn't have attachment 'backblast' to attach particle system 'rocketbackblast' to.
V

This comes up on my console a lot. What does it mean? And could it be causing frame rate lag?
2
#2
0 Frags +

Haven't personally seen it cause frame rate lag, it's just bs source spams out because the game isn't perfect. You can add this to your autoexec to filter out a bunch of other bs spam

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"

That's not a full list, just the few things I've found to reduce the spam in the console

Edit: see http://teamfortress.tv/thread/19123/filtering-console-spam for corrections to this

Haven't personally seen it cause frame rate lag, it's just bs source spams out because the game isn't perfect. You can add this to your autoexec to filter out a bunch of other bs spam

[code]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"[/code]

That's not a full list, just the few things I've found to reduce the spam in the console

Edit: see http://teamfortress.tv/thread/19123/filtering-console-spam for corrections to this
Please sign in through STEAM to post a comment.