Sims 3:0x04F88964
From SimsWiki
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Sim Definition - SIME | ||
---|---|---|
TypeID: | 0x04F88964 | |
Game Version: | The Sims 3 |
Overview
Saved sims information. Contains links to skin-tone and outfits. Also contains values for hair color, body sliders, etc.
Documentation for this resource is still under development
Format
WORD Version (Value 0x0004 for this layout) WORD tgiCount --repeat tgiCount: List of TGI references: Includes Skin Tone (TONE 0x0354796A) and Outfits (SIMO 0x025ED6F4) DWORD TID DWORD GID QWORD I64 DWORD Unknown1 Possibly Flags DWORD Unknown2 Possibly Flags DWORD Unknown3 Possibly Offset or Section Length DWORD Unknown4 Possibly Export Date or Serial Number DWORD Unknown5 Like Unknown4 DWORD Unknown6 Possibly Flags (Changes Randomly) FLOAT Unknown7 Changes Randomly FLOAT EyelashSlider (???) Not verified FLOAT SkinToneSlider FLOAT MuscleDefSlider FLOAT BustSizeSlider --repeat 10: List of Color entries x 9 + 1 end block. Order is Hair:Base,Highlight,Root,Tips; Eyebrow; Facial Hair:Base,Highlight,Root,Tips DWORD ColorFlag1 DWORD ColorFlag2 DWORD HairItemColor1 DWORD HairItemColor2 DWORD strLen Number of UNICODE (2-byte) characters UNICODE[strLen] FirstName Sim's First Name DWORD strLen Number of UNICODE (2-byte) characters UNICODE[strLen] LastName Sim's Last Name
Notes
This resource is still in process of being decoded.
Documentation by Grant
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |