DRAGONTOS / stc

Easily download collections and mods from steam.
GNU General Public License v3.0
1 stars 1 forks source link

Features and Fixes #2

Open DRAGONTOS opened 1 month ago

DRAGONTOS commented 1 month ago

Features and Fixes

Pls if someone has a reply to a specific topic then use the corresponding ($NUMBER). You can still give an better way of doing one of the fixed topics if relevant cus it could always be done in a better way :3

Steamcmd timeout. (1)

wanna fix and have it rerun if it detects that steamcmd had a timeout and rerun the timed out ids for 3x until it's fixed or if not it'll cout the ones and save it for a temp file to be run again using the --resume flag.

Collections with one mod. (2) FIXED

So rn if you try to download a collection with one mod it will skip it and quit this is cus of the R"( \ )" string in the system function i could fix it by detecting the line count in the ids.txt file.

Steamcmd dependency. (3)

So rn the steamcmd is locked to '$HOME/Steam/steamcmd.sh' which is the recommended way just not great if you don't have this or have it installed through the system's package manager. so i might want to make a config for this so that you can change it

Fix the help message. (4) FIXED

The help msg doesn't actually make sense rn, and it doesn't show the correct help msg for the given args and flags. (eg: -c & -m)

Rename mods to their actual names. (5)

I want to rename the mods of a collection or in general to their actual names.

Pull requests are always open if you want to make a draft on one of the topics, just say that you want to be added to the contributors or not.

DRAGONTOS commented 1 month ago

Fixed (2) in commit: 6004794ac970138e0a3513bc39ae7aff8c162a5b

DRAGONTOS commented 1 month ago

A debug option might be cool too.

DRAGONTOS commented 1 month ago

Fixed (4) in commit: ad2d685360bb2655023ad4960d2105661cb0be22

DRAGONTOS commented 3 weeks ago

Found a bug where it gives the error "terminate called after throwing an instance of 'char const*" when there is no network connection.

DRAGONTOS commented 3 weeks ago

Made the ground work for (1) in 1bb8e7ee49c2f638beb7165a51be1c35eaa820d7

DRAGONTOS commented 3 weeks ago

(3) might not ever be solved just have steamcmd installed in $HOME/Steam.

DRAGONTOS commented 1 week ago

-m seems to be broken

DRAGONTOS commented 1 week ago

could be my internet