mint
mint copied to clipboard
Deep Rock Galactic mod loader and integration
Allow adding multiple DRG installs via settings and a combox box next to the 'install' button to switch between them.
For example, of Buyable Missions.
Allow selecting and applying actions to multiples mods: - move - copy - delete - enable/disable
Currently any changes made are immediately saved. This can lead to things like the user accidentally hitting a button and not knowing what just happened (e.g. deleting a mod). Modifications...
Happens when I try to install the mods. Mod list for reference attached. 
- Add build instructions for Windows and Linux (specifically Ubuntu) - Add disclaimers - Explicitly document supported environments and game version - Add usage etiquette Closes #233.
Currently, our error handling is a bit all over the place (probably mostly my fault), which makes a lot of the code very verbose in terms of error handling, even...
This is the first PR in a series of patches intended to simplify and improve our error handling. Using `thiserror` does not make error handling *simpler*, but it allows we...
I'm on Linux, trying to puzzle out what all needs to be done to install the deps. Rust dev by day so this should be friendly territory, and yet it's...
If it's applicable to parse the data from mod.io API, it would be good to see if the mod was updated long time ago and it's not worth the time...