1 Star 0 Fork 29

Pedestrian/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%
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/cnnw/NKGGOAP.git
[email protected]:cnnw/NKGGOAP.git
cnnw
NKGGOAP
NKGGOAP
master

搜索帮助