Hey everyone! It's my birthday today, August 5th, and I have a present for you all, the RELEASE version of Item Editor 2.0!!
Download:
here.
Updates
- Preview Window: This is similar to the 1.x preview, but with many changes. The window is free standing, you no longer have to close the window in order to continue editing. In fact, as you edit, the preview window auto updates itself (there is a known bug resulting from changing info within a combobox, stats can be fixed by re-opening preview if this happens). Also, the preview window has been greatly expanded on since 1.x and looks almost just like it would ingame, minus spell descriptions.
- Search Window: Like the preview window, the search window is free standing. Unfortunately, I have not yet expanded on this as I did with the preview window. However, when clicking on an item in the search window, the item will automatically load into the editing window.
- Database Version Checking: For awhile now, a new entry has been loaded into "variables" table when you source in an item database. This new entry is the item database version and looks something like "10.234". The "10" relates to the item structure version and the "234" would indicate changes to the actual items and/or added items. Item Editor will check this variable to make sure the user has the corrisponding item database and return with 1 of 4 responses: 1) No response: the user has the corresponding item database; 2) Messagebox: User has an outdated item database; 3) Messagebox: User has a newer item database than Item Editor; 4) Messagebox: No version entry found.
Fixes
Only 1 fix in this version. Originally when the field "Unknown008" was added to the database, I thought it was going to be moved over in the column order to be alongside the other Unknowns, so Beta3 was made to load the database in this order. Since it is still in the same position, at the end of the column list, I have changed all the saving/loading functions in order to accomidate this.
*EDIT*
The description of the fixes may seem a bit confusing. Basically in Beta3 you needed to modify your database to work with Item Editor. In release, you do not need to do any modifications.