Emitters that only happen once?
by Ezra · in Torque Game Builder · 05/02/2006 (11:56 pm) · 2 replies
*edit* just want to say that I figured stuff out, what I needed to be using was the keys/properties for the whole effect, and not each individual emitter in the effect.
------
I'm really used to UnrealEd's particle editor, TGB/T2D's is kind of confusing and hard to use (imo at least)..
Even with the new particle editor GUI and graph I'm still unable to get an emitter inside a particle effect to fire off once and only once, right when the particle effect starts. They just want to keep spawning.
for example, I should be able to say I want 16 particles (and only 16 particles!) for an emitter, and I want it to create them at 8 particles per second. That would mean that in 2 seconds all 16 of my particles have been spawned, and no more will be spawned, unless I tell the emitter to "respawn dead particles", etc... How can I do this? The Quantity never seems to be the number I specify, 1 results in nothing (or a slow spawn ??), 30 results in an unknown amount that spawns sooner than a quantity of 4 would.
..just really frustrated right now :D
*edit*
it'd also be nice if I could specify a max amount of particles an emitter can have, so that if it goes over the max, it stops spawning particles, but as soon as one of those particles dies and it dips under the max it will start spawning again...
------
I'm really used to UnrealEd's particle editor, TGB/T2D's is kind of confusing and hard to use (imo at least)..
Even with the new particle editor GUI and graph I'm still unable to get an emitter inside a particle effect to fire off once and only once, right when the particle effect starts. They just want to keep spawning.
for example, I should be able to say I want 16 particles (and only 16 particles!) for an emitter, and I want it to create them at 8 particles per second. That would mean that in 2 seconds all 16 of my particles have been spawned, and no more will be spawned, unless I tell the emitter to "respawn dead particles", etc... How can I do this? The Quantity never seems to be the number I specify, 1 results in nothing (or a slow spawn ??), 30 results in an unknown amount that spawns sooner than a quantity of 4 would.
..just really frustrated right now :D
*edit*
it'd also be nice if I could specify a max amount of particles an emitter can have, so that if it goes over the max, it stops spawning particles, but as soon as one of those particles dies and it dips under the max it will start spawning again...
About the author
Recent Threads
#2
05/03/2006 (9:15 am)
BTW, you should read the Particle Engine doc, if you haven't already. It lays out the philosophy of how it works and has some really nice samples.
Torque Owner Jason Cahill
Default Studio Name
I hear your frustration. I've gone back to use T2D 1.02 (to original release) since it has a functional particle editor. I suspect that since we used to have a reasonable one and now it's "gone", a much improved version is in the works. We'll just have to wait and see.