Difference between revisions of "Sims 3:0x316C78F2"
From SimsWiki
HugeLunatic (Talk | contribs) |
|||
| Line 6: | Line 6: | ||
}} | }} | ||
<br clear="all"> | <br clear="all"> | ||
| − | |||
| − | |||
| − | |||
==Format== | ==Format== | ||
| − | + | DWORD Version | |
| + | DWORD TGI_offset | ||
| + | DWORD TGI_size | ||
| + | --insert [[Sims 3:Catalog Resource#Common|Common]] section | ||
| + | DWORD [[Sims_3:0x316C78F2#Foundation_Types|Type]] | ||
| + | DWORD WallCatalog //TGI Index | ||
| + | DWORD FloorCatalog //TGI Index | ||
| + | DWORD //TGI Index | ||
| + | DWORD //TGI Index | ||
| + | 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 | ||
| + | |} | ||
| + | |||
| + | ===Foundation Shapes=== | ||
| + | {| class="wikitable" border="1" | ||
| + | |- | ||
| + | ! Id | ||
| + | ! Description | ||
| + | |- | ||
| + | |0x00000000|| Rectangle | ||
| + | |- | ||
| + | |0x00000001|| Diamond | ||
| + | |} | ||
{{TS3AdvancedModdingHeader}} | {{TS3AdvancedModdingHeader}} | ||
Revision as of 22:08, 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 Foundation - CFND | ||
|---|---|---|
| TypeID: | 0x316C78F2 | |
| Game Version: | The Sims 3 | |
Format
DWORD Version DWORD TGI_offset DWORD TGI_size --insert Common section DWORD Type DWORD WallCatalog //TGI Index DWORD FloorCatalog //TGI Index DWORD //TGI Index DWORD //TGI Index DWORD //0 DWORD //0 DWORD ShapeType --insert TGI Block List
Foundation Types
| Id | Description |
|---|---|
| 0x00000000 | Uninitialized |
| 0x00000001 | Deck |
| 0x00000002 | Foundation |
| 0x00000003 | Pool |
| 0x00000004 | Frieze |
| 0x00000005 | Platform |
| 0x00000006 | Fountain |
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 |