Difference between revisions of "Sims 3:0x04AC5D93"
From SimsWiki
HugeLunatic (Talk | contribs) |
(→Format) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{TS3AdvancedModdingHeader}} |
| + | {{TS3Resource | ||
| + | |name=Catalog Proxy - CPRX | ||
| + | |typeid=0x04AC5D93 | ||
| + | |expansion=The Sims 3 | ||
| + | }} | ||
| + | <br clear="all"> | ||
==Overview== | ==Overview== | ||
Catalog resource used to define some build mode tools. | Catalog resource used to define some build mode tools. | ||
==Format== | ==Format== | ||
| − | DWORD | + | DWORD Version |
--insert [[Sims 3:Catalog Resource#Common|Common]] section | --insert [[Sims 3:Catalog Resource#Common|Common]] section | ||
| − | + | ||
| − | + | DWORD //[[Sims 3:0x04AC5D93#Tool_Type|(ToolType)]] | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | DWORD | + | |
| − | {{ | + | ==Tool Type== |
| + | {| class="wikitable" border="1" | ||
| + | |- | ||
| + | ! Id | ||
| + | ! Description | ||
| + | |- | ||
| + | |0x00000000|| Invalid | ||
| + | |- | ||
| + | |0x00000001|| LevelFloorRectangle | ||
| + | |- | ||
| + | |0x00000002|| FlattenLot | ||
| + | |- | ||
| + | |0x00000003|| StairsRailing | ||
| + | |} | ||
| + | {{TS3AdvancedModdingHeader}} | ||
Latest revision as of 21:23, 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 Proxy - CPRX | ||
|---|---|---|
| TypeID: | 0x04AC5D93 | |
| Game Version: | The Sims 3 | |
[edit] Overview
Catalog resource used to define some build mode tools.
[edit] Format
DWORD Version --insert Common section DWORD //(ToolType)
[edit] 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 |