Difference between revisions of "Sims 3:0x220557DA"
From SimsWiki
Line 3: | Line 3: | ||
==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]]. | ||
+ | |||
+ | ==STBL Instance IDs== | ||
+ | |||
+ | STBLs have an instance ID that begins with a 2 byte language identifier (for example 0x00 = English). A full list of Language codes can be found here: [[STBL Languages]] | ||
+ | |||
==Format== | ==Format== | ||
Line 16: | Line 21: | ||
<hr/> | <hr/> | ||
[[Sims 3:Main Page]] -> [[Sims 3:PackedFileTypes]] | [[Sims 3:Main Page]] -> [[Sims 3:PackedFileTypes]] | ||
− | |||
− |
Revision as of 23:40, 2 July 2009
Sims 3:Main Page -> Sims 3:PackedFileTypes
Overview
A table of strings used by the catalog resources.
STBL Instance IDs
STBLs have an instance ID that begins with a 2 byte language identifier (for example 0x00 = English). A full list of Language codes can be found here: STBL Languages
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]