Config.ini: Difference between revisions
From Treasure Adventure Game Wiki
Jump to navigationJump to search
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..." |
Grzesiek11 (talk | contribs) m Use better wording |
||
Line 1: | Line 1: | ||
'''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 | '''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]. |
Revision as of 20:40, 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.
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 |