In other languages: Deutsch Français 日本語 Русский 简体中文

Chunk

From Official Factorio Wiki
Revision as of 13:07, 5 September 2017 by BilkaBot (talk | contribs) (Changed links going to the redirect Tick to go to Game-tick.)
Jump to navigation Jump to search

A Chunk is a unit defined as either an area of the map 32x32 tiles in size (containing 1024 tiles in total) or a distance of 32 tiles.

Chunks are used for:

  • Map generation. When the player runs around and reveals the map or the radar explores the map, it is revealed in chunks.
  • Chunks are "switched off" to save CPU cycles. If nothing important happens in a chunk (e.g. there are only fishes swimming around in the chunk) the chunk is not computed in the next [[]].
  • The pollution model is based on chunks, and pollution spreads to neighboring chunks.

See also

  • Tile, the next smaller unit.
  • Region, the next larger unit.