Skip to content

modrexio/modrex

Repository files navigation

PD3 Mod Manager

Demo

A desktop mod manager for PAYDAY 3 powered by modworkshop.

Installation

Platform Download
Windows PD3.Mod.Manager.Setup.exe
Linux .deb pd3-mod-manager.deb
Linux .rpm pd3-mod-manager.rpm
Linux .AppImage pd3-mod-manager.AppImage

Features

  • Browse and search mods from modworkshop
  • Full mod detail page: description, images, downloads, changelog, dependencies, and install instructions
  • Rich description rendering: formatted text, tables, collapsible sections, colored text, and inline video embeds (YouTube, Streamable)
  • One-click install, uninstall, enable, and disable
  • Organize mods into folders with arbitrary nesting depth and drag-and-drop reordering
  • Mods with multiple installed files grouped as a single card
  • Update detection with selective per-mod updates
  • Launch modded or vanilla directly from the app
  • Automatically detects your PD3 installation (Steam, Epic Games, Xbox Game Pass)
  • Identifies manually placed .pak files via SHA256 lookup against a live mod index

Requirements

Launcher Windows Linux
Steam yes yes
Epic Games yes no
Xbox Game Pass yes no

Troubleshooting

If something goes wrong, open Settings → Open log file and attach it to your bug report.

Log file locations:

Platform Path
Windows %APPDATA%\pd3-mod-manager\logs\main.log
Linux ~/.config/pd3-mod-manager/logs/main.log

Development

pnpm install
pnpm dev        # start with hot reload
pnpm build      # production build to out/
pnpm typecheck  # type-check
pnpm test       # run tests

Tech stack

Electron · React · Tailwind CSS · Lucide · electron-vite · TypeScript · Vitest