Difference between revisions of "Sims 3:0x220557DA"
From SimsWiki
m (→Format) |
m |
||
Line 1: | Line 1: | ||
+ | [[Sims 3:Main Page]] -> [[Sims 3:PackedFileTypes]] | ||
+ | <hr/> | ||
==Overview== | ==Overview== | ||
A table of strings used by the [[Sims 3:Catalog Resource|catalog resources]]. | A table of strings used by the [[Sims 3:Catalog Resource|catalog resources]]. | ||
Line 12: | Line 14: | ||
DWORD len | DWORD len | ||
unicodeLE[''len''] | unicodeLE[''len''] | ||
+ | <hr/> | ||
+ | [[Sims 3:Main Page]] -> [[Sims 3:PackedFileTypes]] |
Revision as of 10:50, 27 June 2009
Sims 3:Main Page -> Sims 3:PackedFileTypes
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]