This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

BZW

From BZFlagWiki
Revision as of 19:16, 18 February 2007 by JeffM2501 (talk | contribs) (New page: The BZW format is used by BZFS to define the game world, or "map". This file is a plain text file that is loaded by the server application at start up and sent to each client when it j...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The BZW format is used by BZFS to define the game world, or "map". This file is a plain text file that is loaded by the server application at start up and sent to each client when it joins the game. The map file contains a list of 3d world objects that populate the world, as well as optionally settings and options for the server to use when running.

Basic Format

All structures in the BZW format are contained in this basic block structure

      OJBECT_NAME
        KEY  VALUE
        KEY  VALUE