Jump to content
Sign in to follow this  
c0rvin

[Need Help] Creating a giant smoke cloud

Recommended Posts

I was trying to simulate a Gas attack with the ACE mod. I got the Gas damage effect script done.

But i cannot find anything on my current problem.

I am looking for a script that can create giant gas/smoke clouds with a 500m radius.

I couldn't find anything about big clouds.

I would appreciate some suggestions and help

Thanks

Share this post


Link to post
Share on other sites

Well, the particle system if your friend then - or not, that monster is taking a shitload of parameters, better of finding an implementation, e.g. a sandstorm or fog scripts and fiddle around with the parameters to suit your needs.

The most common functions will be:

  • "#particlesource" createVehicleLocal ...
  • setParticleParams
  • setParticleRandom
  • setParticleCircle
  • setDropInterval

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×