• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Need a smoke particle effect from the game files

        <effect_group>
            <triggered_effect trigger="onSelfBuffUpdate" action="AttachParticleEffectToEntity" particle="" local_offset="0,.3,0" parent_transform="Head"/>
        </effect_group>

i need the name of a particle effect i can include in the code above.

i have tried nozzlesmoke_chainsaw but it didnt work i know that the code works because when i use p_impact_metal_on_organic it spawns a blood effect.

 
Have you tried nozzlesmokeuzi ? That's the one that's used on the guns.

In the items.xml, it's always called like so:

<property name="Particles_muzzle_smoke" value="nozzlesmokeuzi"/>

<property name="Particles_muzzle_smoke" value="nozzlesmokeuzi"/>


The same goes for nozzlesmoke_chainsaw. I wonder if that might be connected to the trouble you're having getting them to show in a buff?

 
Back
Top