Do some misc stuff

* Update documents partially.
* Finish basic adaptation of Virtools 2.5, 3.5, 4.0, 5.0 with both plugin and standalone version.
* Still have problem while building with Virtools 2.1 reverse SDK. Waiting upstream changes.
This commit is contained in:
2021-09-02 18:14:59 +08:00
parent 087a7c9b69
commit 740964f837
10 changed files with 599 additions and 60 deletions

20
Documents/COMPILE_ZH.md Normal file
View File

@ -0,0 +1,20 @@
# 编译与调试
本文档将指导您编译或调试`SuperScriptMaterializer`
## 需求
- Visual Studio 2010即VC++ v100的工具集不能使用Virtools 2015及以上版本进行编译在编译Virtools 5.0 Standalone版本的时候亲测会出错且无法解决
- Virtools SDK 或 Ballance Mod Loader如果以Virtools 2.1作为目标)
- Python 3.x
## 编译之前
编译之前您需要先进入项目根目录下在此处打开终端我们首先需要生成编译的参数。自上一个版本以来我们将编译时需要的一些参数全部转为Visual Studio可识别的宏定义在独立的`Virtools.props`中,此步操作便是生成这个文件,以确定编译文件的相关参数。
按如下格式运行指令
```
```

0
Documents/DEPLOY_ZH.md Normal file
View File