Difference between revisions of "Sims 3:0x04F3CC01"
From SimsWiki
HugeLunatic (Talk | contribs) |
(→Format) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{TS3AdvancedModdingHeader}} | {{TS3AdvancedModdingHeader}} | ||
{{TS3Resource | {{TS3Resource | ||
− | |name=Catalog Fireplace | + | |name=Catalog Fireplace - CFIR |
|typeid= 0x04F3CC01 | |typeid= 0x04F3CC01 | ||
|expansion=The Sims 3 | |expansion=The Sims 3 | ||
Line 15: | Line 15: | ||
--insert [[Sims 3:Catalog Resource#Common|Common]] section | --insert [[Sims 3:Catalog Resource#Common|Common]] section | ||
− | + | BYTE //[[Sims 3:0x04F3CC01#Fireplace_Types|(FireplaceType)]] | |
− | BYTE | + | DWORD index1 //Mantle |
− | + | DWORD index2 //ChimneyMantle | |
− | + | DWORD index3 //ChimneyFullLevel | |
− | + | DWORD index4 //ChimneyGroundLevel | |
− | + | DWORD index5 //ChimneyBody | |
− | + | DWORD index6 //ChimneyTop | |
− | + | DWORD index7 //ChimneyCap | |
− | DWORD index1 | + | |
− | DWORD index2 | + | |
− | DWORD index3 | + | |
− | DWORD index4 | + | |
− | DWORD index5 | + | |
− | DWORD index6 | + | |
− | DWORD index7 | + | |
--insert [[Sims 3:Key table|TGI Block List]] | --insert [[Sims 3:Key table|TGI Block List]] | ||
+ | |||
+ | ==Fireplace Types== | ||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Id | ||
+ | ! Description | ||
+ | |- | ||
+ | |0x01|| FireplaceWidth_1x1 | ||
+ | |- | ||
+ | |0x02|| FireplaceWidth_2x1 | ||
+ | |- | ||
+ | |0x03|| FireplaceWidth_3x1 | ||
+ | |} | ||
{{TS3AdvancedModdingHeader}} | {{TS3AdvancedModdingHeader}} |
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 |