- 自動編 cocos studio 資源,同步 cocos & lua 並 重啟 visual studio 的工具
- 使用 Visual Studio 2013,安裝路徑為系統預設
- 安裝 auto hit key v1.1.37.02,安裝後位置在: C:\Program Files\AutoHotkey
- 修正 bat 及 ffs_batch 路徑
- 執行 start_ffs_batch.bat
- 修正 bat 及 ffs_batch 路徑
- 執行 coco_studio_build_csb.bat
- 輸入的參數可是: ALL 或 指定模組
flowchart TD
A[start_ffs_batch.bat] --> B[restartVisualStudio.bat]
B --> C[restartVisualStudio.bat]
C --> D[f5.ahk]
C --> E[restartVisualStudio2.bat]
E --> F[f5.ahk 或 ctrl_shift_f5.ahk]
flowchart TD
A[coco_studio_build_csb.bat] --> B[start_ffs_batch.bat]
B --> C[restartVisualStudio.bat]
C --> D[f5.ahk]
C --> E[restartVisualStudio2.bat]
E --> F[f5.ahk 或 ctrl_shift_f5.ahk]