Skip to content
This repository has been archived by the owner on Sep 9, 2018. It is now read-only.

Using BAT file

Nephrite edited this page Aug 5, 2016 · 7 revisions

EN

To ease up process of using SIDI, you could create BAT-files for every account you idle games on. Just follow these easy steps:

  1. Create a file username - game.bat, where username is your login or nickname in Steam and game is a name of a game you want to idle. Actually the name of file could be anything - using your username is just simplifiyng the process of running it later.

  2. If you intend to run the file directly from SIDI root folder - edit this file and write something like that in it (separate values with space):

SteamItemDropIdler.exe username password AppID Definition
  • username - it's your Steam login
  • password - it's your Steam password
  • AppID - AppID of your desired game
  • Definition - it's Drop List Definition for this game

Note: if your password have spaces in it - use double quotes to wrap it.
For example: if you want to idle Team Fortress 2 - you would have a line like this:

SteamItemDropIdler.exe SteamUser "very strong password123" 440 0
  1. If you intend to run the file from anywhere else - you have to input full path to the application. If this path have spaces - you have to use double quotes. Using our old example and having SIDI in D:\Games\Steam Drop Idler\ folder we would have a line like this:
"D:\Games\Steam Drop Idler\SteamItemDropIdler.exe" SteamUser "very strong password123" 440 0
  1. Save the file and run it to check.

RU

Чтобы упростить процесс использования SIDI, можно создавать BAT-файлы для каждого аккаунта, с которого вы "идлите" игры. Достаточно сделать следующее:

  1. Создайте файл username - game.bat, где username - это ваш логин или ник в Steam, и game - это название игры, которую вы будете "идлить". Вообще имя файла может быть любым - такое наименование упрощает его использование в дальнейшем.

  2. Если вы собираетесь запускать этот файл прямо из корневой папки программы SIDI, откройте этот файл в редакторе и напишите туда что-то подобное (разделяйте значения пробелом):

SteamItemDropIdler.exe username password AppID Definition
  • username - это ваш логин в Steam
  • password - это ваш пароль в Steam
  • AppID - AppID от игры, которую собрались "идлить"
  • Definition - это Drop List Definition от данной игры

Внимание: если в вашем пароле есть пробелы, используйте двойные кавычки вокруг него.
Например: если вы собираетесь "идлить" Team Fortress 2 - ваша строка будет выглядеть примерно так:

SteamItemDropIdler.exe SteamUser "very strong password123" 440 0
  1. Если вы хотите, чтобы программа запускалась из какого-то другого места, необходимо написать полный путь к исполняемому файлу. Если в этом пути есть пробелы, используйте двойные кавычки вокруг него. Используя наш старый пример, и если у нас SIDI находится в D:\Games\Steam Drop Idler\, строка получится такой:
"D:\Games\Steam Drop Idler\SteamItemDropIdler.exe" SteamUser "very strong password123" 440 0
  1. Сохраните файл и запустите его для проверки.
Clone this wiki locally