Difference between revisions of "Sims 3:0x04C58103"
From SimsWiki
Inge Jones (Talk | contribs) (→Format) |
(→Format) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{TS3AdvancedModdingHeader}} | ||
+ | {{TS3Resource | ||
+ | |name=Catalog Railing - CRAL | ||
+ | |typeid= 0x04C58103 | ||
+ | |expansion=The Sims 3 | ||
+ | }} | ||
+ | <br clear="all"> | ||
+ | |||
==Overview== | ==Overview== | ||
Catalog resource used to define Railings. | Catalog resource used to define Railings. | ||
==Format== | ==Format== | ||
− | + | DWORD Version | |
− | + | DWORD TGI_offset // see [[Sims 3:Key table]] | |
− | DWORD | + | DWORD TGI_size // see [[Sims 3:Key table]] |
− | + | --if Version >= 0x3 | |
− | + | --insert [[Sims 3:Catalog Resource#Material List|Material List]] section for Object | |
− | --insert Common | + | --insert [[Sims 3:Catalog Resource#Common|Common]] section |
− | + | ||
− | DWORD | + | DWORD index1 //Railing4xModel ([[Sims 3:0x736884F1|VPXY]]) |
− | + | DWORD index2 //Railing1xModel ([[Sims 3:0x736884F1|VPXY]]) | |
− | DWORD | + | DWORD index3 //PostModel ([[Sims 3:0x736884F1|VPXY]]) |
− | + | ||
− | DWORD | + | --insert [[Sims 3:Key table|TGI Block List]] |
− | + | ||
− | + | {{TS3AdvancedModdingHeader}} | |
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 21:24, 31 October 2010
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Catalog Railing - CRAL | ||
---|---|---|
TypeID: | 0x04C58103 | |
Game Version: | The Sims 3 |
[edit] Overview
Catalog resource used to define Railings.
[edit] Format
DWORD Version DWORD TGI_offset // see Sims 3:Key table DWORD TGI_size // see Sims 3:Key table --if Version >= 0x3 --insert Material List section for Object --insert Common section DWORD index1 //Railing4xModel (VPXY) DWORD index2 //Railing1xModel (VPXY) DWORD index3 //PostModel (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 |