Easily download collections and mods from steam.
Find a file
2024-10-06 23:01:22 +02:00
src pull: 89c280a785 2024-10-06 23:01:22 +02:00
.gitignore first commit 2024-10-05 17:13:33 +02:00
CMakeLists.txt pull: 89c280a785 2024-10-06 23:01:22 +02:00
ids.txt first commit 2024-10-05 17:13:33 +02:00
LICENSE first commit 2024-10-05 17:13:33 +02:00
Makefile first commit 2024-10-05 17:13:33 +02:00
PKGBUILD fix: made it reflect the correct project 2024-10-06 17:01:05 +02:00
props.json fix: made it reflect the correct project 2024-10-06 17:01:05 +02:00
README.md fix: made it reflect the correct project 2024-10-06 17:01:05 +02:00
shell.nix fix: made it reflect the correct project 2024-10-06 17:01:05 +02:00

Steam Collector

Easily download collections and mods from steam.

Requirements

  • steamcmd

Installing

From source:

make all
sudo make install

Using rpm:

make all
cd build
cpack -G RPM 
sudo rpm -i *.rpm

Using deb:

make all
cd build
cpack -G deb 
sudo dpkg -i *.deb

Using PKGBUILD:

makepkg -si PKGBUILD

Usage

Help message

usage:  Steam Collector [flags] [<command> [args]]
LISTING COMMANDS:
    -c:           Install a collection.
    -m:           Install a specific mod.

Contributors

  • DRAGONTOS