LBA1:Isometric areas organisation

From LBA File Information
Revision as of 05:51, 27 May 2013 by Zink (talk | contribs) (Created page with "Rooms and islands in LBA1 are made of three files: * '''lba_brk.hqr''' - The name means ''LBA Bricks''. The file contains bricks (each entry is one brick), which are just ima...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Rooms and islands in LBA1 are made of three files:

  • lba_brk.hqr - The name means LBA Bricks. The file contains bricks (each entry is one brick), which are just images (sprites) in special format.
  • lba_bll.hqr - The name means LBA BLock Libraries, sometimes incorrectly called Layout Libraries. The file contains libraries (each entry is one library). Libraries contain blocks (layouts) which are just bricks grouped to make objects such as tables, chairs, wall fragments, etc.
  • lba_gri.hqr - The name means LBA Grids. The file contains grids (each entry is one grid). Grids are rooms, that are made of references to block libraries.

Lba_bll and lba_gri have the same number of entries, and each entry in the lba_bll corresponds to the entry of lba_gri at the same index. In this way each Grid has one Library of blocks associated with it.