Skip to content

Bone Bindings

_nebula edited this page Oct 24, 2024 · 3 revisions

Bone Bindings (.bbn)

File Format

24 bytes - Unknown.
int - Number of bone names.
int - Number of bone IDs.
int - Offset to start of bone ID list.
int - Offset to start of bone names.

[Bone IDs]
(For each bone id)
   int - Offset to bone id. (Null-terminated string)
   uint - SDBM hash of bone id.

[Bone Names]
(For each bone name)
   int - Offset to bone name. (Null-terminated string)
   uint - SDBM hash of bone name.
   4 bytes - Unknown.
   4 bytes - Unknown.

[Strings]
List of all the strings used above, each terminated with 0x00. Padded with 0x00 to 16 byte alignment.

Clone this wiki locally