Particles manifest.txt

From Valve Developer Community

A plain-text file in <game dir>/particles/ that lists all PCF files that a mod/game is to access. A PCF not listed in this Text file will not be loaded by the engine.

Example

particles_manifest
{
	"file"	"particles/error.pcf"
	"file"	"particles/fire_01.pcf"
	"file"	"particles/burning_fx.pcf"
	"file"	"particles/explosions.pcf"
	"file"	"!particles/muzzleflashes.pcf"
	"file"	"!particles/rockettrail.pcf"
	"file"	"!particles/achievement.pcf"
}
Image:note.png Note: If a filename has an ! in front of it, it will always be precached.