本教程仅适用于 Ballex² Legacy 版本,现行版本请参阅 @Withered-Flower-0422 的制图教程。
- 这是一份由我个人维护的非官方教程。
- 网站由 VuePress Next 驱动。
- 本教程的英文翻译尚不完善,如中英版本有冲突,请以中文版本为准。
确保你安装了最新版本的以下组件:
- Node.js
- 包管理器
- Visual Studio 生成工具(使用 C++ 的桌面开发)
以 pnpm 为例:
pnpm i # 安装依赖
pnpm run dev # 启动服务器本教程更新时,你需要重做这些步骤,因此不建议以此法离线阅读。(虽然你也可以选择直接阅读 markdown 文件)
- 如果你在 Ballex² 官方 QQ 群
797934847,可以直接@迪兰特。 - 如果你熟悉相关流程,也可以在此提交 issue 或 pull request。
- 提交 pull request 前,建议先运行
check-format脚本。
- 提交 pull request 前,建议先运行
This tutorial is only applicable to the Ballex² Legacy version. For the current version, refer to @Withered-Flower-0422's mapping tutorial.
- This is an unofficial tutorial maintained by me myself.
- The website is powered by VuePress Next.
- English localization of this tutorial is not yet complete. The Chinese version prevails if the English version contradicts with it.
Make sure you've installed the latest version of these components:
- Node.js
- a package manager
- Visual Studio Build Tools (Desktop development with C++)
Taking pnpm as an example:
pnpm i # install dependencies
pnpm run dev # spin up a live serverYou need to do these steps again whenever this tutorial is updated, so I don't recommend doing a local setup merely to read it offline. (You can always directly read the markdown files though)
- If you are in the Ballex² official discord server
5NygdBmksE, you can directly@Dilant. - If you are familiar with the routines, you can create issues or pull requests here.
- It's recommended to run
check-formatscript before submitting a pull request.
- It's recommended to run