InfinittyDownloader is a tool to manage easily mods downloading for Baldur's Gate II It's totally free an nobody can't make money with it Contact: shadowlich@free.fr ======== Features: ========= - Ctrl + S: Save file custom downloads to file - Ctrl + O: Open dialog file for custom downloads - "smart" download, i.e. only if local and server size are different - filename read from server - local/server file size read from local/server - cancel download (the select one or all) - de/select mod before and while downloading - customizable simultaneous #downloads (1 to “any”) - customizable destination path by download - customizable link - Ultimately and basically you could “script” downloads with just a text file like this: Irrelevant|Link0|MyDestinationFolder0 Irrelevant|Link1|MyDestinationFolder Irrelevant|Link2 ... ModDownloadLinks.txt format: ============================ // This file is used as mod download link repository // Line beginning with ‘/’ is skipped // Separator is '|' // Column Names: ModName|link ModA v00.1|linkA ModB v1|linkB ModM v1|linkM ///... myDownload.txt format: // could be generated by any tool/editor or manually edited by user -- InfinityBuilder wil generated this format ========================= // This file is used for custom download // Line beginning with ‘/’ is skipped // Separator is '|' // Column Names: ModName|Override Link|Override DestinationFolder // Override Link: if set, overrides link from ModDownloadLinks.txt // DestinationFolder: set destination folder (default is ./downloads/) // // Ex1: Download ModA v00.1 from linkA => ModA v00.1 // Ex2: Download ModM v56 from myOverrideLinkM => ModM v1|myOverrideLinkM // Ex3: Set destination folder to ./myDestinationFolder then download ModP v1 from linkP => ModP v2||myDestFolder Version ======= - v0.01: First release (2011 April 12) - v0.02: . Add log . Workaround for .NET bad reference with DataGridViewRow . Add Content-Disposition for Alcool . When downloading, replace Mod.Status to "Downloading" (better than "Todo") . Add hint to GUI elements