Skip to content

Commit dda5ec7

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

3 files changed

Lines changed: 85 additions & 79 deletions

File tree

README.en.md

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

README.md

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

3-
CHUNITHM mod powered by [ChuModLoader](https://github.com/MuNET-OSS/ChuModLoader).
3+
[English](README.en.md) | 简体中文
44

5-
## Installation
5+
基于 [ChuModLoader](https://github.com/MuNET-OSS/ChuModLoader) 的 CHUNITHM Mod。
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+
## 安装
118

12-
## Features
9+
1. 安装 ChuModLoader(将 `version.dll` 放到 `chusanApp.exe` 旁边)
10+
2.`AppleChu.dll` 复制到 `mods/` 目录
11+
3. 启动游戏,`AppleChu.toml` 会自动生成
12+
4. 编辑 `AppleChu.toml` 配置功能
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+
## 功能
3015

31-
## Configuration
16+
- 跳过启动画面
17+
- 免费游玩
18+
- 禁用选歌计时器
19+
- 跳过地图动画
20+
- 解锁游玩曲数上限(自定义最大曲数)
21+
- 自定义各场景计时器
22+
- 所有计时器 999
23+
- 解锁 120fps
24+
- 绕过 1080P/120Hz/AppUser 检测
25+
- 强制共享音频 / 双声道输出
26+
- 关闭网络加密 / TLS
27+
- 自定义版本号文本
28+
- 自定义 FREE PLAY 文本
29+
- 自动游玩(智能屏蔽成绩)
30+
- 退出确认对话框
31+
- DPI 感知
32+
- 切换窗口闪退修复 (D3D9)
3233

33-
Edit `AppleChu.toml` in the game directory. Uncomment a `[Section]` to enable it.
34+
## 配置
3435

35-
Use [ChuChartManager](https://github.com/MuNET-OSS/ChuChartManager) for graphical configuration.
36+
编辑游戏目录下的 `AppleChu.toml`,取消注释 `[Section]` 即可启用功能。
3637

37-
## Build
38+
使用 [ChuChartManager](https://github.com/MuNET-OSS/ChuChartManager) 可图形化编辑配置。
3839

39-
Requires Rust nightly with `i686-pc-windows-msvc` target:
40+
## 构建
41+
42+
需要 Rust nightly + i686-pc-windows-msvc:
4043

4144
```bash
4245
cargo build --release
4346
```
4447

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

47-
## License
50+
## 许可证
4851

4952
Apache-2.0

README_cn.md

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

0 commit comments

Comments
 (0)