Skip to content

Releases: Therootexec/ModioDirect

ModioDirect-v1.0.1

24 Feb 21:47
7af1686

Choose a tag to compare

ModioDirect v1.0.1

New

  • Batch mod downloads
    Download multiple mods in one run using a text file containing mod.io URLs.
  • Optional auto-install to game mod folders
    Detect common game mod directories (opt-in only, user confirmation required).
  • PyPI package distribution
    Install ModioDirect using pip install modiodirect and run it as a system command.

improved

User experience by replacing the repetitive "Download another mod? (y/n):" prompt
with a more informative "Enter mod URL (or file:PATH, q to exit, help):"

  • Accepts multiple formats (URLs or local file paths)
  • Shows available commands (q to quit, help for assistance)
  • Eliminates an unnecessary confirmation step
  • Added duplicate detection - mods are now checked before downloading
  • Skipped mods that already exist in the installation directory
  • Shows clear message when skipping existing mods: "Mod already exists, skipping..."
  • Added version indicator showing v1.0.0 in the tool interface
  • Tracks downloaded mods and their versions
  • Prevents unnecessary re-downloads
  • Shows "Up to date — nothing to do." when mod already installed
  • Cache persists between sessions
  • Ensure temp files cleaned up after install
  • Add cache checks to avoid re-downloading same version

##Minor improvements & Fixes

  • Requirements (rich + requests) now install together in one pip command.
  • Only one setup prompt is shown instead of separate prompts per library.
  • Added a clean first-time setup screen instead of raw error messages.
  • After installation, the script reloads libraries at runtime automatically.
  • If reload fails, the script safely reopens itself to apply changes.
  • Fixed issue where the script closed after setup without reopening.
  • Exit pause no longer appears during automatic restart.
  • Setup prompt now validates y/n input properly.

ModioDirect-1.0.0

24 Feb 21:33
7af1686

Choose a tag to compare

mod.io

Update README.md