4 Star 54 Fork 27

烟雨迷离半世殇 / NKGGOAP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ParseRaws.bat 808 Bytes
一键复制 编辑 原始数据 按行查看 历史
REM Helper bat file to create ps files with Graphiz's dot
REM Graphiz must be installed and must be in Windows's PATH, alternatively just put your 'dot.exe' directory in the following var
SET "dotPath = D:\Study\New Folder\bin\"
REM Change this to the working directory, in Unity, if you place "ReGoap" inside Assets/, it will be '../../PlanDebugger'
SET "workingPath= PlanDebugger/"
SET "rawPath=Raws"
SET "resultsPath=PDFs"
SET "outputType=pdf"
SET "rawSearch=%rawPath%/*"
SET "currentDir=%cd%"
CD %workingPath%
ECHO "Changing working path to %workingPath%. Parsing files in %rawPath%. Saving in %resultsPath% with file type '%outputType%'."
MKDIR %resultsPath%
FOR %%I IN (%rawSearch%) DO %dotPath%dot -T%outputType% %rawPath%/%%I -o %resultsPath%/%%I.pdf
explorer %cd%\%resultsPath%
CD %currentDir%
C#
1
https://gitee.com/NKG_admin/NKGGOAP.git
git@gitee.com:NKG_admin/NKGGOAP.git
NKG_admin
NKGGOAP
NKGGOAP
master

搜索帮助