Hello ragezone!
Another Rusty Hearts project!
Contributing
Contributions from the community are welcome! If you encounter a bug or have a feature request, please submit an issue on GitHub. If you would like to contribute code, please fork the repository and submit a pull request.
Support
If you need help with the tool, please submit an issue on GitHub.
Consider leaving a like/star on github.
Another Rusty Hearts project!
Rusty Hearts Game Management Tool
A C# Windows Forms GUI GM Tool for Rusty Hearts.Current Features
Please note that this tool is still in development and more features are planned.- Portable Item Database: View items in a user-friendly datagrid. Selecting an item provides detailed information displayed in a in-game similar tooltip, and items can be sorted using various filters. The search functionality allows find items by name or ID.
- Send Mail: Send in-game mail to characters and attach any item with custom stats.
- Mail Templates: Save mail configurations to JSON templates for future use. This allows for quick and easy loading of predefined mail settings.
Setup
The tool relies on a Sqlite database (gmdb.db). Follow these steps to set up and generate a new database:- Run CreateGMDatabase by placing the necessary XLSX table files in the xlsx folder. These files are used to create a new database. Move the generated gmdb.db to the Resources folder in the program directory.
Required table files in xlsx format:- angelaweapon.rh
- frantzweapon.rh
- itemcategory.rh
- itemlist.rh
- itemlist_string.rh
- itemlist_armor.rh
- itemlist_armor_string.rh
- itemlist_costume.rh
- itemlist_costume_string.rh
- itemlist_weapon.rh
- itemlist_weapon_string.rh
- itemoptionlist.rh
- natashaweapon.rh
- setitem.rh
- setitem_string.rh
- tudeweapon.rh
- Place item icons in the Resources folder.
Contributing
Contributions from the community are welcome! If you encounter a bug or have a feature request, please submit an issue on GitHub. If you would like to contribute code, please fork the repository and submit a pull request.
Support
If you need help with the tool, please submit an issue on GitHub.
Consider leaving a like/star on github.