|
2 | 2 |
|
3 | 3 | Under the `game` folder, there is a file named `config.txt`, you can fill in the relevant information of your game in this file (you can edit it directly using a graphical editor). |
4 | 4 |
|
5 | | -| Parameter | Description | |
6 | | -| :--------------------------- | :------------------------------------------------------------------------------------------------------ | |
7 | | -| Game_name | Game name | |
8 | | -| Game_key | Game identification code, 6-10 characters in length, do not repeat with other games | |
9 | | -| Title_img | Title picture, put it in the `background` folder | |
10 | | -| Title_bgm | Title background music, put it in the `bgm` folder | |
11 | | -| Game_Logo | Game Logo, multiple can be displayed, separated by \| | |
12 | | -| Enable_Appreciation | Whether to enable the Appreciation feature, including CG and background music appreciation. | |
13 | | -| Default_Language | Default language, can be set to 'zh_CN', 'zh_TW', 'en', 'ja', 'fr', 'de' | |
14 | | -| Show_panic | Whether to enable the panic button feature, set to true or false | |
15 | | -| Legacy_Expression_Blend_Mode | Whether to enable legacy expression blend mode for Live2D, set to true or false | |
16 | | -| Max_line | The limit for the number of lines in the text box. If not set, the default logic will be enabled. | |
17 | | -| Max_lineHeight | The line height of the text box, in `em`. Takes effect only when `Max_line` is set. | |
| 5 | +| Parameter | Description | |
| 6 | +| :--------------------------- | :------------------------------------------------------------------------------------------ | |
| 7 | +| Game_name | Game name | |
| 8 | +| Game_key | Game identification code, 6-10 characters in length, do not repeat with other games | |
| 9 | +| Title_img | Title picture, put it in the `background` folder | |
| 10 | +| Title_bgm | Title background music, put it in the `bgm` folder | |
| 11 | +| Game_Logo | Game Logo, multiple can be displayed, separated by \| | |
| 12 | +| Enable_Appreciation | Whether to enable the Appreciation feature, including CG and background music appreciation. | |
| 13 | +| Default_Language | Default language, can be set to 'zh_CN', 'zh_TW', 'en', 'ja', 'fr', 'de' | |
| 14 | +| Show_panic | Whether to enable the panic button feature, set to true or false | |
| 15 | +| Legacy_Expression_Blend_Mode | Whether to enable legacy expression blend mode for Live2D, set to true or false | |
| 16 | +| Max_lineHeight | The line height of the text box, in `em` | |
18 | 17 |
|
19 | 18 | The following is a sample configuration file: |
20 | 19 |
|
|
0 commit comments