Particles manifest.txt: Difference between revisions
Jump to navigation
Jump to search
Note:If a filename has an ! in front of it, it will always be precached.
No edit summary |
Arklansman (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
particles_manifest | particles_manifest | ||
{ | { | ||
file particles/error.pcf | "file" "particles/error.pcf" | ||
file particles/fire_01.pcf | "file" "particles/fire_01.pcf" | ||
file particles/burning_fx.pcf | "file" "particles/burning_fx.pcf" | ||
file particles/explosions.pcf | "file" "particles/explosions.pcf" | ||
file particles/muzzleflashes.pcf | "file" "!particles/muzzleflashes.pcf" | ||
file particles/rockettrail.pcf | "file" "!particles/rockettrail.pcf" | ||
file particles/achievement.pcf | "file" "!particles/achievement.pcf" | ||
} | } | ||
{{note|If a filename has an ! in front of it, it will always be precached.}} | |||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 19:44, 3 August 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" }
