-
Notifications
You must be signed in to change notification settings - Fork 0
Bone Bindings
_nebula edited this page Oct 24, 2024
·
3 revisions
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.