Difference between revisions of "Sims 3:0x628A788F"
From SimsWiki
(Version Update) |
|||
| (3 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{TS3AdvancedModdingHeader}} | |
| − | <br | + | {{TS3Resource |
| − | + | |name=Neighborhood Active Household | |
| − | + | |typeid= 0x628A788F | |
| − | + | |expansion=The Sims 3 | |
| + | }} | ||
| + | <br clear="all"> | ||
| − | DWORD Version? ( | + | ==Overview== |
| + | This resource briefly describes the details of a saved game. Updated by Kuree. | ||
| + | |||
| + | |||
| + | ==Format== | ||
| + | DWORD Version? (Currently 3) | ||
DWORD World name length | DWORD World name length | ||
UTF-16 world name | UTF-16 world name | ||
| Line 11: | Line 18: | ||
UTF-16 Household name | UTF-16 Household name | ||
DWORD Unknown (Seen 0 in all the examples, - another string perhaps?) | DWORD Unknown (Seen 0 in all the examples, - another string perhaps?) | ||
| − | QWORD Active household ID | + | QWORD Active household ID (i.e. Corresponding THUM instance, Resource Type: 0x6B6D837E) |
| − | QWORD Active lot ID | + | 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 | ||
| + | {{TS3AdvancedModdingHeader}} | ||
Latest revision as of 11:34, 3 July 2013
| 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 | |
[edit] Overview
This resource briefly describes the details of a saved game. Updated by Kuree.
[edit] 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 |