http://www.obsidianconflict.net/forums/ ... php?t=3496
Here's what it looks like:

By fug4life at 2009-10-06
Here's the download (A bsp, vmf and all the particle files):
http://www.filefront.com/14668421/fug_f ... ticle.zip/
I thought I'd just put it out there so people can see how to get it in game.
As I couldn't find any tutorials on that part.
Notes, to allow others to see particles in your map you have to add one of the following (taken form oc's front page):
maps/cfg/_particles.txt to allow custom particles (works in _modify.txt too) Format: { Particles { "file" "" } }
So for the example I released, make a txt document (in obsidian/maps/cfg) named oc_particle_fug_particles.txt
And then add to the text:
Code: Select all
oc_particle_fug
{
Particles
{
"file" "particles/fug_fire.pcf"
}
}