Particles manifest.txt: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
m (→‎Example: Examples via DODS)
Line 4: Line 4:
= Example =
= Example =


House_explode
particles_manifest
Valve_effect
{
"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"
}

Revision as of 06:37, 3 July 2008

Overview

A txt File that list's all the Current particles files that a mod or Game will currently use. You must specify a particle in this list in order for it to be used in-game. Be sure to include this file Under the Particle Folder in your game directory.

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" }