Difference between revisions of "Sims 3:0x515CA4CD"
From SimsWiki
m (→Format) |
|||
Line 24: | Line 24: | ||
DWORD | DWORD | ||
DWORD | DWORD | ||
− | DWORD index1 // [[Sims 3:0x736884F1|VPXY]] | + | DWORD index1 // index of [[Sims 3:0x736884F1|VPXY]] entry in [[Sims 3:Key table|TGI Block List]] below |
DWORD | DWORD | ||
7BITSTR | 7BITSTR |
Revision as of 14:57, 14 June 2010
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Catalog Wall/Floor Pattern | ||
---|---|---|
TypeID: | 0x515CA4CD | |
Game Version: | The Sims 3 |
Overview
Catalog resource used to define wall and floor patterns.
Note: Resource Key 515CA4CD-00000000-FE6744CE36FEFDF5 is known to cause problems for editors. Anyone who can shed light on this, please do!
Format
DWORD DWORD TGI_offset // see Sims 3:Key table DWORD TGI_size // see Sims 3:Key table --insert Material List section for Wall/Floor Pattern --insert Common section DWORD BYTE DWORD BYTE BYTE DWORD DWORD DWORD index1 // index of VPXY entry in TGI Block List below DWORD 7BITSTR BYTE[8] --insert TGI Block List
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |