NPC.dat
Revision as of 20:52, 12 January 2013 by Tryourbreast (talk | contribs) (Created page with "'''NPC.dat''' is an essential document within the Pokémon 3D savefiles. The document stores the manipulation of event objects and event NPCs. ==Guide== Corrently two types ...")
NPC.dat is an essential document within the Pokémon 3D savefiles. The document stores the manipulation of event objects and event NPCs.
Guide
Corrently two types of manipulation are seen to be used: remove (remove the object), position (move the object to a specific space).
Every entry has format {map file|object ID|function|parameter}. Map file uses a State uses value 0 for false, and 1 for true; object ID is any whole number from 0 to 2147483647; function is the specific manipulation you want to do; and parameter is the parameter for that specific function, for example, "position" would use x,y,z as the parameter, while "remove" would use 0/1 as the false/true state.
Windows: Pokemon3D/Pokemon/Save/(Name of Save File)/NPC.dat