A Windows desktop application that assists players of Umamusume Pretty Derby by providing a real-time event tracker and choice assistant through OCR (Optical Character Recognition) technology.
I can't guarantee you that using this tool will not get your account banned.
This application interacts with the game through screen capture and OCR, which may violate Cygames' Terms of Service.
Use it at your own risk.
- Automatically attaches to the Umamusume Pretty Derby game window
- Dynamically follows the game window's position and size
- Shows a companion window positioned next to the game
- Uses Tesseract OCR to detect in-game events in real-time
- Captures and recognizes character names and event text
- Configurable capture areas that can be adjusted to match different screen resolutions
- Provides recommendations for optimal choices in character events
- Shows character objectives and their requirements
- Pre-populated with event data from GameTora
- Built-in tools for downloading and updating game data
- Web scraping functionality to get the latest event information
- Local SQLite database for storing configuration settings
- Configurable capture areas to adapt to different game window sizes
- Ability to manually update or extend the event database
- Supports both character events and support card events
- Windows OS
- .NET 9.0 runtime
- Tesseract OCR libraries (included)
- Download the latest release
- Extract the zip file to a folder of your choice
- Run UmatoMusume.exe
- Launch Umamusume Pretty Derby game
- Start UmatoMusume application
- Use the "Capture event" and "Capture character info" buttons to configure the capture areas
- The application will automatically recognize events and provide recommendations
- The project uses .NET 9.0 and can be built using Visual Studio or the .NET CLI: dotnet build
- You will need to migrate the database schema if you are building from source, then copy it to the output directory
- Microsoft.EntityFrameworkCore.Sqlite
- Newtonsoft.Json
- Selenium WebDriver (for data scraping)
- Tesseract OCR
- System.Drawing.Common
This project is licensed under the MIT License. See the LICENSE file for details.
- Game data sourced from GameTora
- Special thanks to the Umamusume community