Epoch/Tools/Build/SyncServerRelease.cmd
vbawol 9bab4c02a6 steamcmd release tools
uses publishercmd.exe from BI
2017-03-23 14:29:59 -05:00

16 lines
837 B
Batchfile

::@ECHO OFF
SET SOURCEPATH="F:\GitHub Personal\Epoch\Server_Install_Pack"
SET WORKSHOPPATH="F:\GitHub Personal\Epoch-HiveTest\@epochhive"
:: Workshop IDs:
:: EpochExperimental = 455221958
:: Normal Epoch = 421839251
:: copy mod from steamcmd cache to server
xcopy /s/e/y/q/i "F:\GitHub Personal\Epoch\Server_Install_Pack\mpmissions" "F:\GitHub Personal\Epoch-HiveTest\@epochhive\mpmissions"
xcopy /s/e/y/q/i "F:\GitHub Personal\Epoch\Server_Install_Pack\@epochhive\addons" "F:\GitHub Personal\Epoch-HiveTest\@epochhive\addons"
xcopy /s/e/y/q/i "F:\GitHub Personal\Epoch\Server_Install_Pack\sc\battleye" "F:\GitHub Personal\Epoch-HiveTest\@epochhive\sc\battleye"
START "" /WAIT "F:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\Publisher\PublisherCmd.exe" update /id:558243173 /changeNote:"testing 123" /path:%WORKSHOPPATH%