v1.0.0
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.7zarchives 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-fullfor.rar/.7zarchive extraction (sudo apt install p7zip-full).ziparchives work out of the box
Setup
- Extract the zip
- Edit
config.jsonand setgame_rootto your Stellar Blade installation path - Optionally add your Nexus Mods API key to
config.jsonor via Settings - Run
./ModManager