Difference between revisions of "Sims 3:0x220557DA"

From SimsWiki
Jump to: navigation, search
 
Line 4: Line 4:
 
<pre>
 
<pre>
 
DWORD 'STBL'
 
DWORD 'STBL'
BYTE
+
BYTE version (2)
BYTE
+
2 BYTES blank
BYTE
+
 
DWORD count
 
DWORD count
BYTE
+
6 BYTES blank
BYTE
+
BYTE
+
BYTE
+
BYTE
+
BYTE
+
 
--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]
Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox