Difference between revisions of "Sims 3:0x316C78F2"
From SimsWiki
HugeLunatic (Talk | contribs) |
(→Format) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
}} | }} | ||
<br clear="all"> | <br clear="all"> | ||
− | |||
− | |||
− | |||
==Format== | ==Format== | ||
− | + | DWORD Version | |
+ | DWORD TGI_offset | ||
+ | DWORD TGI_size | ||
+ | //if Version >= 0x04 | ||
+ | DWORD [[Sims_3:0x316C78F2#Foundation_Types|Type]] | ||
+ | //if Type >= 0x07 | ||
+ | --insert [[Sims 3:Catalog Resource#Material List|Material List]] | ||
+ | --insert [[Sims 3:Catalog Resource#Common|Common]] section | ||
+ | //if Version < 0x04 | ||
+ | DWORD [[Sims_3:0x316C78F2#Foundation_Types|Type]] | ||
+ | DWORD // TGI Index of WallStyle entry | ||
+ | DWORD // TGI Index of WallFloor entry | ||
+ | //if Version > 0x04 | ||
+ | DWORD // TGI Index of VPXY entry | ||
+ | DWORD //TGI Index (zero entry) | ||
+ | DWORD //TGI Index (zero entry) | ||
+ | DWORD //0 | ||
+ | DWORD //0 | ||
+ | DWORD [[Sims_3:0x316C78F2#Foundation_Shapes|ShapeType]] | ||
+ | --insert [[Sims 3:Key table|TGI Block List]] | ||
+ | ===Foundation Types=== | ||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Id | ||
+ | ! Description | ||
+ | |- | ||
+ | |0x00000000|| Uninitialized | ||
+ | |- | ||
+ | |0x00000001|| Deck | ||
+ | |- | ||
+ | |0x00000002|| Foundation | ||
+ | |- | ||
+ | |0x00000003|| Pool | ||
+ | |- | ||
+ | |0x00000004|| Frieze | ||
+ | |- | ||
+ | |0x00000005|| Platform | ||
+ | |- | ||
+ | |0x00000006|| Fountain | ||
+ | |- | ||
+ | |0x00000007|| Stilted Concrete (Version >= 0x04) | ||
+ | |- | ||
+ | |0x00000008|| Stilted Steel (Version >= 0x04) | ||
+ | |- | ||
+ | |0x00000009|| Stilted Wood (Version >= 0x04) | ||
+ | |} | ||
+ | |||
+ | ===Foundation Shapes=== | ||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Id | ||
+ | ! Description | ||
+ | |- | ||
+ | |0x00000000|| Rectangle | ||
+ | |- | ||
+ | |0x00000001|| Diamond | ||
+ | |} | ||
{{TS3AdvancedModdingHeader}} | {{TS3AdvancedModdingHeader}} |
Latest revision as of 09:30, 22 June 2013
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Catalog Foundation - CFND | ||
---|---|---|
TypeID: | 0x316C78F2 | |
Game Version: | The Sims 3 |
[edit] Format
DWORD Version DWORD TGI_offset DWORD TGI_size //if Version >= 0x04 DWORD Type //if Type >= 0x07 --insert Material List --insert Common section //if Version < 0x04 DWORD Type DWORD // TGI Index of WallStyle entry DWORD // TGI Index of WallFloor entry //if Version > 0x04 DWORD // TGI Index of VPXY entry DWORD //TGI Index (zero entry) DWORD //TGI Index (zero entry) DWORD //0 DWORD //0 DWORD ShapeType --insert TGI Block List
[edit] Foundation Types
Id | Description |
---|---|
0x00000000 | Uninitialized |
0x00000001 | Deck |
0x00000002 | Foundation |
0x00000003 | Pool |
0x00000004 | Frieze |
0x00000005 | Platform |
0x00000006 | Fountain |
0x00000007 | Stilted Concrete (Version >= 0x04) |
0x00000008 | Stilted Steel (Version >= 0x04) |
0x00000009 | Stilted Wood (Version >= 0x04) |
[edit] Foundation Shapes
Id | Description |
---|---|
0x00000000 | Rectangle |
0x00000001 | Diamond |
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |