Difference between revisions of "Sims 3:0x04AC5D93"
From SimsWiki
HugeLunatic (Talk | contribs) |
|||
| Line 19: | Line 19: | ||
DWORD | DWORD | ||
BYTE | BYTE | ||
| − | DWORD | + | |
| + | DWORD //[[Sims 3:0x04AC5D93#Tool_Type|(ToolType)]] | ||
| + | ==Tool Type== | ||
| + | {| class="wikitable" border="1" | ||
| + | |- | ||
| + | ! Id | ||
| + | ! Description | ||
| + | |- | ||
| + | |0x00000000|| Invalid | ||
| + | |- | ||
| + | |0x00000001|| LevelFloorRectangle | ||
| + | |- | ||
| + | |0x00000002|| FlattenLot | ||
| + | |- | ||
| + | |0x00000003|| StairsRailing | ||
| + | |} | ||
{{TS3AdvancedModdingHeader}} | {{TS3AdvancedModdingHeader}} | ||
Revision as of 21:32, 30 October 2010
| Modding Reference by Category | |
|---|---|
|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
| Catalog Proxy - CPRX | ||
|---|---|---|
| TypeID: | 0x04AC5D93 | |
| Game Version: | The Sims 3 | |
Overview
Catalog resource used to define some build mode tools.
Format
DWORD --insert Common section DWORD BYTE DWORD BYTE DWORD BYTE DWORD //(ToolType)
Tool Type
| Id | Description |
|---|---|
| 0x00000000 | Invalid |
| 0x00000001 | LevelFloorRectangle |
| 0x00000002 | FlattenLot |
| 0x00000003 | StairsRailing |
| Modding Reference by Category | |
|---|---|
|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |