Sims 3:0x07046B39
From SimsWiki
Tutorials by Category | |
---|---|
CAS | Patterns | Objects | Building | Worlds | Modding | Modding Reference |
Roof Definitions | ||
---|---|---|
TypeID: | 0x07046B39 | |
Game Version: | The Sims 3 |
Overview
This resource is contained by the DownloadedSims.index file in the SavedSims folder to keep track of all of the Sims files that have been installed.
It appears that the game itself doesn't read this, but it is used for the Launcher when Sims3Packs are installed.
Format
DWORD version 3 DWORD count --repeat (count) TGI_Key SIME Entry for Sim (See Note 1) BYTE[16] GUID of Sims3Pack (See Note 2) DWORD unknown (appears to always be 3) TGI_Key Thumbnail (See Note 1) DWORD length char16[length] Name of Sim in Unicode
Notes
1 TGI_Keys are stored in T G I order, with least significant byte first. Instance is not split into 32bit sections.
2 GUID is 16 bytes stored in least significant byte first.
Documentation by Grant
Tutorials by Category | |
---|---|
CAS | Patterns | Objects | Building | Worlds | Modding | Modding Reference |