Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4dow committed Jun 23, 2022
1 parent e0ac5b6 commit fb34151
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -6,9 +6,9 @@ ___

## USAGE

Download the release, extract and run "downloader.exe". Enter one or more workshop URLs, then press "Download".
Download and run "downloader.exe". Enter one or more workshop URLs, then press "Download".

The files will be downloaded to the `steamcmd/steamapps/workshop/content/<appID>/<workshop ID>` folder by default.
The files will be downloaded to the `steamcmd/steamapps/workshop/content/<appID>/<workshop ID>` folder (relative to the executable) by default.

Collections are also supported now.

Expand All @@ -30,6 +30,7 @@ Open the downloader.ini file with any text editor and change or add the relevant
- `batchsize` : Amount of items to download per batch. Low values cause a higher overhead when downloading many items (perhaps 5s per batch), while high values may cause issues on some systems. On Windows, the highest usable value seems to be about 700. Default is 50. Should be safe to increase to 500 in most cases.
- `login` : Steam username
- `passw` : Steam password
- `defaultpath` : moves all downloads with no other configured path to `<defaultpath>/<appid>`

If both `login` and `passw` are provided, it will try a non-anonymous login before downloading. When using 2FA, manual configuration of steamcmd might be neccassary.

Expand All @@ -46,8 +47,9 @@ theme = solar
batchsize = 500
login = user123
passw = 123456
defaultpath = mods
[281990]
# Stellaris
path = mods
path = D:\games\stellaris\mods
```

0 comments on commit fb34151

Please sign in to comment.