Difference between revisions of "Sims 3:0x316C78F2"
From SimsWiki
(OK, this is better) |
(→Format) |
||
(4 intermediate revisions by one user not shown) | |||
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 | + | //if Type >= 0x07 |
--insert [[Sims 3:Catalog Resource#Material List|Material List]] | --insert [[Sims 3:Catalog Resource#Material List|Material List]] | ||
--insert [[Sims 3:Catalog Resource#Common|Common]] section | --insert [[Sims 3:Catalog Resource#Common|Common]] section | ||
Line 46: | Line 46: | ||
|- | |- | ||
|0x00000006|| Fountain | |0x00000006|| Fountain | ||
+ | |- | ||
+ | |0x00000007|| Stilted Concrete (Version >= 0x04) | ||
+ | |- | ||
+ | |0x00000008|| Stilted Steel (Version >= 0x04) | ||
+ | |- | ||
+ | |0x00000009|| Stilted Wood (Version >= 0x04) | ||
|} | |} | ||
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 |