Skip to content

Releases: vaibhavvikas/factorio-mod-downloader

Factorio Mod Downloader v0.3.0

08 Nov 21:00
49c9407

Choose a tag to compare

GitHub Downloads (all assets, specific tag)

What's Changed

  • [Release v0.3.0] UI Enhancements, Bug Fixes & Documentation Updates by @vaibhavvikas in #23

Feature Updates:

  1. Improved dependency handling and downloading logic for mods to make the process faster and more reliable.
  2. Added threading for downloading for keep analyzing other dependencies improving downloading speed.
  3. Added dependency check from official factorio mods portal instead of re146 for better dependency analysis.
  4. Various code refactoring and design updates.
  5. UI Improvements: Refreshed the application interface for a more modern and user-friendly experience, including design tweaks.
  6. Added a separate downloads section, which shows mods getting downloaded along with their size and speed in their own section.
  7. Changed fonts design for modern look.
  8. Various minor tweaks for better stability.

Bug Fixes:

  1. Addressed various issues affecting mod downloading and stability, ensuring smoother operation and better error handling.
  2. Fixed issues related to quality and space-age dependency. Issue was due to re146 showing them as required dependency. They were the reserved and cannot be downloaded.
  3. Fixed some required mods missing from downloading. This was happening as dependency check was done from re146. Updated to analyze the official factorio mods page and use it to get proper mod name and version.
  4. Other fixes related to tag 0.3.3
  5. Updated the README to better showcase features, include clearer installation instructions, and highlight recent changes.

Full Changelog: v0.2.2...v0.3.0

Note:

MD5: edf41b3cecdbdc3b9f2f9c81c2fcd5ad
SHA256: b02cae05307eedd4bedb4f0656209629198197d9556f7be07ca9f80d293908bc

Factorio Mod Downloader v0.2.2

24 May 09:04
18f92b6

Choose a tag to compare

GitHub Downloads (all assets, specific tag)

What's Changed

  • [v0.2.2] Implemented features, quality fix and duplicate mod download… by @vaibhavvikas in #11
  • Added fixes related to quality mods, the issue was happening as some mods were not present with re146. This will check if the mod is present on re146 and resolve with proper errors.
  • Added fixes related to same mods dependencies getting downloaded multiple times. Added a check if a mod downloaded a dependency and is required by another mod, it will be skipped.
  • Added a check to return proper error in case re146 is down.

Full Changelog: v0.2.1...v0.2.2

Note:

File MD5 Checksum: B881BC56F477E6BB2532DDEA8DFD8FE6

Factorio Mod Downloader v0.2.1

28 Oct 06:19
0b22c4a

Choose a tag to compare

GitHub Downloads (all assets, specific tag)

What's Changed

  • Changes related to logs.
  • Improvements to progress bars.
  • Added proper error messages for handling various code exception and errors that might arise while downloading mods.
  • Other bugfixes.

Note:

Virustotal is giving a false positive flagging it as a malware 6/70 scanners are showing it as malware. There are three reasons for that

  1. The app is built via pyinstaller, there are various forums showing that the app built via pyinstaller are being flagged as malware.
  2. The scanners don't know what file this is downloading. They probably think that the mods getting downloaded via re146.dev are malicious file and thats why they are flagging it as malware.
  3. The mod downloader overwrites the existing mods with the same name.

I use default windows defender, no threats here, and bit defender is also not showing it as malware.
If you have any concerns, please avoid downloading the file, I will try to fix the issue in the next version.
All the scanners using Yomi engine for scanning are flagging it as malware, the reasons are mentioned on their website which matches the #2 and #3 reason above

Scan results here: https://www.virustotal.com/gui/file/a065b9ddbdb80d9bbd1170dcdd425a270a6d0ad18fe1585c029cccd3f39fea40
Yomi Scan Reasons for flagging it as malware: Go to above VirusTotal results -> Behavior Tab -> Activity Summary Section -> Full Report Dropdown -> Choose Yomi Hunter.
Issue Reported here: #7

Factorio Mod Downloader v0.2.0

22 Oct 14:13

Choose a tag to compare

GitHub Downloads (all assets, specific tag)

[Beta Release] Factorio Mod Downloader v0.2.0
OS Supported: Windows x64

Features

  1. Revamped the UI with a new modern Dark theme.
  2. Added progress bars for download file status.
  3. Added proper logs for the mods.
  4. Improved download speed by properly using chunks.

Screenshot:
image

Factorio Mod Downloader v0.1.0

27 Aug 09:01

Choose a tag to compare

GitHub Downloads (all assets, specific tag)

OS Supported: Windows x64

[Alpha] Initial Release v0.1.0

Note: This version 0.1.0 has a lot of bugs and low download speed for large size mods. Please download the latest version >= 0.2.0 from the release section.