Difference between revisions of "Sims 3:0xF1EDBD86"
From SimsWiki
HugeLunatic (Talk | contribs) |
(→Format) |
||
Line 20: | Line 20: | ||
DWORD | DWORD | ||
BYTE | BYTE | ||
− | DWORD index1 // [[Sims 3:0x736884F1|VPXY]] | + | |
− | DWORD index2 // [[Sims 3:0x736884F1|VPXY]] | + | DWORD index1 //of TopMaterial([[Sims 3:0x736884F1|VPXY]]) |
− | DWORD | + | DWORD index2 //of UndersideMaterial([[Sims 3:0x736884F1|VPXY]]) |
+ | DWORD index3 //of SideStripsMaterial([[Sims 3:0x736884F1|VPXY]]) | ||
--insert [[Sims 3:Key table|TGI Block List]] | --insert [[Sims 3:Key table|TGI Block List]] | ||
{{TS3AdvancedModdingHeader}} | {{TS3AdvancedModdingHeader}} |
Revision as of 22:37, 30 October 2010
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Catalog Roof Pattern - CRMT | ||
---|---|---|
TypeID: | 0xF1EDBD86 | |
Game Version: | The Sims 3 |
Overview
Catalog resource used to define Roof Pattern.
Format
DWORD DWORD TGI_offset // see Sims 3:Key table DWORD TGI_size // see Sims 3:Key table --insert Common section DWORD BYTE DWORD BYTE DWORD BYTE DWORD index1 //of TopMaterial(VPXY) DWORD index2 //of UndersideMaterial(VPXY) DWORD index3 //of SideStripsMaterial(VPXY) --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 |