Difference between revisions of "Playzones"

From Mod Wiki
(Batch update)
 
Line 1: Line 1:
... need info on:
+
Many aspects of the game (such as deploying and traveling before being warned of leaving the battlefield) take place in the main gameplay area of the map, the 32768 unit square. A typical ETQW map is larger due to an out of bounds area, so actual bounds of a map are a 40960 unit square. Playzones are used to specify the main gameplay area where the deploymask is to be used.  
* what are they used for
 
* how to place them in a map
 
* mention about storing them in an editor group to keep work organized
 
* etc.
 
  
 
== See Also ==
 
== See Also ==
 
* [[Portal Basics]]
 
* [[Portal Basics]]
* [[Entity playzone_all|playzone_all]]
 
 
* [[Entity playzone_commandmap|playzone_commandmap]]
 
* [[Entity playzone_commandmap|playzone_commandmap]]
 
* [[Entity playzone_deploy|playzone_deploy]]
 
* [[Entity playzone_deploy|playzone_deploy]]

Revision as of 16:46, 22 November 2007

Many aspects of the game (such as deploying and traveling before being warned of leaving the battlefield) take place in the main gameplay area of the map, the 32768 unit square. A typical ETQW map is larger due to an out of bounds area, so actual bounds of a map are a 40960 unit square. Playzones are used to specify the main gameplay area where the deploymask is to be used.

See Also