Sims 3:0x628A788F
From SimsWiki
| Modding Reference by Category | |
|---|---|
|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
| Neighborhood Active Household | ||
|---|---|---|
| TypeID: | 0x628A788F | |
| Game Version: | The Sims 3 | |
Overview
This resource briefly describes the details of a saved game. Updated by Kuree.
Format
DWORD Version? (Currently 3)
DWORD World name length
UTF-16 world name
DWORD Household name length
UTF-16 Household name
DWORD Unknown (Seen 0 in all the examples, - another string perhaps?)
QWORD Active household ID (i.e. Corresponding THUM instance, Resource Type: 0x6B6D837E)
QWORD Active lot ID (i.e. Corresponding ICON instance, Resource Type: 0xD84E7FC6)
If version >=3
DWORD Count //Unknown string1
WORD char
DWORD Count //Unknown string2
WORD char
DWORD Count //Unknown string3
WORD char
DWORD END NUMBER? // Currently 0
| Modding Reference by Category | |
|---|---|
|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |