You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-Theoretically supports all games powered by the Mages engine
6
+
-All MES (msb) and SC3(scx / scr) scripts can be exported and imported without issues
8
7
9
8
## Usage
10
9
```
@@ -43,64 +42,71 @@
43
42
44
43
45
44
```
46
-
### Example
45
+
### Examples
47
46
48
47
```shell
49
-
#导出文件夹所有,使用tbl码表,格式为NpcsP,不跳过码表中相同字符,开启debug模式为2
48
+
#Export all files in the folder using the tbl code table in NpcsP format. Do not skip identical characters in the code table. Enable debug mode with value 2.
-Fixed an encoding error caused by byte data (`:[0xFF]`) following the ‘:’ character. Identified by discoverer [kurikomoe](https://github.com/kurikomoe).
135
141
136
142
### 2022.3.21
137
-
-支持SC3(scx)脚本的文本导入导出
138
-
-支持文件夹导出(暂不支持导入)
139
-
-增加简单的log
140
-
-优化代码细节
143
+
-Supports importing and exporting text files for SC3 (scx / scr) scripts
144
+
-Supports folder export (import not currently supported)
145
+
-Added basic logging functionality
146
+
-Optimized code details
141
147
142
148
### 2022.3.20 2
143
-
-重构代码结构以支持更多导出格式
144
-
-支持NPCSManager格式的导出与导入
145
-
-支持NPCSManager导出文本的导入
146
-
-NPCSManager无法导入此程序导出的文本,存在细微差异
147
-
-支持命令行调用
148
-
-增加帮助文档
149
+
-Restructured code architecture to support additional export formats
150
+
-Added support for exporting and importing NPCSManager formats
151
+
-Supports importing NPCSManager export files
152
+
-Original NPCSManager cannot import files exported by this program due to minor differences
153
+
-Added command-line invocation support
154
+
-Enhanced help documentation
149
155
150
156
### 2022.3.20
151
-
-完成MES(msb)文本导入(简单实现)
152
-
-调整导出格式
157
+
-Complete MES (MSB) text import (simple implementation)
-[CommitteeOfZero](https://github.com/CommitteeOfZero)'s [sc3ntist](https://github.com/CommitteeOfZero/sc3ntist) and [SciAdv.Net](https://github.com/CommitteeOfZero/SciAdv.Net) projects.
0 commit comments