Difference between revisions of "Sims 3:0x91EDBD3E"
From SimsWiki
Inge Jones (Talk | contribs) |
(→Format) |
||
| (8 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{TS3AdvancedModdingHeader}} | ||
| + | {{TS3Resource | ||
| + | |name=Catalog Roof Style - CRST | ||
| + | |typeid= 0x91EDBD3E | ||
| + | |expansion=The Sims 3 | ||
| + | }} | ||
| + | <br clear="all"> | ||
| + | |||
==Overview== | ==Overview== | ||
Catalog resource used to define Roof Style. | Catalog resource used to define Roof Style. | ||
==Format== | ==Format== | ||
| − | + | DWORD | |
| − | + | DWORD TGI_offset // see [[Sims 3:Key table]] | |
| − | + | DWORD TGI_size // see [[Sims 3:Key table]] | |
| − | + | --insert [[Sims 3:Catalog Resource#Common|Common]] section | |
| − | DWORD TGI_size | + | DWORD //[[Sims 3:0x91EDBD3E#Roof_Types|(RoofType)]] |
| − | --insert Common | + | DWORD index1 //DefaultRoof ([[Sims 3:0xF1EDBD86|Catalog Roof Pattern]]) |
| − | + | DWORD index2 //DefaultFloor ([[Sims 3:0x515CA4CD|Catalog Wall/Floor Pattern]]) | |
| − | + | FLOAT //DefaultSlope | |
| − | + | DWORD //[[Sims 3:0x91EDBD3E#Roof_Flags|Flags]] | |
| − | + | ||
| − | + | --insert [[Sims 3:Key table|TGI Block List]] | |
| − | + | ||
| − | DWORD | + | ==Roof Types== |
| − | DWORD index1 //Catalog Roof Pattern | + | {| class="wikitable" border="1" |
| − | DWORD index2 //Catalog Wall/Floor Pattern | + | |- |
| − | FLOAT | + | ! Id |
| − | DWORD | + | ! Description |
| − | --insert TGI Block List | + | |- |
| − | + | |0x00000001|| Gable | |
| + | |- | ||
| + | |0x00000002|| TallGable | ||
| + | |- | ||
| + | |0x00000003|| HalfGable | ||
| + | |- | ||
| + | |0x00000004|| Mansard | ||
| + | |- | ||
| + | |0x00000005|| Hipped | ||
| + | |- | ||
| + | |0x00000006|| HalfHipped | ||
| + | |- | ||
| + | |0x00000007|| Conical | ||
| + | |- | ||
| + | |0x00000008|| Dome | ||
| + | |- | ||
| + | |0x00000009|| Octagonal | ||
| + | |- | ||
| + | |0x0000000A|| DiagonalGable | ||
| + | |- | ||
| + | |0x0000000B|| DiagonalTallGable | ||
| + | |- | ||
| + | |0x0000000C|| DiagonalHalfGable | ||
| + | |- | ||
| + | |0x0000000D|| DiagonalHipped | ||
| + | |- | ||
| + | |0x0000000E|| DiagonalHalfHipped | ||
| + | |- | ||
| + | |0x0000000F|| Dormer | ||
| + | |- | ||
| + | |0x00000010|| Flat | ||
| + | |- | ||
| + | |0x00000011|| DiagonalMansard | ||
| + | |- | ||
| + | |0x00000012|| PagodaGable | ||
| + | |- | ||
| + | |0x00000013|| PagodaTallGable | ||
| + | |- | ||
| + | |0x00000014|| PagodaHalfGable | ||
| + | |- | ||
| + | |0x00000015|| PagodaHipped | ||
| + | |- | ||
| + | |0x00000016|| PagodaOctagonal | ||
| + | |- | ||
| + | |0x00000017|| DiagonalPagodaGable | ||
| + | |- | ||
| + | |0x00000018|| DiagonalPagodaTallGable | ||
| + | |- | ||
| + | |0x00000019|| DiagonalPagodaHalfGable | ||
| + | |- | ||
| + | |0x0000001A|| DiagonalPagodaHipped | ||
| + | |- | ||
| + | |0x0000001B|| PagodaMansard | ||
| + | |- | ||
| + | |0x0000001C|| DiagonalPagodaMansard | ||
| + | |- | ||
| + | |0x0000001D|| PagodaOctagonalMansard | ||
| + | |- | ||
| + | |0x0000001E|| OctagonalMansard | ||
| + | |} | ||
| + | |||
| + | ==Roof Flags== | ||
| + | {| class="wikitable" border="1" | ||
| + | |- | ||
| + | ! Flag | ||
| + | ! Description | ||
| + | |- | ||
| + | |0x00000001|| Dormer | ||
| + | |- | ||
| + | |0x00000002|| Diagonal | ||
| + | |} | ||
| + | |||
| + | {{TS3AdvancedModdingHeader}} | ||
Latest revision as of 20:27, 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 Roof Style - CRST | ||
|---|---|---|
| TypeID: | 0x91EDBD3E | |
| Game Version: | The Sims 3 | |
Contents |
[edit] Overview
Catalog resource used to define Roof Style.
[edit] Format
DWORD DWORD TGI_offset // see Sims 3:Key table DWORD TGI_size // see Sims 3:Key table --insert Common section DWORD //(RoofType) DWORD index1 //DefaultRoof (Catalog Roof Pattern) DWORD index2 //DefaultFloor (Catalog Wall/Floor Pattern) FLOAT //DefaultSlope DWORD //Flags --insert TGI Block List
[edit] Roof Types
| Id | Description |
|---|---|
| 0x00000001 | Gable |
| 0x00000002 | TallGable |
| 0x00000003 | HalfGable |
| 0x00000004 | Mansard |
| 0x00000005 | Hipped |
| 0x00000006 | HalfHipped |
| 0x00000007 | Conical |
| 0x00000008 | Dome |
| 0x00000009 | Octagonal |
| 0x0000000A | DiagonalGable |
| 0x0000000B | DiagonalTallGable |
| 0x0000000C | DiagonalHalfGable |
| 0x0000000D | DiagonalHipped |
| 0x0000000E | DiagonalHalfHipped |
| 0x0000000F | Dormer |
| 0x00000010 | Flat |
| 0x00000011 | DiagonalMansard |
| 0x00000012 | PagodaGable |
| 0x00000013 | PagodaTallGable |
| 0x00000014 | PagodaHalfGable |
| 0x00000015 | PagodaHipped |
| 0x00000016 | PagodaOctagonal |
| 0x00000017 | DiagonalPagodaGable |
| 0x00000018 | DiagonalPagodaTallGable |
| 0x00000019 | DiagonalPagodaHalfGable |
| 0x0000001A | DiagonalPagodaHipped |
| 0x0000001B | PagodaMansard |
| 0x0000001C | DiagonalPagodaMansard |
| 0x0000001D | PagodaOctagonalMansard |
| 0x0000001E | OctagonalMansard |
[edit] Roof Flags
| Flag | Description |
|---|---|
| 0x00000001 | Dormer |
| 0x00000002 | Diagonal |
| Modding Reference by Category | |
|---|---|
|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |