About
Rusty Hearts Toolkit is a collection of GUI tools designed for editing Rusty Hearts game.Screenshots
Features
Database Editing Tools:
- Character Edit Tools: Customize character attributes including equipment, inventory, storage, fortune, and titles.
- Send Mail: Send in-game mail with customizable item attachments, and save mail templates in JSON format for easy reuse.
- Coupon Generator: Generate unique in-game coupon codes for redeemable items.
Table Editor Tools
Table Editor: Edit `.rh` table files directly in a custom editor with options to export to XML, XLSX, and MIP formats.Dedicated Table Editors
- AddEffect Editor: Edit buffs and effects (addeffect.rh).
- Cash Shop Editor: Edit in-game cash shop items (cashshoplist.rh).
- Enemy Editor: Edit enemy stats and attributes (enemy.rh).
- Item Editor: Edit item lists including items, armor, costumes, and weapons.
- Item Drop Group Editor: Edit item drop rates across various files.
- NPC Editors: Edit NPC data.
- NPC Shops Editors: Edit NPC craft/shop lists.
- Package Editor: Edit item packages and define their effects.
- Pet Editor: Edit pet characteristics (pet.rh).
- Quest Editor: Edit quest requirements, rewards, and objectives.
- Random Rune Editor: Edit 'gacha' item pools.
- Set Editor: Edit item sets and their effects.
- Skill Editor: Edit character skills.
- Title Editor: Edit character titles and their effects.
- World Editor: Edit world data of maps and dungeons.
Local Databases
- Item Database
- Item Craft Database
- Item DropGroup Database
- Skill Database
Language Support
English (en-US) - Default languageKorean (ko-KR) - Machine translated
Setup Guide
Rusty Hearts Toolkit is based on .NET 9.0. The Framework-Dependent distribution are built framework-dependent, which means (.NET 9.0) must be installed prior to starting Rusty Hearts Toolkit.Database Setup: Follow the SQLite Database Manager instructions to create a database from `.rh` files.
SQL Server Configuration: Set up SQL Server credentials in the `Settings` page.
For more details, please refer to the (README).