|
1 | 1 | # SC-to-RSC |
2 | 2 |
|
3 | | -一个用于将`Slimefun`附属插件`SlimeCustomizer`的配置转为`RykenSlimeCustomizer`配置的脚本 |
4 | | -作者:`balugaq` |
| 3 | +A simple script to convert `Slimefun` addon `SlimeCustomizer`'s configuration to `RykenSlimeCustomizer` configuration. |
| 4 | +Author: balugaq |
5 | 5 |
|
6 | | -#### 将 SC 的配置转为RSC |
7 | | -#### 前提条件:能用SC加载的配置 |
8 | | -#### 符合条件才能转为RSC |
| 6 | +This repository is for Chinese SlimeCustomizer and Chinese RykenSlimeCustomizer only. |
9 | 7 |
|
10 | | -# 特别鸣谢 |
| 8 | +#### Convert SlimeCustomizer configuration to RykenSlimeCustomizer configuration. |
| 9 | +#### Condition: The SlimeCustomizer configuration must be all right and SlimeCustomizer can load the configuration. |
11 | 10 |
|
12 | | -特别感谢 `haiman` 大佬在 `github` 方面帮助了我 |
| 11 | +## Special thanks |
| 12 | + |
| 13 | +Special thanks to `haiman` who helped me on `github` |
13 | 14 | > haiman's github home page |
14 | 15 | > |
15 | 16 | > <https://github.com/haiman233> |
16 | 17 |
|
17 | | -# 使用方式 |
| 18 | +## Usage |
| 19 | + |
| 20 | +### Run sc_to_rsc.exe |
| 21 | + |
| 22 | +1. Unzip all the files to `plugins/SlimeCustomizer` and run `sc_to_rsc.exe`. The program will generate a `out` folder. |
| 23 | +2. Change the `info.yml` in `out` folder. |
| 24 | +3. Copy the `out` folder to `plugins/RykenSlimeCustomizer/addons`. |
| 25 | + |
| 26 | +### Run main.bat |
18 | 27 |
|
19 | | -### 按照如下步骤运行此脚本 |
20 | | -1. 你的电脑需要安装了`python3.6`或以上 |
21 | | -2. 将全部文件解压到 `plugins/SlimeCustomizer` |
22 | | -3. 运行`main.bat`或`main.sh`,程序将会生成`translated`文件夹 |
23 | | -4. 将`translated`直接放到`RykenSlimeCustomizer/addons`内即可 |
| 28 | +1. You must have `python3.6` or above installed on your computer. |
| 29 | +2. Unzip all the files to `plugins/SlimeCustomizer`. |
| 30 | +3. Run `main.bat`. The program will generate an `out` folder. |
| 31 | +4. Change the `info.yml` in `out` folder. |
| 32 | +5. Copy the `out` folder to `plugins/RykenSlimeCustomizer/addons`. |
24 | 33 |
|
25 | | -# 注意事项 |
| 34 | +# Note |
26 | 35 |
|
27 | | -#### 此脚本并不能保证绝对能使用!!! |
28 | | -#### 如遇能用SC加载的内容无法转为RSC, 或转出来无法使用 |
29 | | -#### 请及时提issue~ |
| 36 | +#### This script cannot guarantee 100% success. |
| 37 | +#### If you encounter a problem with the conversion, please report it as an issue. |
0 commit comments