Source Particle Editor - Particles spawn out of place and some give error messages
4 replies, posted
I recently created a new particle (picture below)
[IMG]http://i.imgur.com/98oGsZ7.png?1[/IMG]
Then, i saw something was wrong.
I spawned the particle in gmod and the whole particle system was not aligned with the entity. The center-smoke was at the top of the map and others were somewhere.
I don't really know whats wrong with this particle system, nor i don't know how to fix it.
Here's a link to the particle file [url]http://www.mediafire.com/download/4p7gqc5a3xosbx5/blackholepcf[/url] , see if you know why it spawns in random places (i tested other particles and they worked fine)
EDIT:
It starts spamming console with this error message:
C_OP_RenderSprites::RenderUnsorted:
What game did you use to create it? What code you used to spawn it?
[QUOTE=Robotboy655;43438084]What game did you use to create it? What code you used to spawn it?[/QUOTE]
I used half life episode 2 to create the particle.
Code:
ParticleEffect(self.Effect,pos,Angle(0,0,0),nil)
I assume pos is the entity pos or?
Also, [url]http://wiki.garrysmod.com/page/Global/ParticleEffectAttach[/url]
[QUOTE=Robotboy655;43438367]I assume pos is the entity pos or?
Also, [url]http://wiki.garrysmod.com/page/Global/ParticleEffectAttach[/url][/QUOTE]
Entity pos
Sorry, you need to Log In to post a reply to this thread.