XtGameKit/Doc/ROK-Config-Source.md

19 lines
475 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ROK 配置源说明
## 数据源真相
- ROK 服务端配置源:`Configs.data`Lua 大表tabtoy 生成)
- ROK 客户端配置源:加密 SQLite + 大量 `*Define.cs` DTO
- 原始工程无可直接复用的 Excel 源文件
## 迁移策略
1.`*Define.cs` 派生 Luban `bean.xml`
2.`Configs.data` 解析 JSON
3. JSON 转 Luban `xlsx`
4. 使用 Luban 生成 C# + Json
## 结论
本项目采用“脚本迁移 + 自动生成”,不做手工录入。