Last active
May 31, 2020 14:39
-
-
Save aebian/3350d87bf35fcc6cc8367eb90adf6dc6 to your computer and use it in GitHub Desktop.
Revisions
-
Alexander / Aebian revised this gist
May 31, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,9 +7,9 @@ SETLOCAL ENABLEDELAYEDEXPANSION SET STEAMPWD=<pw> SET A3ID=107410 SET A3BRANCH=public SET DEPOTID=107411 SET BRANCHPW=public SET A3instDir="F:\Games\Steam\steamapps\common\Arma 3 Stable" SET STEAMPATH=D:\Games\Steam\steamapps\common\SteamCMD\SteamCLI\ -
Alexander / Aebian revised this gist
May 31, 2020 . 1 changed file with 5 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,12 +3,13 @@ REM https://github.com/BytexDigital/SteamCLI/ SETLOCAL ENABLEDELAYEDEXPANSION SET STEAMUSER=<user> SET STEAMPWD=<pw> SET A3ID=107410 SET A3BRANCH=profiling SET DEPOTID=249503 SET BRANCHPW=CautionSpecialProfilingAndTestingBranchArma3 SET A3instDir="F:\Games\Steam\steamapps\common\Arma 3 Stable" SET STEAMPATH=D:\Games\Steam\steamapps\common\SteamCMD\SteamCLI\ @@ -22,7 +23,7 @@ echo Branch: %A3branch% echo. echo Key "ENTER" to proceed pause %STEAMPATH%\steamcli.exe --username=%STEAMUSER% --password=%STEAMPWD% --app-download --targetdir=%A3instDir% --os=windows --appid=%A3ID% --branch=%A3BRANCH% --branchpassword=%BRANCHPW% --depotid=%DEPOTID% --synctarget echo . echo Your ArmA 3 client is now up to date echo key "ENTER" to exit -
Alexander / Aebian revised this gist
May 31, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION SET STEAMPWD=<pw> SET A3ID=107410 SET A3BRANCH=public SET DEPOTID=107411 SET A3instDir="F:\Games\Steam\steamapps\common\Arma 3 Stable" -
Alexander / Aebian created this gist
May 31, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ @echo off REM https://github.com/BytexDigital/SteamCLI/ SETLOCAL ENABLEDELAYEDEXPANSION SET STEAMUSER=<username> SET STEAMPWD=<pw> SET A3ID=107410 SET A3BRANCH=CautionSpecialProfilingAndTestingBranchArma3 SET DEPOTID=107411 SET A3instDir="F:\Games\Steam\steamapps\common\Arma 3 Stable" SET STEAMPATH=D:\Games\Steam\steamapps\common\SteamCMD\SteamCLI\ :: _________________________________________________________ echo. echo You are about to update your ArmA 3 client echo Dir: %A3instDir% echo Branch: %A3branch% echo. echo Key "ENTER" to proceed pause %STEAMPATH%\steamcli.exe --username=%STEAMUSER% --password=%STEAMPWD% --app-download --targetdir=%A3instDir% --os=windows --appid=%A3ID% --branch=%A3BRANCH% --depotid=%DEPOTID% --synctarget echo . echo Your ArmA 3 client is now up to date echo key "ENTER" to exit pause