KulaWorkshop/wiki.kula.quest

GitHub: KulaWorkshop/wiki.kula.quest

一个基于逆向工程研究成果的 PlayStation 1 游戏 KulaQuest 技术文档 Wiki,提供版本差异、文件格式和 Mod 教程等参考资源。

Stars: 0 | Forks: 0

# KulaQuest Wiki [**KulaQuest Wiki**](https://wiki.kula.quest/) 是 PlayStation 1 游戏 **KulaQuest**(在欧洲也称为 _Kula World_,在北美称为 _Roll Away_)的综合性技术参考文档。 本 Wiki 基于多年的逆向工程和研究编写,提供了以下几种资源: - 各种 Mod 工具的教程。 - 版本历史与差异对比,涵盖了该游戏所有已知的发行版,包括原型和地区 Demo。 - 游戏所有自定义二进制文件格式的技术文档。 - ……以及更多内容! ## 开发 本 Wiki 使用 [Fumadocs](https://fumadocs.dev/) 和 [Next.js](https://nextjs.org/) 构建。 **Oxlint** (`.oxlintrc.json`) 和 **Oxfmt** (`.oxfmtrc.json`) 均被用于对代码库进行 lint 和格式化。 | 目录 | 用途 | | ----------------- | ------------------------------------------------------- | | `content/wiki/` | 所有 Wiki 文章的 MDX 文件,按主题组织。 | | `src/app/` | Next.js App Router 页面、布局和 API 路由。 | | `src/components/` | 可复用的 React 组件。 | | `src/lib/` | 共享的实用工具和常量。 | | `public/` | 站点根目录下提供的静态资源(图片、格式参考文件)。 | | `scripts/` | 杂项脚本。 | ### 本地预览 ``` # Clone repository git clone https://github.com/KulaWorkshop/wiki.kula.quest.git cd wiki.kula.quest # Install dependencies bun install # Start development server bun run dev ``` ### 构建 ``` bun run build ``` ## 许可证 本项目基于 [MIT 许可证](LICENSE) 授权。 由 [Kula Workshop](https://github.com/kulaworkshop) 项目的 [Brandon "SaturnKai" Gardenhire](https://panka.io) 创建并维护。
标签:Fumadocs, PlayStation, 技术文档, 游戏Mod, 游戏逆向工程