About This File
Heya!
This is a new project I've made aiming to manage the various databases as easily as possible. This tool was initially developped using Client database editor's engine, a tool from GRF Editor. It has been adapted to support more database formats and many of the features have been improved.
How to install
- Download the zip archive provided from the download link at the top right corner of this description or directly from there : http://www.mediafire.com/download/p0zhcc8ipa6cjt3 .
- Install the application with SDE Installer.exe; if you are missing a .NET Framework you will be prompted to download it.
- Once you are done, you can start the program from the link on your desktop.
Features
- Both rAthena and Hercules' formats are supported by the application.
- Many conversions between rAthena and Hercules are possible. Converting items can be done simply by right-clicking on the elements and selecting "Copy entries to clipboard (ServerType)".
- Undo and redo commands are available, as well as navigation commands (quite useful when switching tabs a lot).
- There are many shortcuts within the application, all of which are shown when right-clicking items or going through the menus. I do plan on adding more as well.
- The databases are 'merged' between each other to offer an easier view. This is true mostly for the item and mob databases.
- Flag fields can be entered with either an hexadecimal value or an integer value. You will have to add "0x" if you want to enter an hexadecimal number though.
- For Windows XP users, the program's layout may change a bit. The Aero theme is applied to make sure the application looks like it should.
- Can copy or replace a range of attributes from the selected item to other items.
- Can synchronize with the client tables.
Getting started
Easy input fields
How to save the database
Integrated dialogs
Color picker
SFTP support
SQL support
Backups system
Merging or adding lines from another database
Notepad++ support
Search feature
Hope you enjoy this tool! The sources will be available on github for the next release. If you have a feedback or suggestions, let me know and I'll probably add them to the software.
Sources
What's New in Version 1.0.7 See changelog
Released
- [Added] SDE : Sources made available on github. See the description (link at the end).
- [Added] SDE : You can add tables via Tools > Add table from file... This method is still in beta.
- [Added] SDE : Using Ctrl-X on tables will now 'cut' the items. You will be able to use Ctrl-V to paste them to another table (you must select the list view for this command to work).
- [Added] SDE : Added a new option in Tools > Import db from file... This read the imported file and append it to the currently selected table.
- [Modified] SDE : Changed the opening window for a splash screen.
- [Modified] SDE : Changed shortcuts... Ctrl-Shift-C will copy for Hercules, Ctrl-C will copy for rAthena and Ctrl-X will cut the items.
- [Fixed] SDE : When saving, the display encoding wasn't being taken into account (would cause issues if there were non-ansi characters in the file).
- [Fixed] SDE : Removes trailing spaces or tabs on the last attribute.
- [Fixed] SDE : Parser updated for Hercules, for item_db.conf.
- [Fixed] SDE : Fixed a bug regarding hex to int value converters. Almost all fields accept hex values now.
- [Fixed] SDE : The constant table reader has been fixed to allow spaces as an attribute separator (instead of tabs only).
- [Fixed] SDE : The constant table now sorts properly (uses integer sorting instead of string sorting).
- [Fixed] SDE : Secondary tables (such as Mob2, Item2, Mob Skills2, etc) will fetch values properly.
- [Fixed] Database : When adding entries with invalid or unrecognized fields, it will no longer put the database in an invalid state.
- [Fixed] SDE : Saving in Item2 wasn't taking into account new items.
- [Fixed] SDE : ItemGroups now supports items with the "ID1234" format.
- [Fixed] SDE : Fixed a bug when saving the MobSkill DBs.
- [Fixed] SDE : Fixed a bug regarding the ItemDelay for rAthena.
- [Fixed] SDE : Using the attributes Delay, Sprite ID, Trade and No use has been fixed for rAthena (works fine for Hercules).
- [Fixed] SDE : Adding new items in a table with no items would throw exceptions.
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.