Difference between revisions of "Sims 3:0x515CA4CD"
From SimsWiki
HugeLunatic (Talk | contribs) (→Format) |
HugeLunatic (Talk | contribs) |
||
Line 32: | Line 32: | ||
===Materials Block=== | ===Materials Block=== | ||
+ | The materials block lists the preset colors for objects. | ||
− | == | + | {| class="wikitable" border="1" |
+ | ! Name | ||
+ | ! Value | ||
+ | |- | ||
+ | | Unknown 1 | ||
+ | | | ||
+ | |- | ||
+ | | Unknown 2 | ||
+ | | | ||
+ | |- | ||
+ | | Unknown 3 | ||
+ | | Order shown in catalog | ||
+ | |- | ||
+ | | Unknown 4 | ||
+ | | Category Flag | ||
+ | |- | ||
+ | | Unknown 5 | ||
+ | | | ||
+ | |- | ||
+ | | Unknown 6 | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | |||
+ | ==Category Flags== | ||
[[Image:CWAL_Category.jpg|right|300px]] | [[Image:CWAL_Category.jpg|right|300px]] | ||
Revision as of 01:21, 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
Materials Block
The materials block lists the preset colors for objects.
Name | Value |
---|---|
Unknown 1 | |
Unknown 2 | |
Unknown 3 | Order shown in catalog |
Unknown 4 | Category Flag |
Unknown 5 | |
Unknown 6 |
Category Flags
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 |