Difference between revisions of "Sims 3:0x025ED6F4"
From SimsWiki
(→Format: Updated weight and strength slider values) |
m (→Format) |
||
Line 29: | Line 29: | ||
BYTE index //of [[Sims 3:0x0354796A|0x0354796A - Skin Tone]] | BYTE index //of [[Sims 3:0x0354796A|0x0354796A - Skin Tone]] | ||
FLOAT Eyelash Slider | FLOAT Eyelash Slider | ||
− | + | --if Version >=0x11 | |
− | + | FLOAT (male & female - muscle slider) | |
+ | --if Version >=0x12 | ||
+ | FLOAT (female only - breast slider) | ||
DWORD HairBaseColor //ARGB Color | DWORD HairBaseColor //ARGB Color | ||
DWORD HairHaloHighColor //ARGB Color | DWORD HairHaloHighColor //ARGB Color |
Revision as of 23:27, 26 November 2010
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
XML - SIMO | ||
---|---|---|
TypeID: | 0x025ED6F4 | |
Game Version: | The Sims 3 |
Overview
Sim outfit definition.
Format
DWORD version DWORD TGI offset // Xml Presets DWORD count --repeat BYTE DWORD length char16[length] // xml preset DWORD DWORD FLOAT weight slider (Heavy) 0 if slim, 0.0 - 1.0 for heavy FLOAT strength slider [0.0 - 1.0] FLOAT weight slider (Slim) 0 if heavy, 0.0 - 1.0 for slim DWORD DWORD 12 BYTES BYTE index //of 0x0354796A - Skin Tone FLOAT Eyelash Slider --if Version >=0x11 FLOAT (male & female - muscle slider) --if Version >=0x12 FLOAT (female only - breast slider) DWORD HairBaseColor //ARGB Color DWORD HairHaloHighColor //ARGB Color DWORD HairHaloLowColor //ARGB Color // CAS Parts BYTE count --repeat BYTE index // of 0x034AEECB - CAS Part DWORD //Part Type BYTE count --repeat BYTE index // of 0x033A1435 - Texture Compositor BYTE index // of 0x033A1435 - Texture Compositor BYTE // zero // Face Parts BYTE count --repeat BYTE index // of 0x0358B08A - Face Part FLOAT //TGI (I64GT) list (includes resources referenced in preset xmls) BYTE count --repeat QWORD Instance DWORD Group DWORD Type
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |