Difference between revisions of "Saves"

From Pokémon 3D Wiki
Jump to navigation Jump to search
Line 40: Line 40:
Displays each item that you have.
Displays each item that you have.


{ItemID|Amount}
<pre>{ItemID|Amount}</pre>


=== NPC.dat ===
=== NPC.dat ===

Revision as of 03:17, 21 March 2013

At the current Point of the Game Saves are editable so as to allow people to get to unreachable areas and gain other Pokemon and fix minor bugs.

Within the Saves folder are 3 files and A folder for each save plus an auto save. The Save folder is located in the Pokemon Folder.

Files

Keyboard.dat

Contains a list of all of the controls that you may edit to get different controls.

lastSession.id

Contains the name of the last save file used.

Options.dat

contains a list of all of the options used accessed in the options menu. As well as the current language and any content packs in use.

Save Folder

Each file contains 13 files that determine the saves.

achievements.dat

Contains a list of the achievements gained so far. Gained achievements are marked with a one while unachieved ones are marked with a 0.

Apricorns.dat

Berries.dat

Box.dat

A register of each Pokemon in the boxes.

Pokemon are registered: #1,#2,Pokemon Code

  • #1 - the box the Pokemon is in.
  • #2 - the position in the box the Pokemon is in.
  • Pokemon Code - The specific code for a pokemon.

Daycare.dat

ItemData.dat

Contains a register of every item you have picked up.

map.dat|itemID

Items.dat

Displays each item that you have.

{ItemID|Amount}

NPC.dat

A record of all of the NPCs that have been moved/removed from the Maps.

{Map.dat|NPCID|action|Position}

Options.dat

contains the options for

  • Field of View
  • Text Speed
  • Mouse Speed

Party.dat

Contains the Pokemon Code for each Pokemon in the Party.

Player.dat

Contains all of the data for the trainer

Pokedex.dat

Contains a list of all the pokemon by their ID# and if you have registered them or not in the dex.

  • 0 = Unseen
  • 1 = Seen
  • 2 = Caught

Register.dat

Contains a list of every event registered.