Difference between revisions of "Sims 3:0x316C78F2"
From SimsWiki
(OK, this is better) |
(D'Oh. Arg.) |
||
| Line 11: | Line 11: | ||
DWORD TGI_size | DWORD TGI_size | ||
//if Version >= 0x04 | //if Version >= 0x04 | ||
| − | DWORD | + | DWORD [[Sims_3:0x316C78F2#Foundation_Types|Type]] |
//if unknown >= 0x07 | //if unknown >= 0x07 | ||
--insert [[Sims 3:Catalog Resource#Material List|Material List]] | --insert [[Sims 3:Catalog Resource#Material List|Material List]] | ||
Revision as of 00:00, 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 | |
Format
DWORD Version DWORD TGI_offset DWORD TGI_size //if Version >= 0x04 DWORD Type //if unknown >= 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
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 |