- Mar 30, 2021
- 143
- 30
I'm working on my map, and it uses a custom particle effect. It works fine in-game but every time I load the map the console is flooded with the following:
How can I make this go away? Here's the text in my particle file which is named [mymapname]_particles.txt:
They are in the particles folder, attempting to add a particles folder in the custom folder did not work well. Any ideas?
Code:
Attemped to precache unknown particle system "wormhole_purple_large_sparks"!
Attemped to precache unknown particle system "wormhole_purple_red_outer_main"!
Attemped to precache unknown particle system "wormhole_purple_blue_outer_main"!
Attemped to precache unknown particle system "wormhole_purple_blue_outer"!
Attemped to precache unknown particle system "wormhole_purple_outer_main"!
Attemped to precache unknown particle system "wormhole_green"!
Attemped to precache unknown particle system "wormhole_green_distort2"!
Attemped to precache unknown particle system "wormhole_green_main"!
Attemped to precache unknown particle system "wormhole_green_sparkles2"!
Attemped to precache unknown particle system "wormhole_green_ring"!
Attemped to precache unknown particle system "wormhole_green_ring2"!
Attemped to precache unknown particle system "wormhole_green_sparks2"!
Attemped to precache unknown particle system "wormhole_green_outer_rings"!
Attemped to precache unknown particle system "wormhole_green_large"!
Attemped to precache unknown particle system "wormhole_green_large_distort2"!
Attemped to precache unknown particle system "wormhole_green_large_main"!
Attemped to precache unknown particle system "wormhole_green_large_sparkles2"!
Attemped to precache unknown particle system "wormhole_green_large_ring"!
Attemped to precache unknown particle system "wormhole_green_large_ring2"!
Attemped to precache unknown particle system "wormhole_green_large_sparks2"!
Attemped to precache unknown particle system "wormhole_green_large_outer_rings"!
Attemped to precache unknown particle system "wormhole_green_large_sparkles"!
Attemped to precache unknown particle system "wormhole_green_large_sparks"!
Attemped to precache unknown particle system "wormhole_green_sparkles"!
Attemped to precache unknown particle system "wormhole_green_sparks"!
Attemped to precache unknown particle system "blood_impact_red"!
How can I make this go away? Here's the text in my particle file which is named [mymapname]_particles.txt:
Code:
particles_manifest
{
"file""!particles/fire_01.pcf"
"file""!particles/wormhole.pcf"
}
They are in the particles folder, attempting to add a particles folder in the custom folder did not work well. Any ideas?
Last edited: