GitXplorerGitXplorer
T

TermuxDepotDownloader

public
16 stars
1 forks
0 issues

Commits

List of commits on branch alpine.
Verified
2fe8de32931d45e20923b4e92cf7040cd92ff5ed

depotdownloader.sh: fix comments and add don't print success to -V or --version

TTheKingFireS committed 10 days ago
Verified
0a45a88537c8fe4a6dc5b31a7eb578da2328b373

installproot.sh: Add warn about Google Play version

TTheKingFireS committed a month ago
Verified
632a794d586ac2ce46fc24f72bbe311b2e9d1129

depotdownloader.sh: don't print out success if no arguments were provided.

TTheKingFireS committed a month ago
Verified
3f48a15b8300f83fd786cb252b29a06a12332482

installproot.sh: move to appropriate bin location

TTheKingFireS committed 2 months ago
Verified
603cc2a0aefa09acd55a927005a71995a39f8ae0

installproot.sh: add pkg autoclean and clean

TTheKingFireS committed 2 months ago
Verified
fab95534ac040ee18b987a0f3cb1118616f31fc8

installproot.sh: replaced icu package with 2 libraries, since SteamRE now support invariant.

TTheKingFireS committed 2 months ago

README

The README file for this repository.

Install Termux from Github or F-Droid to replace outdated Google Play Store version

Download and run a script for Termux.

curl -LO "https://raw.githubusercontent.com/TheKingFireS/TermuxDepotDownloader/alpine/installproot.sh"
chmod +x installproot.sh
./installproot.sh

If you get error during ./installproot.sh (Use termux-change-repo for...)

Run that command termux-change-repo

Press enter for select "Mirror group".

Press arrow keys and press spacebar for select continent that you're currently living in.

Try again run ./installproot.sh

Using of DepotDownloader

Exemple: depotdownloader -username user -password 1234 -app 220 -depot 221 -dir HL2 -validate

(Note) Special characters need quote in password, e.g: -password 'wowap@$$word!!'

(Must do) -app 220 is a specifying AppID of Half-Life 2 game.

(Optional) -depot 221 is a specifying DepotID of Half-Life 2 Base.

For more info, look up app in steamdb.info.

(Optional) -dir HL2 is where directory to download.

(Must do) -validate is include checksum verification of files already downloaded.

For more information about DepotDownloader, check out SteamRE's Depotdownloader repo.

DepotDownloader: Downloading game (remove <>)

depotdownloader -username <Steam Username> -password <Steam Password> -app APPID -depot DEPOTID -dir FOLDERNAME -validate

Workaround for errors:

If you have that error Error: -app not specified!, then run this command instead.

depotdownloader -app APPID -depot DEPOTID -dir FOLDERNAME -validate -username <Steam Username> -password <Steam Password>

For some reason, Termux on some devices has issue reading ability

Please post issue if you find another error.