No description
Find a file
2017-08-17 05:16:44 +01:00
src/Console/Commands Adding command to authorise Steam account(s) 2017-08-17 05:16:44 +01:00
steam Created default download list from top 100 free apps 2017-08-12 21:16:46 +01:00
.env.example Changing environment variables and initialisation commands 2017-08-17 04:05:07 +01:00
.gitignore Gitignoring database.sqlite 2017-08-17 00:56:33 +01:00
composer.json Moving configuration to .env file 2017-08-17 00:32:47 +01:00
composer.lock Moving configuration to .env file 2017-08-17 00:32:47 +01:00
install.sh Adding database initialisation and Steam app list download to install script 2017-08-17 04:07:14 +01:00
lancache-autofill Adding existence check for SteamCMD 2017-08-17 05:15:32 +01:00
README.md Updating to reflect code changes 2017-08-17 04:11:28 +01:00

lancache-autofill

Automatically fill a Lancache with content.

Requirements

  • Ubuntu 16.04 x64

Installation

  • git clone https://github.com/zeropingheroes/lancache-autofill.git
  • cd lancache-autofill
  • sudo ./install.sh

Usage

Set the default Steam account to be used when queueing apps for download:

nano .env

Log in to your Steam account to SteamCMD:

/usr/games/steam/steamcmd.sh +login your-username-here

Search for the apps you wish to download to find their app ID:

./lancache-autofill steam:search-apps "team fortress 2"

440     Team Fortress 2
[...]

Queue the app for download by ID:

./lancache-autofill steam:queue-app 440

Start downloading items in the download queue:

./lancache-autofill steam:start-downloading

View the download queue to see the status of the downloads:

./lancache-autofill steam:show-queue

Clear the temporary download location:

./lancache-autofill app:initialise-downloads-directory

Reference