GenshinDataConverter/README.md

35 lines
1.4 KiB
Markdown
Raw Normal View History

2022-03-07 09:06:58 +00:00
# GenshinDataConverter
2022-03-07 09:25:30 +00:00
Convert GenshinData's JSON into other codestyle. \
将GenshinData的JSON数据转换成其他代码的工具。
You should download JSON files in https://github.com/Dimbreath/GenshinData and copy it to here\
你需要同时下载上述链接所说JSON源数据, 并且将对应需要的内容复制到仓库中
2022-03-08 07:14:27 +00:00
Accepted JSON Files Now: 目前能够接受的JSON文件有
- ReliquaryAffixExcelConfigData.json
- ReliquaryLevelExcelConfigData.json
2022-03-08 07:16:28 +00:00
Please use the deobfuscated version of JSON and put it in the same folder! \
请使用解混淆后的JSON文件, 并放在同一目录中!
2022-03-08 07:14:27 +00:00
2022-03-07 09:25:30 +00:00
# Usage 使用方法
2022-03-08 07:16:28 +00:00
1. download/clone/fork this repo 下载、克隆这个仓库或者创建分支
2022-03-07 09:25:30 +00:00
2022-03-08 07:16:28 +00:00
2. download Julia 下载Julia \
Link: https://www.julialang.org/downloads/ download and install the version suitable for you\
2022-03-07 11:20:52 +00:00
按照上述链接下载并安装适合你的版本
2022-03-07 09:25:30 +00:00
2022-03-08 07:16:28 +00:00
3. download Packages in Julia \ 在Julia中下载模组
1. open julia command line \ 打开Julia命令行
2. press `[` to and see something like `pkg>` \ 按下 `[` 按键后会看到类似于 `pkg>` 之类的字样
3. input `add [Package]` and wait until installed(replace `[Package]`) \ 输入`add [Package]`并等待安装
2022-03-08 07:17:11 +00:00
2022-03-07 11:20:52 +00:00
Package Lists: (e.g write `add JSON` in `pkg>`) 模组列表
- JSON
2022-03-07 09:25:30 +00:00
2022-03-08 07:14:27 +00:00
tbd \
2022-03-07 09:25:30 +00:00
4. configure the code on your need 按照你的需求配置更改代码
2022-03-07 11:20:52 +00:00
5. run the script to generate file 运行脚本,生成文件