gblorb
GBLORB is a binary container format used in the development and distribution of interactive fiction and text‑based adventure games. It was created in the early 2010s as an extension of the Blorb format, which had become standard for distributing graphical interactive fiction compiled with the Glulx virtual machine. GBLORB adds support for richer metadata, allowing publishers to embed licensing information, resource dependency lists, and platform‑specific assets in a single file. The file extension is typically .gblorb, though older implementations sometimes use .gbi.
The format is structured as a sequence of fixed‑length “boxes.” Each box begins with a four‑byte identifier,
Despite its similarity to Blorb, GBLORB is not backward compatible with older Glulx engines. Only newer versions
Technical documentation for the GBLORB specification is available on the IFWS GitHub repository. The format is