Config.ini
From Treasure Adventure Game Wiki
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.
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 | |
Screen Resolution | Selected Resolution | What resolution to render the game at.
|
0 |
VSYNC | Whether to enable V-Sync.
|
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.
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 |