Difference between revisions of "Sims 3:0x0354796A"
From SimsWiki
(→Format) |
(Addition of version 6 format) |
||
| Line 7: | Line 7: | ||
<br clear="all"> | <br clear="all"> | ||
| − | ==Format== | + | ==Format version 4== |
DWORD Version | DWORD Version | ||
| Line 36: | Line 36: | ||
DWORD index //[[Sims 3:0x00B2D882|DDS]] - Normal | DWORD index //[[Sims 3:0x00B2D882|DDS]] - Normal | ||
DWORD index //[[Sims 3:0x00B2D882|DDS]] - Overlay | DWORD index //[[Sims 3:0x00B2D882|DDS]] - Overlay | ||
| + | BYTE //Dominant | ||
| + | --insert [[Sims 3:Key table|TGI Block List]] | ||
| + | |||
| + | ==Format version 6== | ||
| + | |||
| + | //post- core version 1.17 / Late Night patch with muscle definition slider | ||
| + | |||
| + | DWORD Version | ||
| + | DWORD TGI Offset | ||
| + | DWORD TGI Size | ||
| + | |||
| + | //Shader Keys | ||
| + | DWORD count1 | ||
| + | --repeat(count1) | ||
| + | DWORD [[Sims 3:CAS Part Flags|Age/Gender flags]] | ||
| + | DWORD Edge Color //ARGB | ||
| + | DWORD Specular Color //ARGB | ||
| + | FLOAT Specular Power | ||
| + | BYTE Genetic //Boolean | ||
| + | |||
| + | |||
| + | DWORD SkinSubSRamp index in TGI //[[Sims 3:0x00B2D882|DDS]] | ||
| + | DWORD tone ramp index in TGI //[[Sims 3:0x00B2D882|DDS]] | ||
| + | |||
| + | //Texture Keys | ||
| + | DWORD count2 | ||
| + | --repeat(count2) | ||
| + | DWORD [[Sims 3:CAS Part Flags|Age/Gender flags]] | ||
| + | DWORD [[Sims 3:CAS Part Flags|Type flags]] | ||
| + | DWORD index //[[Sims 3:0x00B2D882|DDS]] - Specular | ||
| + | DWORD index //[[Sims 3:0x00B2D882|DDS]] - Detail(Dark) | ||
| + | DWORD index //[[Sims 3:0x00B2D882|DDS]] - Detail(Light) | ||
| + | DWORD index //[[Sims 3:0x00B2D882|DDS]] - Normal | ||
| + | DWORD index //[[Sims 3:0x00B2D882|DDS]] - Overlay | ||
| + | DWORD index //[[Sims 3:0x00B2D882|DDS]] - Cutness (muscle definition normal) | ||
| + | DWORD index //[[Sims 3:0x00B2D882|DDS]] - Cleavage (cleavage normal) | ||
BYTE //Dominant | BYTE //Dominant | ||
--insert [[Sims 3:Key table|TGI Block List]] | --insert [[Sims 3:Key table|TGI Block List]] | ||
{{TS3AdvancedModdingHeader}} | {{TS3AdvancedModdingHeader}} | ||
Revision as of 16:02, 14 November 2010
| Modding Reference by Category | |
|---|---|
|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
| Skin Tone - TONE | ||
|---|---|---|
| TypeID: | 0x0354796A | |
| Game Version: | The Sims 3 | |
Format version 4
DWORD Version DWORD TGI Offset DWORD TGI Size //Shader Keys DWORD count1 --repeat(count1) DWORD Age/Gender flags DWORD Edge Color //ARGB DWORD Specular Color //ARGB FLOAT Specular Power BYTE Genetic //Boolean DWORD SubSkinRamp index //DDS DWORD index //DDS //Texture Keys DWORD count2 --repeat(count2) DWORD Age/Gender flags DWORD Type flags DWORD index //DDS - Specular DWORD index //DDS - Detail(Dark) DWORD index //DDS - Detail(Light) DWORD index //DDS - Normal DWORD index //DDS - Overlay BYTE //Dominant --insert TGI Block List
Format version 6
//post- core version 1.17 / Late Night patch with muscle definition slider
DWORD Version DWORD TGI Offset DWORD TGI Size //Shader Keys DWORD count1 --repeat(count1) DWORD Age/Gender flags DWORD Edge Color //ARGB DWORD Specular Color //ARGB FLOAT Specular Power BYTE Genetic //Boolean DWORD SkinSubSRamp index in TGI //DDS DWORD tone ramp index in TGI //DDS //Texture Keys DWORD count2 --repeat(count2) DWORD Age/Gender flags DWORD Type flags DWORD index //DDS - Specular DWORD index //DDS - Detail(Dark) DWORD index //DDS - Detail(Light) DWORD index //DDS - Normal DWORD index //DDS - Overlay DWORD index //DDS - Cutness (muscle definition normal) DWORD index //DDS - Cleavage (cleavage normal) BYTE //Dominant --insert TGI Block List
| Modding Reference by Category | |
|---|---|
|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |