View Single Post
mlov420
Senior Member
Join Date: May 2013
Old 11-14-2018 , 09:29   Re: [ANY] Store by Zephyrus [1.1 - 03.01.2016]
Reply With Quote #1559

Quote:
Originally Posted by paulo_crash View Post
Perfect, thanks...

About the files in the csgo/particles folder where do I get them? In case your only have the plugin and source code, in case only the files are missing.

Thank you again.
Here is a pack of 5 .pcf files to get you started. Each one of these contains a number of different particles. Refer to my previous post about viewing these files in something like Hammer Editor to see which ones are available, as well as which ones work and which ones don't work. I've personally noticed that not every particle in these packs work (maybe my error?), but many/most do.


Where to Install:

Code:
This "particles" folder just goes right in the csgo/ folder either on your server or locally if you're viewing in Hammer.

Example Usage from one of the contained files:

Code:
"Green Cyclone (Aura)"
        {
            "particlename" "particles/fx.pcf"
            "effectname"    "Aura11"
            "flag"		   "b"
            "type"              "CustomParticles"
        }
The different "effects" within each PCF will vary between if they act like auras (covering all or most of player model) or if they act like only trails (smaller effects only display at the feet of the player, which makes them act like a trail). This example one acts more like an aura so I labeled it as such for players to see.

Edit - This .zip file DOES NOT contain the auras plugin. It ONLY contains 5 .pcf files which can be used with the auras plugin.
Attached Files
File Type: zip particles.zip (82.5 KB, 146 views)

Last edited by mlov420; 11-14-2018 at 09:30.
mlov420 is offline