Feature #1305
Particle generator flag: instantly kill generator
0%
Description
A new particle generator flag is needed:
Instantly kill a generator when the associated mobj dies.
Sometimes it is necessary to use the static flag when
creating generators, but as expected they live on after
the associated mobj dies.
Labels: Graphics
Related issues
History
#1 Updated by skyjake about 21 years ago
Instantly kill a generator when the associated mobj dies.
Does "mobj" refer to a monster that dies? Is the problem that the generator is still active on the corpse?
That might be a bit trickier to change, because the death of a monster isn't easily visible from the engine's point of view.
#2 Updated by danij about 21 years ago
Logged In: YES
user_id=849456
Yes I'm refering to monsters where the generator is still activ
on the corpse.
#3 Updated by skyjake about 11 years ago
- Tags set to Particles
- Subject changed from Particle Generator Flag - Instantly Kill generator to Particle generator flag: instantly kill generator
#4 Updated by skyjake about 11 years ago
Might be more elegant to set a scope condition (or some kind of selector) that says the target must be a mobj with health > 0.
#5 Updated by danij about 11 years ago
Actually that would probably be a better solution anyway, given that mobjs can be reanimated (e.g., Archvile in DOOM).
#6 Updated by skyjake about 11 years ago
- Priority changed from Normal to Lowest
#7 Updated by skyjake almost 5 years ago
- Target version set to Rendering