Skip to content

DREDGE-Mods/DredgeModManager

Repository files navigation

Dredge Mod Manager

GitHub all releases GitHub release (latest by date)

A mod manager for Dredge mods using the Winch mod loader. Can download and install mods from the DREDGE Mod Database and handles enabling/disabling the mods using Winch.

Mod manager screenshot

Troubleshooting (for users)

The manager prompted me to install a new update, but nothing changed!

We're not sure why that happens some times, just uninstall the manager and reinstall it from here.

The manager instantly closes when I try to launch it

Did you at some point uninstall Microsft Edge from Windows? As a Tauri app, the Dredge Mod Manager uses Microsoft Edge Runtime2.

Development (for devs)

To run you go npm install -> npm run tauri dev

Be sure to install prerequisites

Recommended IDE Setup:

To regenerate the icon replace app-icon.png and run npm run tauri icon.

Releasing updates

First make sure to search for the previous version number in the manager files and update it to the new value. Follow semver.

Make a PR from dev into main. When the PR is actually merged, the commit message will be used as the changelog, so update it accordingly.

The action will then create a draft release from that dev->main PR. Make sure to write in the changelog into the description of the release, and change the tag to the format vX.X.X (put actual version number). Then publish.

Thanks

To bdlm-dev for redoing the front-end (twice).

To Bwc9876 for answering my questions about Tauri/rust/actions/everything.

To dasea/SeaKestrel for Linux support.

To MegaPiggy for maintenance.

Originally made and maintained by xen-42.