Long time no post everyone,
So I have been trying to make a smoke cluster with particles and have been having a heck of a time until I realized that the particles will not show if my level, the dbo object, is behind it. If I have my zombies inside the level and behind the particles I can see them, and if I'm outside the level I can see them in the backdrop, such as in the picture included. Any idea what might be going on? Any help is much appreciated.
Initializing:
load image "media/particles/smoke.bmp",8888
make particles 2, 8888, 100, 50
color particles 2, 178,34,345
set particle emissions 2, 150
set particle speed 2, 0.2
set particle gravity 2, 0.2
set particle life 2,300
set particle floor 2,0
ghost particles on 2,2
positioning:
POSITION PARTICLE EMISSIONS 2,playerx#,playery#,playerz#
set particle emissions 2, 800
In the picture the particles are purple
The fastfood zombie killer