docs.rs failed to build rusty_uma_extractor-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Rusty Uma Extractor
A Rust crate of useful utility modules for applications developed to be used with the game "Umamusume: Pretty Derby".
What does it do?
- Provides a set of utilities for extracting Veteran character data from a running instance of "Umamusume: Pretty Derby" which can then be either used within application context or exported in JSON format to be used in another application.
- Provides a set of utilities for pulling various useful data structures by querying the
master.mdbdatabase file.
Requirements
- Local instance of the game "Umamusume: Pretty Derby"
- Only designed and tested with Global version
- Linux OS
Other Considerations
- Aspects of this library require read-only access to
memandmapfiles which may require binaries utilizing this crate to run at elevated permissions; depending on where local game files are stored, these too may require elevated permissions to properly access and open game files in order to extract the data. - Extraction of Veteran character data requires an active running instance of "Umamusume: Pretty Derby" on the device in order to retrieve the Veteran character data from memory.
Acknowledgments
I'd like to thank the following developers and their codebases with which I used as a foundation for this project.
- xancia - UmaExtractor
- rockisch - umamusu-utils