Difference between revisions of "Sims 3:0x220557DA"

From SimsWiki
Jump to: navigation, search
(Two digits hex = 1 byte not 2)
Line 6: Line 6:
 
==STBL Instance IDs==
 
==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]]
+
STBLs have an instance ID that begins with a 1 byte language identifier (for example 0x00 = English).  A full list of Language codes can be found here: [[STBL Languages]]
 
+
  
 
==Format==
 
==Format==

Revision as of 19:13, 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 1 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]

Sims 3:Main Page -> Sims 3:PackedFileTypes

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox