Difference between revisions of "Options.dat"

From Pokémon 3D Wiki
Jump to navigation Jump to search
m
m (Typo in the Muted setting.)
Line 41: Line 41:
|-
|-
|
|
<code>Muted</code>
<code>Muted|</code>
|Determine if the game is muted.
|Determine if the game is muted.
| <code>0</code> means false, <code>1</code> means true.
| <code>0</code> means false, <code>1</code> means true.

Revision as of 05:17, 14 January 2013

Options.dat is an essential document within the Pokémon 3D savefiles. The document stores options data. There are two options.dat file, one in base folder and one in player save folder, which controls global and player-specific options respectively.

Guide

Player Save Folder

Line Function Variables

POV|

Determine the POV. Has a range of 0 to 180. Any whole number from 0 to 2147483647.

TextSpeed|

Determine the text speed. Has a range of 1 to 3. Any whole number from 0 to 2147483647.

MouseSpeed|

Determine the mouse sensitivity. Has a range of 1 to 50. Any whole number from 0 to 2147483647.

Base Folder

Line Function Variables

Volume|

Controls the volume. Has a range of 0 to 100. Any whole number from 0 to 2147483647.

Muted|

Determine if the game is muted. 0 means false, 1 means true.

RenderDistance|

Determine the render distance. Has a range of 0 to 3. Any whole number from 0 to 2147483647.

ShowDebug|

Determine if the debug screen is displayed. 0 means false, 1 means true.

ShowGUI|

Determine if the GUI is displayed. 0 means false, 1 means true.

GraphicStyle|

Determine the background view in the main menu. Feel free to change this value to see different cameras placed on different places on different maps. Any whole number from 0 to 2147483647.

Navigation

Windows: Pokemon3D/Pokemon/Save/(Name of Save File)/Options.dat , Pokemon3D/Pokemon/Save/options.dat