Attemped to precache unknown particle system "ExplosionCore_Wall_Jumper"!
The above line shows up in my console very time I rocket jump, I if anyone knew what it means?
Attemped to precache unknown particle system "ExplosionCore_Wall_Jumper"!
The above line shows up in my console very time I rocket jump, I if anyone knew what it means?
It's just the precache system being buggy; it means that the particle system failed to cache a particle.
The rocket launcher explosion particle is called "ExplosionCore_wall".
Somewhere in the code a call is made to find an alternate particle file.
I'm lacking context but I'm guessing this has to do with the Rocket Jumper.
Could be a couple things.
Something unimplemented by Valve? some remnant code for a custom particle that was never added
A missing custom particle from a server plug-in? then it'd only be an issue on that community server though
You're missing a particle? verifying game files would fix this, but I doubt it's this
This shouldn't cause observable lag.
If it annoys you, use this to filter it out
consolecon_filter_enable 1
con_filter_text_out "ExplosionCore_Wall_Jumper"
I couldn't find this reference anywhere. Maybe you have a weapon script which sets ExplosionEffect, ExplosionPlayerEffect or ExplosionWaterEffect to this value.
There's a reference to it in the particles/explosion.pcf (and particles/explosion_dx80.pcf) present in stock tf2, not sure if that's what the error is stemming from though
Ah, then probably recursive precaching. Maybe we can get Valve to clear out the reference from that file :)