Difference between revisions of "Sims 3:0x220557DA"

From SimsWiki
Jump to: navigation, search
m (Overview)
m (Format)
Line 3: Line 3:
  
 
==Format==
 
==Format==
<pre>
+
DWORD // 'STBL'
DWORD 'STBL'
+
BYTE // version (2)
BYTE version (2)
+
BYTE[2] // null
2 BYTES blank
+
DWORD count
DWORD count
+
BYTE[6] // null
6 BYTES blank
+
--repetition ''count'':
--repeat(count)
+
QWORD id // [[FNV|fnv64]] hash of whatever text you want to localize to this
    QWORD id (fnv64 hash of whatever text you want to localize to this)
+
DWORD len
    DWORD len
+
unicodeLE[''len'']
    unicode string[len]
+
</pre>
+

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]
Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox