Difference between revisions of "Sims 3:0x91EDBD3E"
From SimsWiki
m (→Format) |
(→Format) |
||
Line 13: | Line 13: | ||
DWORD TGI_offset // see [[Sims 3:Key table]] | DWORD TGI_offset // see [[Sims 3:Key table]] | ||
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 |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
DWORD //[[Sims 3:0x91EDBD3E#Roof_Types|(RoofType)]] | DWORD //[[Sims 3:0x91EDBD3E#Roof_Types|(RoofType)]] | ||
DWORD index1 //DefaultRoof ([[Sims 3:0xF1EDBD86|Catalog Roof Pattern]]) | DWORD index1 //DefaultRoof ([[Sims 3:0xF1EDBD86|Catalog Roof Pattern]]) |
Latest revision as of 21: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 |