Difference between revisions of "Entitykeys worldspawn"

From Mod Wiki
(Initial version)
 
(No difference)

Latest revision as of 14:25, 8 November 2007

gravity variable
gravity value for the level.
_blocksize variable
Suggested value: 8192. Dmap always splits the BSP tree along the planes X=_blocksize*n and Y=_blocksize*n. Default _blocksize value is 1024. Increase the blocksize using larger powers of 2 to reduce compile times on very large maps with a low structural brush density.
flight_ceiling_lower variable
The collective starts to falloff beyond this height.
flight_ceiling_upper variable
The effect of the collective is zero at this height.