Easily download collections and mods from steam.
Find a file
2024-10-19 02:44:34 +02:00
assets assets: removed the sources.html 2024-10-06 23:31:40 +02:00
src fix: removed some unnecessary c_str's 2024-10-19 02:44:34 +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
LICENSE first commit 2024-10-05 17:13:33 +02:00
line-count regex: moved it to a seperate file 2024-10-19 02:43:34 +02:00
Makefile first commit 2024-10-05 17:13:33 +02:00
PKGBUILD bumped: (0.1.4) moved strings to an heade file 2024-10-09 16:25:15 +02:00
props.json bumped: (0.1.4) moved strings to an heade file 2024-10-09 16:25:15 +02:00
README.md readme: woops :3 2024-10-06 23:26:46 +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
  • maukkis