Skip to content

v1.0.0

Choose a tag to compare

@Bugiboop Bugiboop released this 14 Mar 14:36
· 4 commits to main since this release

Mod Manager v1.0.0 — Linux

A graphical mod manager for Stellar Blade (and future games) on Linux, built around a virtual filesystem approach using symlinks.

Features

  • GUI mod list with enable/disable toggles, batch selection, and virtual scrolling for large mod collections
  • Nexus Mods integration — fetches mod names, cover images, and descriptions automatically using your API key; results are cached locally
  • Archive support — drop .zip, .rar, or .7z archives into the archives folder and extract them directly from the UI
  • Conflict detection — warns when two enabled mods claim the same target file, and identifies which mod is currently active
  • Game profiles — downloaded automatically from GitHub on first launch; defines install rules, file extensions, and Nexus slug per game
  • Multi-game support — switch between games from the sidebar; each game keeps its own mod list, state, and cache
  • Settings window — configure game root, API key, appearance theme, and manually refresh game profiles
  • Standalone executable — no Python installation required

Requirements

  • Linux x86_64
  • p7zip-full for .rar / .7z archive extraction (sudo apt install p7zip-full)
  • .zip archives work out of the box

Setup

  1. Extract the zip
  2. Edit config.json and set game_root to your Stellar Blade installation path
  3. Optionally add your Nexus Mods API key to config.json or via Settings
  4. Run ./ModManager