How to create snow or rain

From Platinum Arts Sandbox Free 3D Game Maker
Revision as of 09:48, 16 June 2011 by Rueppells-Fox (Talk | contribs) (Edited the Rain command line, the previous command line would create a large fire :|)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

creating snow or rain is simple, all you need is one particle:

  • Open up Sandbox and the map you want to have snow or rain on.
  • Type this to command line:

Snow:

/newent particles 12 300 256 0xFFFFFA 10000 0 0 0

Rain:

/newent particles 13 271 300 0X6484F0 6000 15 30 0

Note: The gravity (last number you type in) will change the speed of the rainfall. The lower the number, the faster the rain will fall.

  • This is it :P

Tutorial by siimvuss