Config.ini: Difference between revisions

From Treasure Adventure Game Wiki
Jump to navigationJump to search
Correct the resolution for the 3X setting
m Remove a blank line
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:config.ini}}
'''config.ini''' is a file that stores configuration values for the game, such as the chosen control scheme. It's primarily edited using the setup.exe program included with the game. A preconfigured copy of the file is also included with the game.
'''config.ini''' is a file that stores configuration values for the game, such as the chosen control scheme. It's primarily edited using the setup.exe program included with the game. A preconfigured copy of the file is also included with the game.


The file is a text file (ASCII format) in a variant of the [https://en.wikipedia.org/wiki/INI_file INI format].
The file is a text file (ASCII format) in a variant of the [https://en.wikipedia.org/wiki/INI_file INI format].:


{| class="wikitable"
{| class="wikitable"

Latest revision as of 20:53, 15 August 2024

config.ini is a file that stores configuration values for the game, such as the chosen control scheme. It's primarily edited using the setup.exe program included with the game. A preconfigured copy of the file is also included with the game.

The file is a text file (ASCII format) in a variant of the INI format.:

Configuration values
Section Key Description Default value
control 1 Keycode bound to Up action. 38
2 Keycode bound to Down action. 40
3 Keycode bound to Left action. 37
4 Keycode bound to Right action. 39
5 Keycode bound to Jump action. 32
6 Keycode bound to Action action. 83
7 Keycode bound to Menu action. 27
8 Keycode bound to Attack action. 68
type Type of input device to use.
  • 0: Keyboard
  • 1: Gamepad
0
Screen Resolution Selected Resolution What resolution to render the game at.
  • 0: Fullscreen - Game runs at fullscreen
  • 1: 1X - Game runs in a window at 320 by 240 pixels
  • 2: 2X - Game runs in a window at 640 by 480 pixels
  • 3: 3X - Game runs in a window at 960 by 720 pixels
  • 4: 4X - Game runs in a window at 1280 by 960 pixels
0
VSYNC Whether to enable V-Sync.
  • 0: Disabled
  • 1: Enabled
1
dialog file dialog filename Name of the dialogue file. english_dialogue.ini

Other than that, the config.ini file included with the game also includes several configuration values that can't be set using setup.exe and appear to be unused.

Unused configuration values
Section Key Default value
control 9 5
10 6
Control Names Up Joy Up
Down Joy Down
Left Joy Left
Right Joy Right
Action Joy 5
Jump Joy 6