#particle system not working in-game what so ever
7 messages · Page 1 of 1 (latest)
you might need to copy the particle assets to gmod if there from another game gmod's vpk only particles for small flames
@strange harness
https://developer.valvesoftware.com/wiki/Particles_manifest.txt
you need the
maps/<map name>_particles.txt```
file
where <map name> obviously match your map name exactly
cause while Hammer can display particle, it's cause it load all pcf located in your game, no matter what
while if you wanna use a particle, you gotta have the txt file where you indicate which .pcf the game should actually load
so you should load the pcf that would have this particle