cmbw-root/CMBW-editor/grafting/compile_move_buttonsets.bat
2025-02-22 15:03:49 -05:00

17 lines
920 B
Batchfile

@echo off
set unitc=1000
set statc=1000
set upgdc=61
set techc=44
set orderc=189
echo.
echo -- Merging Buttons ...
graftc -c -s -nb %unitc% -nu %statc% -ib Buttons.txt -ob Buttons.graft
echo.
echo -- Compiling Req Scripts ...
graftc -c -nb %unitc% -nu %statc% -np 255 -nt 255 -no 255 -iu Units.txt -ip Upgrades.txt -it Tech.txt -ir Research.txt -io Orders.txt -ou Units.graft -op Upgrades.graft -ot Tech.graft -or Research.graft -oo Orders.graft
move "Buttons.graft" "C:\Users\U\Desktop\Libraries\Tools\gitshit\TEST\Starcraft\Maps\[Cosmonarchy]\_CM-dev\mpq\datreq\"
move "Tech.graft" "C:\Users\U\Desktop\Libraries\Tools\gitshit\TEST\Starcraft\Maps\[Cosmonarchy]\_CM-dev\mpq\datreq\"
move "Orders.graft" "C:\Users\U\Desktop\Libraries\Tools\gitshit\TEST\Starcraft\Maps\[Cosmonarchy]\_CM-dev\mpq\datreq\"
move "Units.graft" "C:\Users\U\Desktop\Libraries\Tools\gitshit\TEST\Starcraft\Maps\[Cosmonarchy]\_CM-dev\mpq\datreq\"