Type 2: Buddylist
File Format Description
File Structure
- Format Type: Binary Data
- Endian Order: Little Endian
- File Extension: .dat
FILE
Header | |||
---|---|---|---|
CHAR8 | 0x5 | Identifier | „tiana“ |
INT+8 | 0x1 | Internal file type | 0x2 |
Buddy information | |||
INT+16 | 0x1 | Buddies count | = aa |
BUDDY* | [aa] | Buddy information |
User-defined structures
AVATAR*
Avatar | |||
---|---|---|---|
INT+16 | 0x1 | Shard ID | |
INT+32 | 0x1 | Avatar ID |
BUDDY*
Buddy | |||
---|---|---|---|
INT+8 | 0x1 | Buddy name length | = ba |
CHAR8 | [ba] | Buddy name | |
INT+16 | 0x1 | Avatars count | = bb |
AVATAR* | [bb] | Avatar information |