Particles manifest.txt: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
A plain-text file in <code><game dir>/particles/</code> that lists all [[PCF]] files that a mod/game is to access. A PCF not listed in this file will not be loaded by the engine.
A plain-text file in <code><game dir>/particles/</code> 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 ==
== Example ==

Revision as of 14:51, 3 July 2008

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
}