Difference between revisions of "Sims 4:0x0354796A"
From SimsWiki
(Created page with "<pre> Uint32 (0x00000006) Uint64 (Instance of Types 0xB6C8B6A0 and 0x3453CF95) Uint32 (Count) For Each Count: --------------- Byte (0x04) Byte (If count=1 then 0x20;...") |
m (Update with info from binary template) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ==TONE : 0x0354796A== | |
− | + | Full file format provided by SimGuruModSquad on the EA official forums | |
− | + | ||
− | + | ||
− | + | Uint32 Version //(0x00000006) | |
− | + | Uint64 Instance //Instance of Types 0xB6C8B6A0 and 0x3453CF95 - color textures - uncompressed DDS used in CAS, RLE2 used in game | |
− | + | Uint32 OverlayCount | |
− | + | --For Each OverlayCount: | |
− | + | Uint32 AgeGender // [[Sims 4:CASPFlags|Age/Gender flags]] | |
− | + | Uint64 OverlayInstance //(Instance of texture Types 0xB6C8B6A0 and 0x3453CF95 - only RLE2 appears to be used) | |
− | + | Uint16 Saturation // Saturation of overlaid color | |
− | + | Uint16 Hue // Hue of overlaid color | |
− | + | Uint32 Opacity // Opacity of overlaid color | |
− | Uint32 | + | Uint32 TagCount |
− | Uint32 | + | --For Each TagCount: |
− | + | Uint16 CategoryTag // same as CASP category tags | |
− | + | Uint16 CategoryTagValue // same as CASP | |
− | + | Float MakeupOpacity // opacity used with makeup | |
− | + | Byte ColorCount // always 1 | |
− | + | --For Each ColorCount: | |
− | + | Uint32 Color //(Swatch Color Code as ARGB) | |
− | Byte | + | Float SortOrder //Order of swatches in CAS, low to high |
− | + | Float MakeupOpacity2 // opacity used with a few makeups | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 18:26, 29 August 2015
[edit] TONE : 0x0354796A
Full file format provided by SimGuruModSquad on the EA official forums
Uint32 Version //(0x00000006) Uint64 Instance //Instance of Types 0xB6C8B6A0 and 0x3453CF95 - color textures - uncompressed DDS used in CAS, RLE2 used in game Uint32 OverlayCount --For Each OverlayCount: Uint32 AgeGender // Age/Gender flags Uint64 OverlayInstance //(Instance of texture Types 0xB6C8B6A0 and 0x3453CF95 - only RLE2 appears to be used) Uint16 Saturation // Saturation of overlaid color Uint16 Hue // Hue of overlaid color Uint32 Opacity // Opacity of overlaid color Uint32 TagCount --For Each TagCount: Uint16 CategoryTag // same as CASP category tags Uint16 CategoryTagValue // same as CASP Float MakeupOpacity // opacity used with makeup Byte ColorCount // always 1 --For Each ColorCount: Uint32 Color //(Swatch Color Code as ARGB) Float SortOrder //Order of swatches in CAS, low to high Float MakeupOpacity2 // opacity used with a few makeups