Water fountain

A refuge for those migrating from the fallen DXEditing.com and a place for general discussion relating to Deus Ex editing (coding, mapping, etc).
Post Reply
User avatar
Neveos
X-51
Posts: 875
Joined: Wed Mar 03, 2010 1:29 am

Water fountain

Post by Neveos »

I'm making a water fountain, but I want a bunch of water to spray up or outwards much like the effect coming from the shower head. Except I can't figure out how to do it. Does anyone know how to do this?
What I do in my other free time:
http://www.youtube.com/watch?v=e3FfPUKuGsQ
miguel
UNATCO
Posts: 160
Joined: Tue Oct 12, 2010 10:35 pm
Location: Acheron LV-426 Hadley's Hope

Re: Water fountain

Post by miguel »

Maybe a projectile generator.
User avatar
Neveos
X-51
Posts: 875
Joined: Wed Mar 03, 2010 1:29 am

Re: Water fountain

Post by Neveos »

particle generator - water drips

but I appear to need to alter the checktime property to a very low value, so it keeps spewing... but i cant get it to continuously stream rather than spurt, stop, spurt, now. I actually just want it act just like the shower.

edit- ok so checktime needs to be at like .000001 and numPerSpawn needs to be 1... it caps out how many particles are allowed. And while randomeject is set to true, it doesnt eject as sporadically as a shower head which makes me think a shower head actually has multiple particle generators

edit- ok its the eject speed. needs to be at like 100. helps deviate the particles
What I do in my other free time:
http://www.youtube.com/watch?v=e3FfPUKuGsQ
Post Reply