|
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 | |
| 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 | Maximum number of displayed lines in the text box | |
| 17 | +| Line_height | Line height of the text box (unit: em) | |
16 | 18 |
|
17 | 19 | The following is a sample configuration file: |
18 | 20 |
|
|
0 commit comments