GitXplorerGitXplorer
T

TermuxDepotDownloader

public
16 stars
1 forks
0 issues

Commits

List of commits on branch alpine.
Verified
743cc83275e210c57738ce22b3f3fde9bea5d39f

README.md: upstream

TTheKingFireS committed 3 months ago
Verified
3ba1933937904df28e288d40542c86dc12e9cd3a

installproot.sh: improve codestyle

TTheKingFireS committed 3 months ago
Verified
44f6fd6a1d2eab581210f4d009034b7d9ac1b5c7

installproot.sh: remove unneeded dependency.

TTheKingFireS committed 3 months ago
Verified
4d79c0c86f0a2a8b66341948684bc2d30bb5274c

depotdownloader.sh: changed method of downloading to storage

TTheKingFireS committed 3 months ago
Verified
e132f3ed44540f58a1e2085e69741aa15db1eb8c

installproot.sh: added future thing

TTheKingFireS committed 3 months ago
Verified
0beaca7f10ef2c684eb6d0a4d589206b22527b03

installproot.sh: (hopefully) Finally fixed creating folder

TTheKingFireS committed 4 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.