Difference between revisions of "Sims 3:0xB52F5055"
From SimsWiki
HugeLunatic (Talk | contribs) |
HugeLunatic (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{TS3AdvancedModdingHeader}} | {{TS3AdvancedModdingHeader}} | ||
{{TS3Resource | {{TS3Resource | ||
− | |name=Blend Unit | + | |name=Blend Unit - FBLN |
|typeid= 0x015A 0xB52F5055 1849 | |typeid= 0x015A 0xB52F5055 1849 | ||
|expansion=The Sims 3 | |expansion=The Sims 3 |
Revision as of 16:06, 7 May 2010
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Blend Unit - FBLN | ||
---|---|---|
TypeID: | 0x015A 0xB52F5055 1849 | |
Game Version: | The Sims 3 |
Overview
Face part linker Research by Karybdis Additional research by Delphy
Format
DWORD version DWORD offset of TGIindex DWORD size of TGIindex QWORD hash(fnv64) (Slider localization text I believe) DWORD IndexersCount DWORD Index into TGI list BYTE biDirectional DWORD casPanelGroup DWORD sortIndex 4 BYTES blank DWORD TGIcount TGI (T,G,I64)
Links to Sims 3:0x0358B08A
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.
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |