From fb3415166e381d517f8985599d18398f543ac7fa Mon Sep 17 00:00:00 2001 From: sh4dow <> Date: Thu, 23 Jun 2022 03:56:20 +0200 Subject: [PATCH] updated README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68aa899..ce20a00 100644 --- a/README.md +++ b/README.md @@ -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//` folder by default. +The files will be downloaded to the `steamcmd/steamapps/workshop/content//` folder (relative to the executable) by default. Collections are also supported now. @@ -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 `/` 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. @@ -46,8 +47,9 @@ theme = solar batchsize = 500 login = user123 passw = 123456 +defaultpath = mods [281990] # Stellaris -path = mods +path = D:\games\stellaris\mods ``` \ No newline at end of file