Skip to content

Commit

Permalink
Update to 1.5
Browse files Browse the repository at this point in the history
New Safety Nets
Collection Support
Fixed Tool not launching if discord was closed
Added 3 New Games to the supported list
* Hunt and Snare
* Rimworld
* Call to Arms - Gates of Hell: Ostfront
If the games is not supported it will still download it and inform the user it needs to be installed manually
  • Loading branch information
Official-Husko committed Mar 4, 2022
1 parent 0df66e8 commit 57b49df
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 164 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Huskos SteamWorkshop Downloader.spec

configs/

update/
update/
6 changes: 6 additions & 0 deletions Clean Folder.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rmdir /s /q .\update
rmdir /s /q .\dist
rmdir /s /q .\build
rmdir /s /q .\__pycache__
rmdir /s /q .\temp
del ".\Huskos SteamWorkshop Downloader.spec"
35 changes: 27 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,44 @@ The bot will ask for an app_id of the game you want to download mods for. This i

Other Infos can be found on the [Wiki][1]!

<br>

## Current Features
Proxy Scraper: to anonymize request
Randomized User Agent to Further Anonymize request sent
Automatic installation of downloaded mods
Beautiful Terminal Interface
Beautiful Terminal Interface*
Discord RPC


Update Grabber
Collection Support
Grabs Dependencies

<br>

### Known Issues
~Entering an invalid id will make the bot crash~ Fixed in 1.4
~if you enter a link make sure it looks like this https://steamcommunity.com/sharedfiles/filedetails/?id=2674456883 or it will crash~ Fixed in 1.4

~~Entering an invalid id will make the bot crash~~ ***Fixed in 1.4***
~~if you enter a link make sure it looks like this https://steamcommunity.com/sharedfiles/filedetails/?id=2674456883 or it will crash~~ ***Fixed in 1.4***
~~Bot Will Crash when discord is not running.~~ ***Fixed in 1.5***
Certain Collections may throw an installation error. This can be safely ignored for now.

<br>

### Planned
Feature to download collections
Feature to download from a file
~~Feature to download collections~~ ***Added in 1.5***
Feature to download from a text file
Adding More Games to the supported list
More Bug Fixes
Linux Support
A real auto updater
Adding an API to communicate with a browser addon
Code Cleanup
<br>
#

[1]: https://github.com/Official-Husko/Husko-s-SteamWorkshop-Downloader/wiki
[2]: https://github.com/Official-Husko/Husko-s-SteamWorkshop-Downloader/releases/latest
[3]: https://steamworkshopdownloader.io/

#### Disclaimer
***We are not in any way affiliated or working with the team from [Steam Workshop Downloader IO][3]. This is a unofficial project.***
*I would suggest you to use a customized Windows Terminal.
Loading

0 comments on commit 57b49df

Please sign in to comment.