v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Utility:Obsidian/Cell definition files

From Dwarf Fortress Wiki
< Utility:Obsidian
Revision as of 02:40, 30 May 2010 by Skeggox (talk | contribs) (Created page with '=Cell definition files= This list of files represent the internal representation of the Cell engine, to be exposed to Lua and used by other modules (like the geometry generator) …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Cell definition files

This list of files represent the internal representation of the Cell engine, to be exposed to Lua and used by other modules (like the geometry generator)

Fortress

File:Fortress.xml This describes the top level object that holds all of the components like terrain, creatures, etc., as well as static information about the fortress.

Map

File:Map.xml This just a a collection of cells that describes the map

Cell

File:Cell.xml Each cell holds everything that you need to know about a specific tile in the fortress, including the terrain information, lists of buildings, constructions, items, contaminants, liquids and creatures in that tile.