Difference between revisions of "Sims 4:0x220557DA"
From SimsWiki
(Created page with "==Format== DWORD // 'STBL' BYTE // version (5) BYTE[2] // null DWORD count BYTE[6] // null --repetition ''count'': DWORD id // Unknown hash function Byte unkno...") |
|||
| Line 5: | Line 5: | ||
DWORD count | DWORD count | ||
BYTE[6] // null | BYTE[6] // null | ||
| + | DWORD unknown // unknown | ||
--repetition ''count'': | --repetition ''count'': | ||
DWORD id // Unknown hash function | DWORD id // Unknown hash function | ||
Byte unknown // null? | Byte unknown // null? | ||
| − | unicodeLE[''len''] | + | WORD length // string length |
| + | unicodeLE[''len''] // strings are UTF8 | ||
Latest revision as of 23:06, 10 July 2014
[edit] Format
DWORD // 'STBL'
BYTE // version (5)
BYTE[2] // null
DWORD count
BYTE[6] // null
DWORD unknown // unknown
--repetition count:
DWORD id // Unknown hash function
Byte unknown // null?
WORD length // string length
unicodeLE[len] // strings are UTF8