Difference between revisions of "Sims 3:0x0166038C"
From SimsWiki
HugeLunatic (Talk | contribs) |
|||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | Name Map | + | {{TS3AdvancedModdingHeader}} |
+ | {{TS3Resource | ||
+ | |name=Name Map - NMAP | ||
+ | |typeid= 0x0166038C | ||
+ | |expansion=The Sims 3 | ||
+ | }} | ||
+ | <br clear="all"> | ||
− | Lists instance ID/resource name pairs | + | ==Overview== |
+ | Lists instance ID/resource name pairs. A package can have multiple name maps. | ||
+ | DWORD Version // usually has value 0x00000001 | ||
+ | |||
+ | DWORD NumberOfRecords | ||
+ | --repetition ''NumberOfRecords'': | ||
+ | QWORD InstanceID // little-endian | ||
+ | DWORD NameLength | ||
+ | BYTE[NameLength] // name characters, plain ASCII | ||
− | |||
− | |||
− | |||
− | + | {{TS3AdvancedModdingHeader}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Latest revision as of 01:10, 5 May 2010
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |
Name Map - NMAP | ||
---|---|---|
TypeID: | 0x0166038C | |
Game Version: | The Sims 3 |
[edit] Overview
Lists instance ID/resource name pairs. A package can have multiple name maps.
DWORD Version // usually has value 0x00000001 DWORD NumberOfRecords --repetition NumberOfRecords: QWORD InstanceID // little-endian DWORD NameLength BYTE[NameLength] // name characters, plain ASCII
Modding Reference by Category | |
---|---|
Sims 3 :DBPF | File Types | RCOL(Scene) | Catalog Resource | String Table | Key Table | TS3 Programmer's Reference |