tools update

This commit is contained in:
vbawol 2017-03-30 15:32:36 -05:00
parent f5df0fc200
commit eb2945b14d
4 changed files with 12 additions and 3 deletions

View File

@ -0,0 +1,9 @@
::@ECHO OFF
SET WORKSHOPPATH="G:\SteamLibrary\steamapps\common\Arma 3\@epoch"
:: Workshop IDs:
:: EpochExperimental = 455221958
:: Normal Epoch = 421839251
START "" /WAIT "F:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\Publisher\PublisherCmd.exe" update /id:421839251 /changeNote:"See Changelogs: https://github.com/EpochModTeam/Epoch/tree/release/Changelogs" /path:%WORKSHOPPATH%

View File

@ -6,4 +6,4 @@ SET WORKSHOPPATH="G:\SteamLibrary\steamapps\common\Arma 3\@epoch"
:: EpochExperimental = 455221958
:: Normal Epoch = 421839251
START "" /WAIT "F:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\Publisher\PublisherCmd.exe" update /id:455221958 /changeNote:"testing 123" /path:%WORKSHOPPATH%
START "" /WAIT "F:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\Publisher\PublisherCmd.exe" update /id:455221958 /changeNote:"See Changelogs: https://github.com/EpochModTeam/Epoch/tree/experimental/Changelogs" /path:%WORKSHOPPATH%

View File

@ -9,4 +9,4 @@ xcopy /s/e/y/q/i "F:\GitHub Personal\Epoch\Server_Install_Pack\@epochhive\addons
xcopy /s/e/y/q/i "F:\GitHub Personal\Epoch\Server_Install_Pack\sc\battleye" "F:\GitHub Personal\Epoch-HiveStable\@epochhive\sc\battleye"
START "" /WAIT "F:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\Publisher\PublisherCmd.exe" update /id:601772725 /changeNote:"testing 123" /path:%WORKSHOPPATH%
START "" /WAIT "F:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\Publisher\PublisherCmd.exe" update /id:601772725 /changeNote:"See Changelogs: https://github.com/EpochModTeam/Epoch/tree/release/Changelogs" /path:%WORKSHOPPATH%

View File

@ -13,4 +13,4 @@ xcopy /s/e/y/q/i "F:\GitHub Personal\Epoch\Server_Install_Pack\@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%
START "" /WAIT "F:\Program Files (x86)\Steam\steamapps\common\Arma 3 Tools\Publisher\PublisherCmd.exe" update /id:558243173 /changeNote:"See Changelogs: https://github.com/EpochModTeam/Epoch/tree/experimental/Changelogs" /path:%WORKSHOPPATH%