VCC(VRChat Creator Companion) 的翻译脚本, 用于自动翻译 VCC 的界面.
Note
v1.3.0 以后的版本不再对 VCC v2.2.2
以前的版本进行适配, 如有需要使用旧版本, 请下载v1.3.0
之前的版本.
你可以通过 Release 下载预编译的安装工具并运行,
该工具会自动安装翻译脚本.
如果出现错误, 请尝试将安装工具移动到 VCC 安装目录下运行. (与CreatorCompanion.exe
同目录)
Important
VCC Beta 版本必须将安装工具移动到 VCC Beta 目录下运行. (与CreatorCompanionBeta.exe
同目录)
- 删除
[VCC安装目录]/WebApp/Dist
目录下的index.html
文件 - 将
[VCC安装目录]/WebApp/Dist
目录下的index.html.backup
重命名为index.html
环境要求:
- Rust
- Node.js + package manager / bun
- make (可选)
- upx (可选)
使用make
工具可以更方便地进行编译, 你只需要执行make
命令即可完成所有编译步骤. 你可以在build
目录找到自动安装工具.
Makefile 仅在 Linux 下测试过, 如果你使用 Windows, 你可以使用 WSL 或这参考以下步骤进行手动编译.
以 PowerShell + pnpm 为例:
pnpm install
pnpm run build:patch-loader
Copy-Item build/patch-loader.js crates/installer/assets/patch-loader.js
cargo build --release --locked
编译完成后, 你可以在target/release
目录找到编译好的自动安装工具.
- VRChat-Creator-Companion-zh-CN - This project was inspired by this project.
- CreatorCompanionPatcher - A patcher that can be used in conjunction with this project to fix certain issues or behaviors in VRChat Creator Companion.
Thanks to JetBrains for the open source license(s).
Code is distributed under MIT license, feel free to use it in your proprietary projects as well.