Skip to content

Commit 74140fa

Browse files
update config docs
1 parent 729898d commit 74140fa

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

src/config.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
`game` 文件夹下,有一个名为 `config.txt` 的文件,你可以在这个文件中填写你游戏的相关信息(使用图形化编辑器可以直接编辑)。
44

5-
| 参数 | 描述 |
6-
| :------------ | :----------------------------------------------- |
7-
| Game_name | 游戏名称 |
8-
| Game_key | 游戏识别码,长度 6-10 字符,不要与别的游戏重复 |
9-
| Title_img | 标题图片,放在 `background` 文件夹 |
10-
| Title_bgm | 标题背景音乐,放在 `bgm` 文件夹 |
11-
| Game_Logo | 游戏 Logo,可以显示多个,用 \| 分割 |
12-
| Textbox_theme | 游戏对话框风格,可选择 imss 风格或 standard 风格 |
5+
| 参数 | 描述 |
6+
| :------------ |:---------------------------|
7+
| Game_name | 游戏名称 |
8+
| Game_key | 游戏识别码,长度 6-10 字符,不要与别的游戏重复 |
9+
| Title_img | 标题图片,放在 `background` 文件夹 |
10+
| Title_bgm | 标题背景音乐,放在 `bgm` 文件夹 |
11+
| Game_Logo | 游戏 Logo,可以显示多个,用 \| 分割 |
12+
| Enable_Appreciation | 是否启用鉴赏功能,包括 CG 和背景音乐鉴赏。 |
1313

1414
以下是配置文件示例:
1515

@@ -19,5 +19,5 @@ Game_key:0f33fdGr;
1919
Title_img:Title.png;
2020
Title_bgm:夏影.mp3;
2121
Game_Logo:WebGalEnter.png|bg.png;
22-
Textbox_theme:imss;
22+
Enable_Appreciation:true;
2323
```

src/en/config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Under the `game` folder, there is a file named `config.txt`, you can fill in the
99
| Title_img | Title picture, put it in the `background` folder |
1010
| Title_bgm | Title background music, put it in the `bgm` folder |
1111
| Game_Logo | Game Logo, multiple can be displayed, separated by \| |
12-
| Textbox_theme | Game dialog style, you can choose imss style or standard style |
12+
| Enable_Appreciation | Whether to enable the Appreciation feature, including CG and background music appreciation. |
1313

1414
The following is a sample configuration file:
1515

@@ -19,5 +19,5 @@ Game_key:0f33fdGr;
1919
Title_img:Title.png;
2020
Title_bgm:夏影.mp3;
2121
Game_Logo:WebGalEnter.png|bg.png;
22-
Textbox_theme:imss;
23-
```
22+
Enable_Appreciation:true;
23+
```

src/ja/config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| Title_img | タイトル画像、`background` フォルダに入れてください |
1010
| Title_bgm | タイトルの BGM、`bgm` フォルダに入れてください |
1111
| Game_Logo | ゲームのロゴ、複数表示することができ、\| で区切ります |
12-
| Textbox_theme | ゲームのダイアログスタイル、imss スタイルまたは standard スタイルを選択できます |
12+
| Enable_Appreciation | 鑑賞機能(CGおよび背景音楽の鑑賞を含む)を有効にするかどうか。 |
1313

1414
以下は設定ファイルの例です。
1515

@@ -19,5 +19,5 @@ Game_key:0f33fdGr;
1919
Title_img:Title.png;
2020
Title_bgm:夏影.mp3;
2121
Game_Logo:WebGalEnter.png|bg.png;
22-
Textbox_theme:imss;
23-
```
22+
Enable_Appreciation:true;
23+
```

0 commit comments

Comments
 (0)