Difference between revisions of "How to put fog to a map"

From Platinum Arts Sandbox Free 3D Game Maker
Jump to: navigation, search
(Created page with 'Adding fog is very simple! simply hit the ` key (the one that is between Esc and tab) Now type fog X Where X is a value between 16 and 1000024 16 is maximum fog; yo…')
 
Line 13: Line 13:
 
Where X is a value between 16 and 1000024
 
Where X is a value between 16 and 1000024
  
16 is maximum fog; you can't see anything basically
+
16 is the maximum amount of fog you can add; you can't see anything basically
  
 
All done!
 
All done!

Revision as of 06:25, 30 August 2010

Adding fog is very simple!


simply hit the ` key (the one that is between Esc and tab)

Now type


fog X


Where X is a value between 16 and 1000024

16 is the maximum amount of fog you can add; you can't see anything basically

All done!

P.S. To change the fog colour, type

fogcolour X

Where X is the colour of the fog, in 0xRRGGBB format, where R is the Red value, G, Green and B, Blue