Difference between revisions of "Sims 3:0x04F3CC01"
From SimsWiki
(→Format) |
|||
Line 14: | Line 14: | ||
DWORD TGI_size // see [[Sims 3:Key table]] | DWORD TGI_size // see [[Sims 3:Key table]] | ||
--insert [[Sims 3:Catalog Resource#Common|Common]] section | --insert [[Sims 3:Catalog Resource#Common|Common]] section | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
BYTE //[[Sims 3:0x04F3CC01#Fireplace_Types|(FireplaceType)]] | BYTE //[[Sims 3:0x04F3CC01#Fireplace_Types|(FireplaceType)]] | ||
Line 32: | Line 25: | ||
--insert [[Sims 3:Key table|TGI Block List]] | --insert [[Sims 3:Key table|TGI Block List]] | ||
+ | |||
==Fireplace Types== | ==Fireplace Types== | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" |
Latest revision as of 20:25, 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 Fireplace - CFIR | ||
---|---|---|
TypeID: | 0x04F3CC01 | |
Game Version: | The Sims 3 |
[edit] Overview
Catalog resource used to define fireplaces. The TGIBlockList references the different OBJD resources.
[edit] 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
[edit] 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 |