Difference between revisions of "Sims 3:0x316C78F2"
From SimsWiki
(D'Oh. Arg.) |
(→Foundation Types) |
||
Line 46: | Line 46: | ||
|- | |- | ||
|0x00000006|| Fountain | |0x00000006|| Fountain | ||
+ | |- | ||
+ | |0x00000007|| Stilted Concrete | ||
+ | |- | ||
+ | |0x00000008|| Stilted Steel | ||
+ | |- | ||
+ | |0x00000009|| Stilted Wood | ||
|} | |} | ||
Revision as of 09:28, 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 |
0x00000007 | Stilted Concrete |
0x00000008 | Stilted Steel |
0x00000009 | Stilted Wood |
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 |