mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
steamcmd release tools
uses publishercmd.exe from BI
This commit is contained in:
parent
4b3a72f970
commit
9bab4c02a6
9
Tools/Build/SyncClientRelease.cmd
Normal file
9
Tools/Build/SyncClientRelease.cmd
Normal 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:455221958 /changeNote:"testing 123" /path:%WORKSHOPPATH%
|
16
Tools/Build/SyncServerRelease.cmd
Normal file
16
Tools/Build/SyncServerRelease.cmd
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
::@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%
|
Loading…
Reference in New Issue
Block a user