There is something strange going on with the ParticleSystem Nr.1(Shockwave): At first it works good, but on the place where i put it and not at the place of the associated entity. Afterwards it seems to be changing to type 7(Spiralarm) while looping at the entitys place
I noticed the same with type 11( Imploding Shockwave) which then changes into type 12(Imploding Spiralarm).
Is this a bug?
[FIXED 075C] ParticleSystem Shockwave(nr1) buggy?
[FIXED 075C] ParticleSystem Shockwave(nr1) buggy?
Everyone can see the difficult, but only the wise can see the simple.
-----
-----
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
This is because 1 and 11 are meant to be spawned only once... If you allow to spawn them several times the particles may not be added at the same time anymore which looks similar to the spiral arms systems. To avoid this set the BirthRate and the ParticleLifeSpan to the same value.
Fixed initial origin problem...
Fixed initial origin problem...