This tool is an items and stat focused account manager for the game RotMG. It is built using .NET MAUI and Blazor Hybrid, allowing it to run on Windows, macOS, Android, and iOS from a single codebase.
- Comprehensive Account Details: View detailed stats for your characters and pets, along with all items across inventory containers.
- Cross-Platform: Runs on Windows, macOS, Android, and iOS.
- Familiar UI: A user interface designed to look and feel like the original Muledump, built with Blazor.
- Asset Extraction: Utilizes
RotMGAssetExtractorto extract all necessary game data directly, eliminating the need for third-party tools or resources that old MD relied on.
- Navigate to the Releases page.
- Download the latest version for your operating system. You will find two options:
- Installer: Guides you through a standard installation process and includes an auto-updater to keep the application current.
- Portable: A
.zipfile that you can extract and run anywhere without installation.
- Run the application.
If you want to contribute to the project or build it from source, follow these instructions.
- .NET 8
- .NET MAUI
- Blazor Hybrid
- C#
- .NET 8 SDK
- .NET MAUI workload. You can install it by running the following command:
dotnet workload install maui
- Visual Studio 2022 with the .NET Multi-platform App UI development workload installed.
- Clone the repository:
git clone https://github.com/TadusPro/MDTadusMod
- Open the solution file (
.sln) in Visual Studio 2022.
- Set the startup project to
MDTadusMod. - Select the target framework/platform (e.g., Windows Machine, Android Emulator, or a physical device).
- Press F5 or click the "Start" button to build and run the application.
The solution includes two primary projects:
- MDTadusMod: The main .NET MAUI application.
- RotMGAssetExtractor: A class library responsible for extracting game assets.
MDTadusModincludes a project reference toRotMGAssetExtractor. When you open the solution in Visual Studio, this reference should be automatically resolved.
To publish the application for Windows, run the following command:
dotnet publish -c Release -f net8.0-windows10.0.19041.0 -r win-x64 `
-p:WindowsPackageType=None -p:PublishReadyToRun=falseThis project is a port of the original Muledump and would not be possible without the work of its creators and maintainers. Special thanks to: