Difference between revisions of "Sims 3:0x04ED4BB2"
From SimsWiki
HugeLunatic (Talk | contribs) |
(→Format) |
||
Line 10: | Line 10: | ||
Catalog resource used to define terrain paintbrush. It's the same as [[Sims 3:0x060B390C|CWAT - Catalog Terrain Water Brush]] with an extra bit on the end. | Catalog resource used to define terrain paintbrush. It's the same as [[Sims 3:0x060B390C|CWAT - Catalog Terrain Water Brush]] with an extra bit on the end. | ||
==Format== | ==Format== | ||
− | --insert [[Sims 3: | + | DWORD Version |
+ | --insert [[Sims 3:Catalog Resource#Brush_Common|BrushCommon]] section | ||
TGI64 // Brush texture (DDS) | TGI64 // Brush texture (DDS) | ||
--if Version >= 0x4 | --if Version >= 0x4 | ||
− | DWORD | + | DWORD [[Sims_3:0x515CA4CD#Terrain_Types|TerrainType]] |
DWORD Category | DWORD Category | ||
Revision as of 20:58, 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 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
DWORD Version --insert BrushCommon section TGI64 // Brush texture (DDS) --if Version >= 0x4 DWORD TerrainType 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 |