All data types are stored big-endian.
| Type | Length | Notes |
|---|---|---|
| Bool | 1 | 0=false |
| Byte | 1 | Unsigned 0 .. 255 |
| Int16 | 2 | Signed 16-bit |
| Uint16 | 2 | Unsigned 16-bit |
| Int32 | 4 | Signed 32-bit |
| Uint32 | 4 | Unsigned 32-bit |
| Float | 4 | Single-precision float |
| Int64 | 8 | Signed 64-bit |
| Uint64 | 8 | Unsigned 64-bit |
| Double | 8 | Double-precision float |
| Format | Magic | |
|---|---|---|
| B-Tree Database | BTDB | Details |
| Starbound Client Context | SBCCV1 | Details |
| Starbound Storage File | SBSF | Details |
| Starbound Player File | SBPFV1.1 | Details |
| World | WRLDBV1.1 | Details |