This page is located on the SimsWiki. To view it in it's original form, click here.
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



Overview

A mapping between a hashed string (FNV64) and an Instance (I64).

Format

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