Skip to content

Releases: CalbeeDaLock/BD2ModManager-Edit

BD2ModManager v4.1.1 EditVer v2.0

Choose a tag to compare

@CalbeeDaLock CalbeeDaLock released this 08 Jul 16:31

An edited version of the Brown Dust 2 Mod Manager (based on upstream v4.1.1) with extra pages and workflow tools.

✨ What's New in EditVer v2.0

💕 Dating Page

  • Dedicated Dating tab listing all characters with a dating costume (shown even without mods installed).
  • Per-costume Affection tracking with an enabled/total indicator (green = all installed, amber = partial, red = none).
  • DatingModal lists each labelled affection entry with enable/disable + preview.

🖼️ Wallpapers Page

  • New Wallpapers tab with grid/list views.
  • Unnamed wallpapers display their ID; nickname editing supported.
  • Clickable mod-count badge to expand a wallpaper's mods.

🧬 Recognize Active Mods (Experimental)

  • Matches manually-installed active game mods back to their staging sources by content fingerprint (name-agnostic), maps them into a chosen profile, and imports orphans with no staging source.
  • Content-based matcher tolerant of re-exported textures, watermarked atlas/json files, and renamed descriptor files, with a leaf-folder-name fallback tier.
  • Runs off the UI thread (async + rayon) so large libraries no longer freeze the app.
  • Live search, scan progress feedback, result caching, and a required second confirmation before deleting loose originals.

👤 Profiles

  • Default profile is now editable (name/description). Delete still blocked for Default.
  • New Edit Mods List modal to edit a profile's enabled mods directly, one staging path per line.

👥 NPC Page Refinements

  • Static NPC catalog so every NPC shows with 0 mods; name overrides (Greta, Elpis NPC, Nebris – Labyrinth Gatekeeper NPC) and updated icons.
  • Default sort smallest-ID-first; corrected image paths.

📦 Mods & Characters

  • Mod Name column sorts by what it displays (short vs full path).
  • Restored double-click-to-preview context tip.
  • Existing EditVer filters retained (error filtering, single mod-type select, collab filter, path sorting).

🌐 Localization

  • New feature keys synced across all 6 locales (EN, JA, KO, PT-BR, ZH-CN, ZH-TW), falling back to English where untranslated.

📥 Download

  • BD2ModManager.v4.1.1.EditVer.v2.0-setup.exe — recommended NSIS installer.
  • BD2ModManager.v4.1.1.EditVer.v2.0_x64.msi — MSI installer.
  • BD2ModManager.v4.1.1.EditVer.v2.0.exe — bare portable executable.

Original project by bruhnn. BrownDustX by Synae. Character assets by myssal.

BD2ModManager v 4.1.1 Edit v1.0

Choose a tag to compare

@CalbeeDaLock CalbeeDaLock released this 08 Jul 06:17
Revert version to 4.1.1 and overhaul NPC page

- Roll back version stamp to 4.1.1 across package.json, Cargo.toml/lock, and tauri.conf.json
- Rename NPC feature files, route, i18n namespace, sidebar value, and public asset folder for consistency
- Fix stray white borders by replacing invalid Tailwind utility classes with valid design tokens
- Fix header mod count to match the NPC list actually rendered on screen
- Map NPC id 0033 to its standing icon
- Redesign NPC grid item, list row, and modal to mirror the Characters page using the shared Image component