A Valve Server Plugin to fix problems with particles, it consists of three submodules
- LimitExtender - increase
ParticleEffectNames
table limit - PrecacheFix - fixes map particles precache and uncache unused particles
- ClientPrecacheFix - fixes not working particles when the player loads them for the first time
- Grab the latest release package
- Extract the package and upload it to your gameserver
- Use
plugin_print
to check if the plugin works
Just as any other AMBuild project:
- Install AMBuild
- Download CS:GO SDK
mkdir build && cd build
python ../configure.py --enable-optimize --hl2sdk-root=???
ambuild