Difference between revisions of "Sims 3:0x515CA4CD"
From SimsWiki
HugeLunatic (Talk | contribs) (→Changing Wall/Floor Category) |
HugeLunatic (Talk | contribs) (→Changing Wall/Floor Category) |
||
Line 33: | Line 33: | ||
==Changing Wall/Floor Category== | ==Changing Wall/Floor Category== | ||
[[Image:CWAL_Category.jpg|right|300px]] | [[Image:CWAL_Category.jpg|right|300px]] | ||
− | |||
− | |||
===Wall Category=== | ===Wall Category=== |
Revision as of 01:12, 10 May 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 |
Contents |
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 // VPXY DWORD 7BITSTR BYTE[8] --insert TGI Block List
Changing Wall/Floor Category
Wall Category
Value | Catalog |
---|---|
0x00000000 | Masonry |
0x00000002 | Miscellaneous |
0x00000008 | Paint |
0x00000010 | Paneling |
0x00000020 | Rock & Stone |
0x00000040 | Siding |
0x00000080 | Tile |
0x00000100 | Wallpaper |
FloorCategory
Value | Catalog |
---|---|
0x00000000 | Unknown |
0x00000002 | Miscellaneous |
0x00000008 | Linoleum |
0x00000010 | Masonry |
0x00000020 | Metal |
0x00000040 | Stone |
0x00000080 | Tile |
0x00000100 | Wood |
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |