Difference between revisions of "Player.dat"

From Pokémon 3D Wiki
Jump to navigation Jump to search
(Created page with "'''Player.dat''' is an essential document within the Pokémon 3D files. The document determines a large variety of things, from the name of the player to the amount of mon...")
 
(I feel like adding a page like this supports hacks/cheating, so I removed it.)
Line 1: Line 1:
'''Player.dat''' is an essential document within the Pokémon 3D files. The document determines a large variety of things, from the name of the [[player]] to the amount of money they have.


==Guide==
{| class="wikitable" width="100%"
|-
! Line
! Function
! Variables
|-
|
<code>Name|</code>
|Controls the current name of the [[player]].
| Anything can be typed to replace the current info.
|-
|
<code>Position|</code>
|Controls the current location of the [[player]] in co-ordinates.
| Any number inserted into the format <code>x,y,z</code>.
|-
|
<code>MapFile|</code>
|Controls the current location of the [[player]].
| Any valid location .dat, such as <code>lavender.dat</code>.
|-
|
<code>Rotation|</code>
|Controls the current rotation of the [[player]].
| Any number between 0 and 360.
|-
|
<code>RivalName|</code>
|Controls the current name of [[Rival]].
| Anything can be typed to replace the current info.
|-
|
<code>Money|</code>
|Controls the current money of the [[player]].
| Any whole number not exceeding 9 digits.
|-
|
<code>Badges|</code>
|Controls the number of badges the [[player]] has.
| Any whole number not exceeding 9 digits.
|-
|
<code>Gender|</code>
|Controls the gender of the [[player]].
| <code>Male</code> or <code>Female</code>.
|-
|
<code>PlayTime|</code>
|Controls the total play time of the [[player]].
| Any whole number in the format <code>x,y,z</code> where any variable cannot exceed 8 digits.
|-
|
<code>OT|</code>
|Controls the OT number of the [[player]].
| Any whole number not exceeding 5 digits.
|-
|
<code>Points|</code>
|Controls the number of points the [[player]] has.
| Any whole number not exceeding 9 digits.
|-
|
<code>hasPokedex|</code>
|Determines if the [[player]] has a Pokédex.
| <code>0</code> for no, <code>1</code> for yes.
|-
|
<code>freeCamera|</code>
|Determines if free camera mode is active.
| <code>0</code> for no, <code>1</code> for yes.
|-
|
<code>thirdPerson|</code>
|Determines if third person mode is active.
| <code>0</code> for no, <code>1</code> for yes.
|-
|
<code>Skin|</code>
|Controls the [[player]]'s current skin
| <code>Red</code>, <code>Blue</code>, <code>Ethan</code>, <code>Hilbert</code>, <code>Hilda</code>, <code>Lass</code>, <code>Bugcatcher</code>, or <code>Youngster</code>
|-
|
<code>location|</code>
|Controls the [[player]]'s location according to the main menu.
| Any valid location .dat, such as <code>lavender.dat</code>.
|-
|
<code>battleAnimations|</code>
|Controls the [[player]]'s location according to the main menu.
| <code>0</code> for off, <code>1</code> for on.
|-
|
<code>BoxAmount|</code>
|Controls the amount of boxes in Bill's PC.
| Any whole number not exceeding 9 digits.
|-
|
<code>LastRestPlace|</code>
|Determines where the [[player]] will go when they run out of Pokémon that can fight.
| Any valid location .dat, such as <code>lavender.dat</code>.
|-
|
<code>LastRestPlacePosition|</code>
|Determines where the [[player]] will go when they run out of Pokémon that can fight, in co-ordinates.
| Any number inserted into the format <code>x,y,z</code>.
|-
|
<code>DiagonalMovement|</code>
|Determines if the [[player]] has [[Diagonal Movement]].
| <code>0</code> for no, <code>1</code> for yes.
|-
|
<code>RepelSteps|</code>
|Controls the amount of steps from a [[Repel]] the [[player]] has.
| Any whole number not exceeding 9 digits.
|-
|
<code>LastSavePlace|</code>
|Determines where the [[player]] last saved.
| Any valid location .dat, such as <code>lavender.dat</code>.
|-
|
<code>LastSavePlacePosition|</code>
|Determines where the [[player]] last saved in co-ordinates.
| Any number inserted into the format <code>x,y,z</code>.
|-
|}
==Navigation==
'''Windows''': Pokemon3D/Pokemon/Save/(Name of Save File)/player.dat

Revision as of 22:32, 30 December 2012