Difference between revisions of "Sims 3:0x220557DA"
From SimsWiki
Inge Jones (Talk | contribs) |
|||
Line 4: | Line 4: | ||
<pre> | <pre> | ||
DWORD 'STBL' | DWORD 'STBL' | ||
− | BYTE | + | BYTE version (2) |
− | + | 2 BYTES blank | |
− | + | ||
DWORD count | DWORD count | ||
− | + | 6 BYTES blank | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
--repeat(count) | --repeat(count) | ||
− | QWORD id | + | QWORD id (fnv64 hash of whatever text you want to localize to this) |
DWORD len | DWORD len | ||
unicode string[len] | unicode string[len] | ||
</pre> | </pre> |
Revision as of 19:13, 9 June 2009
Overview
A table of strings used by the catalog resources.
Format
DWORD 'STBL' BYTE version (2) 2 BYTES blank DWORD count 6 BYTES blank --repeat(count) QWORD id (fnv64 hash of whatever text you want to localize to this) DWORD len unicode string[len]