Difference between revisions of "Sims 3:0x04ED4BB2"
From SimsWiki
HugeLunatic (Talk | contribs) |
HugeLunatic (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{TS3AdvancedModdingHeader}} | {{TS3AdvancedModdingHeader}} | ||
{{TS3Resource | {{TS3Resource | ||
− | |name=Catalog Terrain Paint Brush | + | |name=Catalog Terrain Paint Brush - CTPT |
|typeid= 0x04ED4BB2 | |typeid= 0x04ED4BB2 | ||
|expansion=The Sims 3 | |expansion=The Sims 3 |
Revision as of 14:56, 7 May 2010
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Catalog Terrain Paint Brush - CTPT | ||
---|---|---|
TypeID: | 0x04ED4BB2 | |
Game Version: | The Sims 3 |
Overview
Catalog resource used to define terrain paintbrush. It's the same as CWAT - Catalog Terrain Water Brush with an extra bit on the end.
Format
--insert Sims 3:0x060B390C, Versions: Base game = 2, Latest (EP1) = 4 TGI64 // Brush texture (DDS) --if Version >= 0x4 DWORD DWORD Category
Categories
Value | Name |
---|---|
0x1 | Grass |
0x2 | Flowers |
0x3 | Rock |
0x4 | Dirt & Sand |
0x5 | Other |
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |