Skip to content

Instantly share code, notes, and snippets.

@aebian
Last active May 31, 2020 14:39
Show Gist options
  • Select an option

  • Save aebian/3350d87bf35fcc6cc8367eb90adf6dc6 to your computer and use it in GitHub Desktop.

Select an option

Save aebian/3350d87bf35fcc6cc8367eb90adf6dc6 to your computer and use it in GitHub Desktop.

Revisions

  1. Alexander / Aebian revised this gist May 31, 2020. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions Update_Client.bat
    Original file line number Diff line number Diff line change
    @@ -7,9 +7,9 @@ SETLOCAL ENABLEDELAYEDEXPANSION
    SET STEAMPWD=<pw>
    SET A3ID=107410

    SET A3BRANCH=profiling
    SET DEPOTID=249503
    SET BRANCHPW=CautionSpecialProfilingAndTestingBranchArma3
    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\
  2. Alexander / Aebian revised this gist May 31, 2020. 1 changed file with 5 additions and 4 deletions.
    9 changes: 5 additions & 4 deletions Update_Client.bat
    Original file line number Diff line number Diff line change
    @@ -3,12 +3,13 @@ REM https://github.com/BytexDigital/SteamCLI/
    SETLOCAL ENABLEDELAYEDEXPANSION


    SET STEAMUSER=<username>
    SET STEAMUSER=<user>
    SET STEAMPWD=<pw>
    SET A3ID=107410

    SET A3BRANCH=public
    SET DEPOTID=107411
    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% --depotid=%DEPOTID% --synctarget
    %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
  3. Alexander / Aebian revised this gist May 31, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Update_Client.bat
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION
    SET STEAMPWD=<pw>
    SET A3ID=107410

    SET A3BRANCH=CautionSpecialProfilingAndTestingBranchArma3
    SET A3BRANCH=public
    SET DEPOTID=107411

    SET A3instDir="F:\Games\Steam\steamapps\common\Arma 3 Stable"
  4. Alexander / Aebian created this gist May 31, 2020.
    29 changes: 29 additions & 0 deletions Update_Client.bat
    Original 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