Difference between revisions of "Sims 3:0x220557DA"
From SimsWiki
m (→Overview) |
m (→Format) |
||
Line 3: | Line 3: | ||
==Format== | ==Format== | ||
− | + | DWORD // 'STBL' | |
− | DWORD 'STBL' | + | BYTE // version (2) |
− | BYTE version (2) | + | BYTE[2] // null |
− | 2 | + | DWORD count |
− | DWORD count | + | BYTE[6] // null |
− | 6 | + | --repetition ''count'': |
− | -- | + | QWORD id // [[FNV|fnv64]] hash of whatever text you want to localize to this |
− | + | DWORD len | |
− | + | unicodeLE[''len''] | |
− | + | ||
− | + |
Revision as of 10:50, 27 June 2009
Overview
A table of strings used by the catalog resources.
Format
DWORD // 'STBL' BYTE // version (2) BYTE[2] // null DWORD count BYTE[6] // null --repetition count: QWORD id // fnv64 hash of whatever text you want to localize to this DWORD len unicodeLE[len]