Difference between revisions of "How to create snow or rain"

From Platinum Arts Sandbox Free 3D Game Maker
Jump to: navigation, search
(Created page with '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 particle…')
 
m (Edited the Rain command line, the previous command line would create a large fire :|)
 
Line 8: Line 8:
 
Rain:
 
Rain:
  
  /newent particles 10 300 256 868 1000
+
  /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
 
*This is it :P
  
 
Tutorial by siimvuss
 
Tutorial by siimvuss

Latest revision as of 09:48, 16 June 2011

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