Sims 3:0x04F3CC01
From SimsWiki
| Modding Reference by Category | |
|---|---|
|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
| Catalog Fireplace - CFIR | ||
|---|---|---|
| TypeID: | 0x04F3CC01 | |
| Game Version: | The Sims 3 | |
Overview
Catalog resource used to define fireplaces. The TGIBlockList references the different OBJD resources.
Format
DWORD DWORD TGI_offset // see Sims 3:Key table DWORD TGI_size // see Sims 3:Key table --insert Common section BYTE //(FireplaceType) DWORD index1 //Mantle DWORD index2 //ChimneyMantle DWORD index3 //ChimneyFullLevel DWORD index4 //ChimneyGroundLevel DWORD index5 //ChimneyBody DWORD index6 //ChimneyTop DWORD index7 //ChimneyCap --insert TGI Block List
Fireplace Types
| Id | Description |
|---|---|
| 0x01 | FireplaceWidth_1x1 |
| 0x02 | FireplaceWidth_2x1 |
| 0x03 | FireplaceWidth_3x1 |
| Modding Reference by Category | |
|---|---|
|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |