Talk:Particles In Animations: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Particles Invisible)
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
I've followed this tutorial to get a muzzle flash on the .357 Magnum, but the muzzle flash doesn't show up! This is what I put in the .qc file:
I've followed this tutorial to get a muzzle flash on the .357 Magnum, but the muzzle flash doesn't show up! This is what I put in the .qc file:


$sequence fire "fire" ACT_VM_PRIMARYATTACK 1 fps 30.00 {


== == $sequence fire "fire" ACT_VM_PRIMARYATTACK 1 fps 30.00 {
{ event AE_CL_CREATE_PARTICLE_EFFECT 0 "357_muzzle follow_attachment muzzle" }
{ event AE_CL_CREATE_PARTICLE_EFFECT 0 "357_muzzle follow_attachment muzzle" }
} ==


}


== Anyone got any idea why it's not working? == ==
(Ignore the spaces between lines)
 
Anyone got any idea why it's not working?
 
--[[User:SpaceGlitchUK|SpaceGlitchUK]] 04:28, 15 February 2013 (PST)

Latest revision as of 05:28, 15 February 2013

I've followed this tutorial to get a muzzle flash on the .357 Magnum, but the muzzle flash doesn't show up! This is what I put in the .qc file:

$sequence fire "fire" ACT_VM_PRIMARYATTACK 1 fps 30.00 {

{ event AE_CL_CREATE_PARTICLE_EFFECT 0 "357_muzzle follow_attachment muzzle" }

}

(Ignore the spaces between lines)

Anyone got any idea why it's not working?

--SpaceGlitchUK 04:28, 15 February 2013 (PST)