Skip to content

Commit da319a3

Browse files
committed
docs: README.md 改为中文,英文移至 README.en.md
1 parent caaf1c0 commit da319a3

3 files changed

Lines changed: 79 additions & 79 deletions

File tree

README.en.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# AppleChu
2+
3+
CHUNITHM mod powered by [ChuModLoader](https://github.com/MuNET-OSS/ChuModLoader).
4+
5+
## Installation
6+
7+
1. Install ChuModLoader (place `version.dll` next to `chusanApp.exe`)
8+
2. Copy `AppleChu.dll` to `mods/`
9+
3. Launch the game — `AppleChu.toml` will be generated automatically
10+
4. Edit `AppleChu.toml` to configure features
11+
12+
## Features
13+
14+
- Skip startup screen
15+
- Free play
16+
- Disable song selection timer
17+
- Skip map animation
18+
- Unlock track limit (custom max tracks)
19+
- Custom scene timers
20+
- All timers 999
21+
- Unlock 120fps
22+
- Bypass 1080p/120Hz/AppUser checks
23+
- Force shared audio / 2ch output
24+
- Disable network encryption / TLS
25+
- Custom version text
26+
- Custom FREE PLAY text
27+
- Autoplay with smart score blocking
28+
- Exit confirmation dialog
29+
- DPI awareness
30+
31+
## Configuration
32+
33+
Edit `AppleChu.toml` in the game directory. Uncomment a `[Section]` to enable it.
34+
35+
Use [ChuChartManager](https://github.com/MuNET-OSS/ChuChartManager) for graphical configuration.
36+
37+
## Build
38+
39+
Requires Rust nightly with `i686-pc-windows-msvc` target:
40+
41+
```bash
42+
cargo build --release
43+
```
44+
45+
Output: `target/i686-pc-windows-msvc/release/AppleChu.dll`
46+
47+
## License
48+
49+
Apache-2.0

README.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
# AppleChu
22

3-
CHUNITHM mod powered by [ChuModLoader](https://github.com/MuNET-OSS/ChuModLoader).
3+
基于 [ChuModLoader](https://github.com/MuNET-OSS/ChuModLoader) 的 CHUNITHM Mod。
44

5-
## Installation
5+
## 安装
66

7-
1. Install ChuModLoader (place `version.dll` next to `chusanApp.exe`)
8-
2. Copy `AppleChu.dll` to `mods/`
9-
3. Launch the game — `AppleChu.toml` will be generated automatically
10-
4. Edit `AppleChu.toml` to configure features
7+
1. 安装 ChuModLoader(将 `version.dll` 放到 `chusanApp.exe` 旁边)
8+
2. `AppleChu.dll` 复制到 `mods/` 目录
9+
3. 启动游戏,`AppleChu.toml` 会自动生成
10+
4. 编辑 `AppleChu.toml` 配置功能
1111

12-
## Features
12+
## 功能
1313

14-
- Skip startup screen
15-
- Free play
16-
- Disable song selection timer
17-
- Skip map animation
18-
- Unlock track limit (custom max tracks)
19-
- Custom scene timers
20-
- All timers 999
21-
- Unlock 120fps
22-
- Bypass 1080p/120Hz/AppUser checks
23-
- Force shared audio / 2ch output
24-
- Disable network encryption / TLS
25-
- Custom version text
26-
- Custom FREE PLAY text
27-
- Autoplay with smart score blocking
28-
- Exit confirmation dialog
29-
- DPI awareness
14+
- 跳过启动画面
15+
- 免费游玩
16+
- 禁用选歌计时器
17+
- 跳过地图动画
18+
- 解锁游玩曲数上限(自定义最大曲数)
19+
- 自定义各场景计时器
20+
- 所有计时器 999
21+
- 解锁 120fps
22+
- 绕过 1080P/120Hz/AppUser 检测
23+
- 强制共享音频 / 双声道输出
24+
- 关闭网络加密 / TLS
25+
- 自定义版本号文本
26+
- 自定义 FREE PLAY 文本
27+
- 自动游玩(智能屏蔽成绩)
28+
- 退出确认对话框
29+
- DPI 感知
3030

31-
## Configuration
31+
## 配置
3232

33-
Edit `AppleChu.toml` in the game directory. Uncomment a `[Section]` to enable it.
33+
编辑游戏目录下的 `AppleChu.toml`,取消注释 `[Section]` 即可启用功能。
3434

35-
Use [ChuChartManager](https://github.com/MuNET-OSS/ChuChartManager) for graphical configuration.
35+
使用 [ChuChartManager](https://github.com/MuNET-OSS/ChuChartManager) 可图形化编辑配置。
3636

37-
## Build
37+
## 构建
3838

39-
Requires Rust nightly with `i686-pc-windows-msvc` target:
39+
需要 Rust nightly + i686-pc-windows-msvc
4040

4141
```bash
4242
cargo build --release
4343
```
4444

45-
Output: `target/i686-pc-windows-msvc/release/AppleChu.dll`
45+
输出:`target/i686-pc-windows-msvc/release/AppleChu.dll`
4646

47-
## License
47+
## 许可证
4848

4949
Apache-2.0

README_cn.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)