Difference between revisions of "Sims 3:0xF3A38370"
From SimsWiki
m (→NGMP Resoure) |
|||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
{{TS3AdvancedModdingHeader}} | {{TS3AdvancedModdingHeader}} | ||
{{TS3Resource | {{TS3Resource | ||
− | |name= | + | |name=Name Guid Map - NGMP |
|typeid= 0xF3A38370 | |typeid= 0xF3A38370 | ||
|expansion=The Sims 3 | |expansion=The Sims 3 | ||
Line 8: | Line 8: | ||
==Overview== | ==Overview== | ||
− | A mapping between a hashed string and an Instance (I64). | + | A mapping between a hashed string (FNV64) and an Instance (I64). |
− | + | ||
− | + | ||
==Format== | ==Format== | ||
===NGMP Resource=== | ===NGMP Resource=== | ||
− | + | DWORD Version // 1 | |
− | + | DWORD Count | |
− | + | --repetition Count: | |
− | + | QWORD HashedString // uses the FNV function to convert from string to UInt64 | |
− | + | QWORD Instance // Instance actually used for the OBJD | |
+ | |||
+ | {{TS3AdvancedModdingHeader}} |
Latest revision as of 14:35, 2 May 2011
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Name Guid Map - NGMP | ||
---|---|---|
TypeID: | 0xF3A38370 | |
Game Version: | The Sims 3 |
[edit] Overview
A mapping between a hashed string (FNV64) and an Instance (I64).
[edit] Format
[edit] NGMP Resource
DWORD Version // 1 DWORD Count --repetition Count: QWORD HashedString // uses the FNV function to convert from string to UInt64 QWORD Instance // Instance actually used for the OBJD
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |