Difference between revisions of "Sims 3:0x0166038C"
From SimsWiki
(→Name Map) |
HugeLunatic (Talk | contribs) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{TS3AdvancedModdingHeader}} | |
− | < | + | {{TS3Resource |
− | == | + | |name=Name Map - NMAP |
+ | |typeid= 0x0166038C | ||
+ | |expansion=The Sims 3 | ||
+ | }} | ||
+ | <br clear="all"> | ||
+ | |||
+ | ==Overview== | ||
Lists instance ID/resource name pairs. A package can have multiple name maps. | Lists instance ID/resource name pairs. A package can have multiple name maps. | ||
DWORD Version // usually has value 0x00000001 | DWORD Version // usually has value 0x00000001 | ||
Line 12: | Line 18: | ||
− | + | {{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 |