Difference between revisions of "Sims 3:0xB52F5055"
From SimsWiki
Inge Jones (Talk | contribs) |
|||
Line 2: | Line 2: | ||
Research by Karybdis | Research by Karybdis | ||
+ | Additional research by Delphy | ||
+ | |||
<pre> | <pre> | ||
DWORD version | DWORD version | ||
Line 9: | Line 11: | ||
DWORD somethingCount | DWORD somethingCount | ||
DWORD | DWORD | ||
− | BYTE | + | BYTE biDirectional |
− | DWORD | + | DWORD casPanelGroup |
− | DWORD | + | DWORD sortIndex |
4 BYTES | 4 BYTES | ||
DWORD TGIcount | DWORD TGIcount | ||
TGI (T,G,I64) | TGI (T,G,I64) | ||
</pre> | </pre> | ||
+ | |||
+ | casPanelGroup links a blendunit to a particular CAS panel. Like so: | ||
+ | |||
+ | Head and Ears = 2 | ||
+ | Mouth = 8 | ||
+ | Nose = 16 | ||
+ | Eyes = 128 | ||
+ | Eyelash = 64 | ||
+ | |||
+ | sortIndex groups the blendunits onto a subpanel - these are the little clickable cirlces that change between Global and Edit Chin Settings, for example. |
Revision as of 20:24, 9 June 2009
Face part linker
Research by Karybdis Additional research by Delphy
DWORD version DWORD offset of TGIindex DWORD size of TGIindex QWORD guid DWORD somethingCount DWORD BYTE biDirectional DWORD casPanelGroup DWORD sortIndex 4 BYTES DWORD TGIcount TGI (T,G,I64)
casPanelGroup links a blendunit to a particular CAS panel. Like so:
Head and Ears = 2 Mouth = 8 Nose = 16 Eyes = 128 Eyelash = 64
sortIndex groups the blendunits onto a subpanel - these are the little clickable cirlces that change between Global and Edit Chin Settings, for example.