Difference between revisions of "Sims 3:0xD382BF57"
From SimsWiki
HugeLunatic (Talk | contribs) |
(→Placement Flags: Added known placement flags) |
||
Line 53: | Line 53: | ||
FLOAT X // Bounding box upper X | FLOAT X // Bounding box upper X | ||
FLOAT Y // Bounding box upper Y | FLOAT Y // Bounding box upper Y | ||
+ | |||
+ | ==Placement Flags== | ||
+ | |||
+ | |||
+ | {| border="0" cellpadding="4" | ||
+ | |- valign="top" | ||
+ | | | ||
+ | {| class="wikitable" border="1" | ||
+ | ! colspan="3" | Flags 1 | ||
+ | |- | ||
+ | ! Flag | ||
+ | ! Description | ||
+ | |- | ||
+ | |0x00000002|| | ||
+ | |- | ||
+ | |0x00000004|| | ||
+ | |- | ||
+ | |0x00000008|| | ||
+ | |- | ||
+ | |0x00000010|| | ||
+ | |- | ||
+ | |0x00000020|| Can intersect with fence | ||
+ | |- | ||
+ | |0x00000040|| | ||
+ | |- | ||
+ | |0x00000080|| | ||
+ | |} | ||
+ | | | ||
+ | {| class="wikitable" border="1" | ||
+ | ! colspan="3" | Flags 2 | ||
+ | |- | ||
+ | ! Flag | ||
+ | ! Description | ||
+ | |- | ||
+ | |0x00000001|| Can be placed on terrain | ||
+ | |- | ||
+ | |0x00000002|| Can be placed on floor | ||
+ | |- | ||
+ | |0x00000004|| Can be placed on pool floor | ||
+ | |- | ||
+ | |0x00000008|| Can be placed on pond | ||
+ | |- | ||
+ | |0x00000010|| Can be placed on fence post | ||
+ | |- | ||
+ | |0x00000020|| | ||
+ | |- | ||
+ | |0x00000040|| Can be placed on air | ||
+ | |- | ||
+ | |0x00000080|| Can be placed on roof | ||
+ | |} | ||
+ | | | ||
+ | {| class="wikitable" border="1" | ||
+ | ! colspan="3" | Flags 3 | ||
+ | |- | ||
+ | ! Flag | ||
+ | ! Description | ||
+ | |- | ||
+ | |0x00000001|| Can be placed inside | ||
+ | |- | ||
+ | |0x00000002|| Can be placed outside | ||
+ | |- | ||
+ | |0x00000004|| | ||
+ | |} | ||
+ | |} | ||
Placement flags values seen | Placement flags values seen |
Revision as of 10:02, 27 June 2010
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Model Footprint - FTPT | ||
---|---|---|
TypeID: | 0x015A1849 | |
Game Version: | The Sims 3 |
Overview
Format
DWORD - FTPT DWORD - Version BYTE - EntryCount -Entries // Footprint/shape related areas DWORD Name (Hash 32) BYTE // Always zero? DWORD Type flags // 1 = placement, 2 = pathing, 4 = shape, 8 = ?? BYTE - points -point entries // Closed polygon FLOAT X FLOAT Y DWORD // Placement flags 1 DWORD // Placement flags 2 DWORD // Placement flags 3 BYTE // Always zero? FLOAT X // Bounding box lower X FLOAT Y // Bounding box lower Y FLOAT X // Bounding box upper X FLOAT Y // Bounding box upper Y BYTE - EntryCount2 -Entries2 // Slot related areas DWORD Name (Hash 32) BYTE // Always zero? DWORD Type flags // 1 = placement, 2 = pathing, 4 = shape, 8 = ?? BYTE - points2 -point2 entries // Closed polygon FLOAT X FLOAT Y DWORD // Placement flags 1 DWORD // Placement flags 2 DWORD // Placement flags 3 BYTE // Always zero? FLOAT X // Bounding box lower X FLOAT Y // Bounding box lower Y FLOAT X // Bounding box upper X FLOAT Y // Bounding box upper Y
Placement Flags
|
|
|
Placement flags values seen
Flags 1 | Flags 2 | Flags 3 | Seen on | Placement notes |
---|---|---|---|---|
0x00 | 0x03 | 0x03 | Most items | |
0x08 | 0x03 | 0x03 | Most items | |
0x08 | 0x00 | 0x03 | Hot beverage machine | |
0x00 | 0x43 | 0x03 | Paintings, wall hangings (Various) | House walls, intersects |
0x08 | 0x43 | 0x03 | Paintings, wall hangings, clocks (Various) | |
0x08 | 0x20 | 0x03 | Pool rules, life preserver | House or pool wall |
0x8a | 0x43 | 0x03 | Curtains (Various) | House walls, no intersection with anything (Including other curtains and perpendicular walls) |
0x0a | 0x20 | 0x07 | Shutters | House walls, intersects |
0x48 | 0x43 | 0x03 | Wall lights (Various) | |
0x4a | 0x23 | 0x07 | Window (2x1, 3x1) | |
0x4a | 0x20 | 0x07 | Window (1x1) | |
0x4a | 0x43 | 0x03 | Window (3x1 diagonal) | |
0x00 | 0x43 | 0x03 | Window (3x1 diagonal/tile), wall clocks (Various), ceiling lights | |
0x98 | 0x23 | 0x03 | Chimneys (Various parts) | |
0x18 | 0x03 | 0x07 | Chimneys (Ground level) | |
0x08 | 0x01 | 0x06 | Plants | |
0x08 | 0x0c | 0x06 | Waterlilly | Only in ponds |
0x08 | 0x04 | 0x03 | Pool light | Pool walls only |
0x00 | 0x04 | 0x03 | Pool ladder | Wet side of the ladder |
0x00 | 0x07 | 0x03 | Pool ladder | Dry side of the ladder |
0x00 | 0x20 | 0x03 | Computer, laptop | |
0xdc | 0x03 | 0x03 | Most rugs | |
0xdc | 0x04 | 0x03 | Pool mosaic | Bottom of pools only |
0xfc | 0x3f | 0x07 | Sprinkler "dome" |
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |