cosmonarchy-bw-release/CMBW-editor/grafting/compile_move_buttonsets.bat

17 lines
880 B
Batchfile
Raw Normal View History

2023-06-01 14:10:33 +00:00
@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\Starcraft\maps\BroodWar\[Cosmonarchy]\_CM-dev\mpq\datreq\"
move "Tech.graft" "C:\Users\U\Desktop\Libraries\Starcraft\maps\BroodWar\[Cosmonarchy]\_CM-dev\mpq\datreq\"
move "Orders.graft" "C:\Users\U\Desktop\Libraries\Starcraft\maps\BroodWar\[Cosmonarchy]\_CM-dev\mpq\datreq\"
move "Units.graft" "C:\Users\U\Desktop\Libraries\Starcraft\maps\BroodWar\[Cosmonarchy]\_CM-dev\mpq\datreq\"