Config.ini

From Treasure Adventure Game Wiki
Revision as of 20:36, 15 August 2024 by Grzesiek11 (talk | contribs) (Created page with "'''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 bundled with the game. A preconfigured copy is 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]. {| class="wikitable" |+ Configuration values |- ! Section !! Key !! Description !! Default value |- | rowspan=9 | control || 1 || K...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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 bundled with the game. A preconfigured copy is 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 640 by 480 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