MHFU Database is an Android reference app for Monster Hunter Freedom Unite (MHFU). Easily browse detailed information on armors, weapons, items, skills, quests, and more — all available offline for fast access.
This project is inspired by the apps developed by Gathering Hall Studios, with most of the data sourced from MHFU-DB by Kolyn090.
Access game data efficiently with fast navigation, offline support, and clear cross-references between related entities.
- Comprehensive database – Detailed info on armors, weapons, items, skills, quests, and locations.
- Advanced search & filters – Quickly find items or equipment by name or category.
- Smart cross-references – Navigate relationships between materials, monsters, weapons, and quests.
- Offline access – All content is stored locally for reliable use without an internet connection.
Or download the latest APK from the Releases page.
The app uses a local SQLite database. A pre-populated database is bundled with the app and copied to the device on first launch.
Location of the database file:
app/src/main/assets/database/data.db
- Android Studio (latest stable version recommended)
- JDK 17 or newer
- Android SDK
- Clone this repository:
git clone https://github.com/gaugustini/MHFUDatabase.git
- Open the project in Android Studio
- Let Gradle sync and download the dependencies
- Run the app on:
- an Android emulator
- or a physical device
To build the project from the command line:
./gradlew build
Whether you want to improve features, fix bugs, enhance documentation, or share new ideas — all contributions are welcome.
You can start by:
- Opening an issue to report a bug or suggest an improvement
- Submitting a pull request with your changes
- Sharing your ideas and suggestions in the Discussions section
- Fork this repository
- Clone it to your local machine
- Create a new branch for your changes
- Commit and push your work to your fork
- Open a pull request with a description of your contribution
- Gathering Hall Studios
- MHFU-DB by Kolyn090
- MHFU Blacksmith by vallode
- MHFU Wiki
- MHP2G Wiki (Japanese)
- GameFAQs
- Guide and Walkthrough by ryin77
- Armor Set List by ZeoKnight
- Armor Skill/Decoration Jewel List by ZeoKnight
- Weapon Guide by Boldrin
- FUComplete
- mhp2g-patterns by IncognitoMan
- Neoseeker
- MHFU Texture Port - Item icons
- Monster Hunter DB - Monster icons
This project is licensed under the MIT License.
