Easily download collections and mods from steam.
Find a file
2024-10-23 03:14:56 +02:00
assets assets: removed the sources.html 2024-10-06 23:31:40 +02:00
src Merge https://github.com/maukkis/stc into maukkis-master 2024-10-23 03:14:33 +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 bumped: (0.1.6) added auto renaming closing (5) 2024-10-22 23:40:46 +02:00
Makefile first commit 2024-10-05 17:13:33 +02:00
PKGBUILD bumped: (0.1.6) added auto renaming closing (5) 2024-10-22 23:40:46 +02:00
props.json bumped: (0.1.6) added auto renaming closing (5) 2024-10-22 23:40:46 +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