|
1 | 1 | # AppleChu |
2 | 2 |
|
3 | | -CHUNITHM mod powered by [ChuModLoader](https://github.com/MuNET-OSS/ChuModLoader). |
| 3 | +基于 [ChuModLoader](https://github.com/MuNET-OSS/ChuModLoader) 的 CHUNITHM Mod。 |
4 | 4 |
|
5 | | -## Installation |
| 5 | +## 安装 |
6 | 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 |
| 7 | +1. 安装 ChuModLoader(将 `version.dll` 放到 `chusanApp.exe` 旁边) |
| 8 | +2. 将 `AppleChu.dll` 复制到 `mods/` 目录 |
| 9 | +3. 启动游戏,`AppleChu.toml` 会自动生成 |
| 10 | +4. 编辑 `AppleChu.toml` 配置功能 |
11 | 11 |
|
12 | | -## Features |
| 12 | +## 功能 |
13 | 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 |
| 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 感知 |
30 | 30 |
|
31 | | -## Configuration |
| 31 | +## 配置 |
32 | 32 |
|
33 | | -Edit `AppleChu.toml` in the game directory. Uncomment a `[Section]` to enable it. |
| 33 | +编辑游戏目录下的 `AppleChu.toml`,取消注释 `[Section]` 即可启用功能。 |
34 | 34 |
|
35 | | -Use [ChuChartManager](https://github.com/MuNET-OSS/ChuChartManager) for graphical configuration. |
| 35 | +使用 [ChuChartManager](https://github.com/MuNET-OSS/ChuChartManager) 可图形化编辑配置。 |
36 | 36 |
|
37 | | -## Build |
| 37 | +## 构建 |
38 | 38 |
|
39 | | -Requires Rust nightly with `i686-pc-windows-msvc` target: |
| 39 | +需要 Rust nightly + i686-pc-windows-msvc: |
40 | 40 |
|
41 | 41 | ```bash |
42 | 42 | cargo build --release |
43 | 43 | ``` |
44 | 44 |
|
45 | | -Output: `target/i686-pc-windows-msvc/release/AppleChu.dll` |
| 45 | +输出:`target/i686-pc-windows-msvc/release/AppleChu.dll` |
46 | 46 |
|
47 | | -## License |
| 47 | +## 许可证 |
48 | 48 |
|
49 | 49 | Apache-2.0 |
0 commit comments