Page 1 of 1

Water

PostPosted: Mon Jan 07, 2013 5:55 pm
by cskid13
One thing that the Cyan shard of Uru lacks is water that actually makes the player wet. I think that it would be cool if on the Gehn Shard, after walking in water, a player would drip for a few seconds.

Re: Water

PostPosted: Wed Jan 23, 2013 11:46 am
by Karkadann
would it be possible to temporarily attach a particle system to an AV?

Re: Water

PostPosted: Wed Jan 23, 2013 2:24 pm
by D'Lanor
Yes. The Eder Kemo bugs for example.

You attach them with Python code. I don't know if it can be done directly.

Re: Water

PostPosted: Thu Jan 24, 2013 5:24 am
by Christopher
It can only be done directly if you add a particle system to the GlobalAvatar. Otherwise you would need a particlesystem hiding in every age, from where you can transfer the particles to the avatar, or attach the particle system as child to the avatar.

Christopher